forked from stan-dev/rstantools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
41 lines (40 loc) · 1.36 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Package: rstantools
Type: Package
Title: Tools for Developing R Packages Interfacing with 'Stan'
Version: 1.5.1
Date: 2018-08-20
Authors@R: c(person("Jonah", "Gabry", email = "[email protected]",
role = c("aut", "cre")),
person("Ben", "Goodrich", email = "[email protected]",
role = "aut"),
person("Stefan", "Siegert", role = "ctb"),
person("Trustees of", "Columbia University", role = "cph"))
Maintainer: Jonah Gabry <[email protected]>
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 vignettes with recommendations for
developers.
License: GPL (>=3)
URL: http://discourse.mc-stan.org/, http://mc-stan.org/rstantools/
BugReports: https://github.com/stan-dev/rstantools/issues
Encoding: UTF-8
LazyData: true
SystemRequirements: pandoc
Imports: stats, utils
Suggests:
bayesplot (>= 1.5.0),
rstan (>= 2.17.2),
rstanarm (>= 2.17.4),
shinystan (>= 2.4.0),
loo (>= 2.0.0),
testthat,
covr,
knitr,
devtools,
roxygen2 (>= 6.0.1),
rmarkdown,
rstudioapi,
usethis (>= 1.3.0)
RoxygenNote: 6.0.1
VignetteBuilder: knitr