-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
38 lines (38 loc) · 1.27 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
Package: staninside
Title: Facilitating the Use of Stan Within Packages
Version: 0.0.3
Authors@R:
person(given = "Michael",
family = "DeWitt",
role = c("aut", "cre"),
email = "me.dewitt.jr@gmail.com",
comment = c(ORCID = "0000-0001-8940-1967"))
Description: This package provides helper functions that can be used for integrating Stan code driven
by the CmdStanR package. Using CmdStanR and pre-written Stan code can make
package installation easy and less prone to fail because it removes the
need for Rcpp and RStan packages(and their dependencies). Using CmdStanR
will also afford users the opportunity to use the latest developments
within CmdStan. However, building these packages requires some work and this
package provides tools to assist with that,
License: MIT + file LICENSE
URL: https://github.com/medewitt/staninside, https://michaeldewittjr.com/staninside/
BugReports: https://github.com/medewitt/staninside/issues
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Depends:
R (>= 3.1)
Suggests:
knitr,
covr,
spelling,
testthat (>= 3.0.0),
rmarkdown
Imports:
cli,
fs,
rappdirs
Language: en-US
Config/testthat/edition: 3
VignetteBuilder: knitr