diff --git a/DESCRIPTION b/DESCRIPTION index 7ce3e65e..192bb489 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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 = "jsg2201@columbia.edu"), + c(person(given = "Jonah", family = "Gabry", role = "aut", + email = "jsg2201@columbia.edu"), person(given = "Rok", family = "Češnovar", role = "aut", - email = "rok.cesnovar@fri.uni-lj.si"), - person(given = "Andrew", family = "Johnson", role = "aut", - comment = c(ORCID = "0000-0001-7000-8065")), + email = "rok.cesnovar@fri.uni-lj.si"), + person(given = "Andrew", family = "Johnson", role = c("aut", "cre"), + email = "andrew.johnson@arjohnsonau.com", + 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"), @@ -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, diff --git a/man/cmdstanr-package.Rd b/man/cmdstanr-package.Rd index 87bedc0d..ea43d565 100644 --- a/man/cmdstanr-package.Rd +++ b/man/cmdstanr-package.Rd @@ -211,12 +211,12 @@ Useful links: } \author{ -\strong{Maintainer}: Jonah Gabry \email{jsg2201@columbia.edu} +\strong{Maintainer}: Andrew Johnson \email{andrew.johnson@arjohnsonau.com} (\href{https://orcid.org/0000-0001-7000-8065}{ORCID}) Authors: \itemize{ + \item Jonah Gabry \email{jsg2201@columbia.edu} \item Rok Češnovar \email{rok.cesnovar@fri.uni-lj.si} - \item Andrew Johnson (\href{https://orcid.org/0000-0001-7000-8065}{ORCID}) } Other contributors: