Skip to content

Commit

Permalink
cran prep: update maintainer and R version dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jgabry committed Apr 22, 2024
1 parent 2980ca7 commit 422c8d7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
13 changes: 7 additions & 6 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ Title: R Interface to 'CmdStan'
Version: 0.7.1
Date: 2024-01-09
Authors@R:
c(person(given = "Jonah", family = "Gabry", role = c("aut", "cre"),
email = "[email protected]"),
c(person(given = "Jonah", family = "Gabry", role = "aut",
email = "[email protected]"),
person(given = "Rok", family = "Češnovar", role = "aut",
email = "[email protected]"),
person(given = "Andrew", family = "Johnson", role = "aut",
comment = c(ORCID = "0000-0001-7000-8065")),
email = "[email protected]"),
person(given = "Andrew", family = "Johnson", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-7000-8065")),
person(given = "Ben", family = "Bales", role = "ctb"),
person(given = "Mitzi", family = "Morris", role = "ctb"),
person(given = "Mikhail", family = "Popov", role = "ctb"),
Expand All @@ -33,7 +34,7 @@ RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE, r6 = FALSE)
SystemRequirements: CmdStan (https://mc-stan.org/users/interfaces/cmdstan)
Depends:
R (>= 3.5.0)
R (>= 4.0.0)
Imports:
checkmate,
data.table,
Expand Down
4 changes: 2 additions & 2 deletions man/cmdstanr-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 422c8d7

Please sign in to comment.