-
-
Notifications
You must be signed in to change notification settings - Fork 21
/
DESCRIPTION
58 lines (58 loc) · 1.86 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Package: rstantools
Type: Package
Title: Tools for Developing R Packages Interfacing with 'Stan'
Version: 2.4.0.9000
Date: 2024-01-22
Authors@R:
c(person(given = "Jonah",
family = "Gabry",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Ben",
family = "Goodrich",
role = "aut",
email = "[email protected]"),
person(given = "Martin",
family = "Lysy",
role = "aut",
email = "[email protected]"),
person(given = "Andrew",
family = "Johnson",
role = "aut"),
person(given = "Hamada S.",
family = "Badr",
role = "ctb"),
person(given = "Marco",
family = "Colombo",
role = "ctb"),
person(given = "Stefan",
family = "Siegert",
role = "ctb"),
person(given = "Trustees of",
family = "Columbia University",
role = "cph"))
Description: Provides various tools for developers of R packages interfacing
with 'Stan' <https://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: https://mc-stan.org/rstantools/, https://discourse.mc-stan.org/
BugReports: https://github.com/stan-dev/rstantools/issues
Encoding: UTF-8
LazyData: true
SystemRequirements: pandoc, C++14
Imports: desc, stats, utils, Rcpp (>= 0.12.16), RcppParallel (>= 5.0.1)
Suggests:
rstan (>= 2.17.2),
usethis (>= 1.5.1),
testthat (>= 2.0.0),
knitr,
pkgbuild,
pkgload,
roxygen2 (>= 6.0.1),
rmarkdown,
rstudioapi
RoxygenNote: 7.3.0
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)