Package: rstantools
Type: Package
Title: Tools for Developing R Packages Interfacing with 'Stan'
Version: 1.1.0
Date: 2016-12-19
Authors@R: c(person("Jonah", "Gabry", email = "jsg2201@columbia.edu",
                    role = c("aut", "cre")),
             person("Ben", "Goodrich", email = "benjamin.goodrich@columbia.edu",
                    role = "aut"),
             person("Trustees of", "Columbia University", role = "cph"))
Maintainer: Jonah Gabry <jsg2201@columbia.edu>
Description: Provides various tools for developers of R packages interfacing
    with 'Stan' <http://mc-stan.org>, including functions to set up the required 
    package structure, S3 generics and default methods to unify function naming 
    across 'Stan'-based R packages, and a vignette with recommendations for 
    developers.
License: GPL (>= 3)
URL: http://mc-stan.org/,
        https://groups.google.com/forum/#!forum/stan-users
BugReports: https://github.com/stan-dev/rstantools/issues
Encoding: UTF-8
LazyData: true
Imports: stats, utils
Suggests: bayesplot (>= 1.0.0), rstan (>= 2.13.2), rstanarm (>=
        2.13.1), shinystan (>= 2.2.1), loo (>= 1.0.0), testthat, covr,
        knitr, rmarkdown
RoxygenNote: 5.0.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2016-12-19 21:23:04 UTC; jgabry
Author: Jonah Gabry [aut, cre],
  Ben Goodrich [aut],
  Trustees of Columbia University [cph]
Repository: CRAN
Date/Publication: 2016-12-20 02:04:19
