@@ -3,11 +3,11 @@ Title: R Interface to 'CmdStan'
33Version: 0.9.0.9000
44Date: 2025-03-30
55Authors@R:
6- c(person(given = "Jonah", family = "Gabry", role = "aut",
6+ c(person(given = "Jonah", family = "Gabry", role = c( "aut", "cre") ,
77 email = "jgabry@gmail.com"),
88 person(given = "Rok", family = "Češnovar", role = "aut",
99 email = "rok.cesnovar@fri.uni-lj.si"),
10- person(given = "Andrew", family = "Johnson", role = c( "aut", "cre") ,
10+ person(given = "Andrew", family = "Johnson", role = "aut",
1111 email = "andrew.johnson@arjohnsonau.com",
1212 comment = c(ORCID = "0000-0001-7000-8065")),
1313 person(given = "Steve", family = "Bronder", role = "aut"),
@@ -16,10 +16,12 @@ Authors@R:
1616 person(given = "Mikhail", family = "Popov", role = "ctb"),
1717 person(given = "Mike", family = "Lawrence", role = "ctb"),
1818 person(given = c("William", "Michael"), family = "Landau", role = "ctb",
19- email = "will.landau@gmail.com", comment = c(ORCID = "0000-0003-1878-3253")),
19+ email = "will.landau@gmail.com", comment = c(ORCID = "0000-0003-1878-3253")),
2020 person(given = "Jacob", family = "Socolar", role = "ctb"),
2121 person(given = "Martin", family = "Modrák", role = "ctb"),
22- person(given = "Ven", family = "Popov", role = "ctb")
22+ person(given = "Ven", family = "Popov", role = "ctb"),
23+ person("Visruth", "Srimath Kandali", role = "ctb"),
24+ person("Aki", "Vehtari", role = "ctb")
2325 )
2426Description: A lightweight interface to 'Stan' <https://mc-stan.org>.
2527 The 'CmdStanR' interface is an alternative to 'RStan' that calls the command
@@ -36,12 +38,12 @@ RoxygenNote: 7.3.3
3638Roxygen: list(markdown = TRUE, r6 = FALSE)
3739SystemRequirements: CmdStan (https://mc-stan.org/users/interfaces/cmdstan)
3840Depends:
39- R (>= 3.5 .0)
41+ R (>= 4.0 .0)
4042Imports:
4143 checkmate,
4244 data.table,
43- jsonlite (>= 1.2.0 ),
44- posterior (>= 1.4.1 ),
45+ jsonlite (>= 1.8.7 ),
46+ posterior (>= 1.5.0 ),
4547 processx (>= 3.5.0),
4648 R6 (>= 2.4.0),
4749 withr (>= 2.5.0),
@@ -56,6 +58,7 @@ Suggests:
5658 progressr,
5759 qs2,
5860 rmarkdown,
59- testthat (>= 2.1 .0),
61+ testthat (>= 3.3 .0),
6062 Rcpp
6163VignetteBuilder: knitr
64+ Config/testthat/edition: 3
0 commit comments