forked from stan-dev/cmdstanr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
36 lines (36 loc) · 1.23 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
Package: cmdstanr
Title: R Interface to 'CmdStan'
Version: 0.0.0.9000
Authors@R:
c(person(given = "Jonah", family = "Gabry", role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Rok", family = "Češnovar", role = c("aut"),
email = "[email protected]"),
person(given = "Ben", family = "Bales", role = c("ctb")),
person(given = "Mitzi", family = "Morris", role = c("ctb"),
comment = "CmdStanPy"))
Description: A lightweight interface to 'Stan' <https://mc-stan.org>.
The 'CmdStanR' interface is an alternative to 'RStan' that calls 'CmdStan'
(the shell interface) for compilation and running algorithms.
License: BSD_3_clause + file LICENSE
URL: https://mc-stan.org/cmdstanr, https://discourse.mc-stan.org
BugReports: https://github.com/stan-dev/cmdstanr/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.2
Roxygen: list(markdown = TRUE, r6 = FALSE)
SystemRequirements: 'CmdStan' <https://mc-stan.org/users/interfaces/cmdstan>
Imports:
checkmate,
posterior (>= 0.0.2),
processx,
R6
Suggests:
jsonlite (>= 1.2.0),
knitr,
rmarkdown,
rstan,
testthat (>= 2.1.0)
VignetteBuilder: knitr
Remotes:
jgabry/posterior