Package: cmdstanr Title: R Interface to 'CmdStan' Version: 0.9.0 Date: 2025-03-30 Authors@R: c(person(given = "Jonah", family = "Gabry", role = "aut", email = "jsg2201@columbia.edu"), person(given = "Rok", family = "Češnovar", role = "aut", email = "rok.cesnovar@fri.uni-lj.si"), person(given = "Andrew", family = "Johnson", role = c("aut", "cre"), email = "andrew.johnson@arjohnsonau.com", comment = c(ORCID = "0000-0001-7000-8065")), person(given = "Steve", family = "Bronder", role = "aut"), person(given = "Ben", family = "Bales", role = "ctb"), person(given = "Mitzi", family = "Morris", role = "ctb"), 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")), person(given = "Jacob", family = "Socolar", role = "ctb"), person(given = "Martin", family = "Modrák", role = "ctb"), person(given = "Ven", family = "Popov", role = "ctb") ) Description: A lightweight interface to 'Stan' . The 'CmdStanR' interface is an alternative to 'RStan' that calls the command line interface for compilation and running algorithms instead of interfacing with C++ via 'Rcpp'. This has many benefits including always being compatible with the latest version of Stan, fewer installation errors, fewer unexpected crashes in RStudio, and a more permissive license. License: BSD_3_clause + file LICENSE URL: https://mc-stan.org/cmdstanr/, https://discourse.mc-stan.org BugReports: https://github.com/stan-dev/cmdstanr/issues Encoding: UTF-8 RoxygenNote: 7.3.2 Roxygen: list(markdown = TRUE, r6 = FALSE) SystemRequirements: CmdStan (https://mc-stan.org/users/interfaces/cmdstan) Depends: R (>= 3.5.0) Imports: checkmate, data.table, jsonlite (>= 1.2.0), posterior (>= 1.4.1), processx (>= 3.5.0), R6 (>= 2.4.0), withr (>= 2.5.0), rlang (>= 0.4.7) Suggests: bayesplot, ggplot2, knitr (>= 1.37), loo (>= 2.0.0), rmarkdown, testthat (>= 2.1.0), Rcpp VignetteBuilder: knitr Repository: https://r-multiverse.r-universe.dev Date/Publication: 2025-03-30 07:51:22 UTC RemoteUrl: https://github.com/stan-dev/cmdstanr RemoteRef: v0.9.0 RemoteSha: da99e2ba954658bdad63bffb738c4444c33a4e0e NeedsCompilation: no Packaged: 2026-07-01 09:10:29 UTC; root Author: Jonah Gabry [aut], Rok Češnovar [aut], Andrew Johnson [aut, cre] (ORCID: ), Steve Bronder [aut], Ben Bales [ctb], Mitzi Morris [ctb], Mikhail Popov [ctb], Mike Lawrence [ctb], William Michael Landau [ctb] (ORCID: ), Jacob Socolar [ctb], Martin Modrák [ctb], Ven Popov [ctb] Maintainer: Andrew Johnson