From 5f63d2dbe05413a6509d7b9b92b7b6be6d7dd295 Mon Sep 17 00:00:00 2001 From: jgabry Date: Mon, 16 Mar 2026 16:56:40 -0600 Subject: [PATCH] Update DESCRIPTION --- DESCRIPTION | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 3280baa0..83ff2074 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -3,11 +3,11 @@ Title: R Interface to 'CmdStan' Version: 0.9.0.9000 Date: 2025-03-30 Authors@R: - c(person(given = "Jonah", family = "Gabry", role = "aut", + c(person(given = "Jonah", family = "Gabry", role = c("aut", "cre"), email = "jgabry@gmail.com"), person(given = "Rok", family = "Češnovar", role = "aut", email = "rok.cesnovar@fri.uni-lj.si"), - person(given = "Andrew", family = "Johnson", role = c("aut", "cre"), + person(given = "Andrew", family = "Johnson", role = "aut", email = "andrew.johnson@arjohnsonau.com", comment = c(ORCID = "0000-0001-7000-8065")), person(given = "Steve", family = "Bronder", role = "aut"), @@ -16,10 +16,11 @@ Authors@R: person(given = "Mikhail", family = "Popov", role = "ctb"), person(given = "Mike", family = "Lawrence", role = "ctb"), person(given = c("William", "Michael"), family = "Landau", role = "ctb", - email = "will.landau@gmail.com", comment = c(ORCID = "0000-0003-1878-3253")), + email = "will.landau@gmail.com", comment = c(ORCID = "0000-0003-1878-3253")), person(given = "Jacob", family = "Socolar", role = "ctb"), person(given = "Martin", family = "Modrák", role = "ctb"), - person(given = "Ven", family = "Popov", role = "ctb") + person(given = "Ven", family = "Popov", role = "ctb"), + person("Visruth", "Srimath Kandali", role = "ctb") ) Description: A lightweight interface to 'Stan' . The 'CmdStanR' interface is an alternative to 'RStan' that calls the command