@@ -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,11 @@ 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")
2324 )
2425Description: A lightweight interface to 'Stan' <https://mc-stan.org>.
2526 The 'CmdStanR' interface is an alternative to 'RStan' that calls the command
0 commit comments