Skip to content

Commit 98b31b4

Browse files
authored
Merge pull request #1156 from stan-dev/update-description
Update DESCRIPTION file: update maintainer and add Visruth as contributor
2 parents f34e00f + 5f63d2d commit 98b31b4

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

DESCRIPTION

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ Title: R Interface to 'CmdStan'
33
Version: 0.9.0.9000
44
Date: 2025-03-30
55
Authors@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
)
2425
Description: 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

Comments
 (0)