@@ -7,15 +7,15 @@ Authors@R:
7
7
8
8
person(given = "Rok", family = "Češnovar", role = "aut",
9
9
10
+ person(given = "Andrew", family = "Johnson", role = "aut",
11
+ comment = c(ORCID = "0000-0001-7000-8065")),
10
12
person(given = "Ben", family = "Bales", role = "ctb"),
11
13
person(given = "Mitzi", family = "Morris", role = "ctb"),
12
14
person(given = "Mikhail", family = "Popov", role = "ctb"),
13
15
person(given = "Mike", family = "Lawrence", role = "ctb"),
14
16
person(given = c("William", "Michael"), family = "Landau", role = "ctb",
15
17
email = "
[email protected] ", comment = c(ORCID = "0000-0003-1878-3253")),
16
- person(given = "Jacob", family = "Socolar", role = "ctb"),
17
- person(given = "Andrew", family = "Johnson", role = "ctb",
18
- comment = c(ORCID = "0000-0001-7000-8065")))
18
+ person(given = "Jacob", family = "Socolar", role = "ctb"))
19
19
Description: A lightweight interface to 'Stan' <https://mc-stan.org>.
20
20
The 'CmdStanR' interface is an alternative to 'RStan' that calls the command
21
21
line interface for compilation and running algorithms instead of interfacing
0 commit comments