Skip to content

Commit 422c8d7

Browse files
committed
cran prep: update maintainer and R version dependency
1 parent 2980ca7 commit 422c8d7

2 files changed

Lines changed: 9 additions & 8 deletions

File tree

DESCRIPTION

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@ Title: R Interface to 'CmdStan'
33
Version: 0.7.1
44
Date: 2024-01-09
55
Authors@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
3334
Roxygen: list(markdown = TRUE, r6 = FALSE)
3435
SystemRequirements: CmdStan (https://mc-stan.org/users/interfaces/cmdstan)
3536
Depends:
36-
R (>= 3.5.0)
37+
R (>= 4.0.0)
3738
Imports:
3839
checkmate,
3940
data.table,

man/cmdstanr-package.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)