@@ -3,12 +3,13 @@ Title: R Interface to 'CmdStan'
33Version: 0.7.1
44Date: 2024-01-09
55Authors@R:
6- c(person(given = "Jonah", family = "Gabry", role = c( "aut", "cre") ,
7- email = "jsg2201@columbia.edu"),
6+ c(person(given = "Jonah", family = "Gabry", role = "aut",
7+ email = "jsg2201@columbia.edu"),
88 person(given = "Rok", family = "Češnovar", role = "aut",
9- email = "rok.cesnovar@fri.uni-lj.si"),
10- person(given = "Andrew", family = "Johnson", role = "aut",
11- comment = c(ORCID = "0000-0001-7000-8065")),
9+ email = "rok.cesnovar@fri.uni-lj.si"),
10+ person(given = "Andrew", family = "Johnson", role = c("aut", "cre"),
11+ email = "andrew.johnson@arjohnsonau.com",
12+ comment = c(ORCID = "0000-0001-7000-8065")),
1213 person(given = "Ben", family = "Bales", role = "ctb"),
1314 person(given = "Mitzi", family = "Morris", role = "ctb"),
1415 person(given = "Mikhail", family = "Popov", role = "ctb"),
@@ -33,7 +34,7 @@ RoxygenNote: 7.3.1
3334Roxygen: list(markdown = TRUE, r6 = FALSE)
3435SystemRequirements: CmdStan (https://mc-stan.org/users/interfaces/cmdstan)
3536Depends:
36- R (>= 3.5 .0)
37+ R (>= 4.0 .0)
3738Imports:
3839 checkmate,
3940 data.table,
0 commit comments