Package: rstantools
Type: Package
Title: Tools for Developing R Packages Interfacing with 'Stan'
Version: 1.3.0
Date: 2017-08-01
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/, http://discourse.mc-stan.org
BugReports: https://github.com/stan-dev/rstantools/issues
Encoding: UTF-8
LazyData: true
Imports: stats, utils
Suggests: bayesplot (>= 1.2.0), rstan (>= 2.16.0), rstanarm (>=
        2.15.3), shinystan (>= 2.3.0), loo (>= 1.1.0), testthat, covr,
        knitr, rmarkdown
RoxygenNote: 6.0.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2017-08-02 02:03:31 UTC; jgabry
Author: Jonah Gabry [aut, cre],
  Ben Goodrich [aut],
  Trustees of Columbia University [cph]
Repository: CRAN
Date/Publication: 2017-08-02 06:15:10 UTC
