@@ -10,6 +10,7 @@ Authors@R:
1010 person(given = "Andrew", family = "Johnson", role = c("aut", "cre"),
1111 email = "andrew.johnson@arjohnsonau.com",
1212 comment = c(ORCID = "0000-0001-7000-8065")),
13+ person(given = "Steve", family = "Bronder", role = "aut"),
1314 person(given = "Ben", family = "Bales", role = "ctb"),
1415 person(given = "Mitzi", family = "Morris", role = "ctb"),
1516 person(given = "Mikhail", family = "Popov", role = "ctb"),
@@ -18,7 +19,8 @@ Authors@R:
1819 email = "will.landau@gmail.com", comment = c(ORCID = "0000-0003-1878-3253")),
1920 person(given = "Jacob", family = "Socolar", role = "ctb"),
2021 person(given = "Martin", family = "Modrák", role = "ctb"),
21- person(given = "Steve", family = "Bronder", role = "ctb"))
22+ person(given = "Ven", family = "Popov", role = "ctb")
23+ )
2224Description: A lightweight interface to 'Stan' <https://mc-stan.org>.
2325 The 'CmdStanR' interface is an alternative to 'RStan' that calls the command
2426 line interface for compilation and running algorithms instead of interfacing
0 commit comments