-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
47 lines (47 loc) · 1.29 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
Package: StanEstimators
Title: Estimate Parameters for Arbitrary R Functions using 'Stan'
Version: 0.1.2.9000
Authors@R: c(
person(given = c("Andrew", "R."), family = "Johnson", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-7000-8065")),
person(given = "Jonah", family = "Gabry", role = "ctb",
email = "[email protected]"),
person(given = "Rok", family = "Češnovar", role = "ctb",
email = "[email protected]"),
person("Stan Development Team", role="cph",
comment = "CmdStan sources and headers"),
person("Lawrence Livermore National Security", role="cph",
comment = "SUNDIALS sources and headers")
)
Description: Allows for the estimation of parameters for 'R' functions using the
various algorithms implemented in the 'Stan' probabilistic programming
language.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
NeedsCompilation: yes
UseLTO: true
SystemRequirements: GNU make
Imports:
Rcpp,
RcppParallel,
posterior,
methods,
stats,
loo
LinkingTo:
Rcpp,
RcppEigen,
BH,
RcppParallel,
rapidjsonr
Suggests:
testthat (>= 3.0.0),
callr,
future,
knitr,
rmarkdown
Config/testthat/edition: 3
VignetteBuilder: knitr