Package: rstantools 2.4.0.9000

Jonah Gabry

rstantools: Tools for Developing R Packages Interfacing with 'Stan'

Provides various tools for developers of R packages interfacing with 'Stan' <https://mc-stan.org>, including functions to set up the required package structure, S3 generics and default methods to unify function naming across 'Stan'-based R packages, and vignettes with recommendations for developers.

Authors:Jonah Gabry [aut, cre], Ben Goodrich [aut], Martin Lysy [aut], Andrew Johnson [aut], Hamada S. Badr [ctb], Marco Colombo [ctb], Stefan Siegert [ctb], Trustees of Columbia University [cph]

rstantools_2.4.0.9000.tar.gz
rstantools_2.4.0.9000.zip(r-4.5)rstantools_2.4.0.9000.zip(r-4.4)rstantools_2.4.0.9000.zip(r-4.3)
rstantools_2.4.0.9000.tgz(r-4.4-any)rstantools_2.4.0.9000.tgz(r-4.3-any)
rstantools_2.4.0.9000.tar.gz(r-4.5-noble)rstantools_2.4.0.9000.tar.gz(r-4.4-noble)
rstantools_2.4.0.9000.tgz(r-4.4-emscripten)rstantools_2.4.0.9000.tgz(r-4.3-emscripten)
rstantools.pdf |rstantools.html
rstantools/json (API)
NEWS

# Install 'rstantools' in R:
install.packages('rstantools', repos = c('https://stan-dev.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/stan-dev/rstantools/issues

On CRAN:

bayesian-data-analysisbayesian-statisticsdeveloper-toolsstan

13.13 score 51 stars 206 packages 125 scripts 36k downloads 20 exports 5 dependencies

Last updated 6 months agofrom:99c0d66ae6. Checks:OK: 5 NOTE: 2. Indexed: yes.

TargetResultDate
Doc / VignettesOKNov 16 2024
R-4.5-winNOTENov 16 2024
R-4.5-linuxNOTENov 16 2024
R-4.4-winOKNov 16 2024
R-4.4-macOKNov 16 2024
R-4.3-winOKNov 16 2024
R-4.3-macOKNov 16 2024

Exports:bayes_R2init_cpplog_likloo_linpredloo_pitloo_predictloo_predictive_intervalloo_R2nsamplesposterior_epredposterior_intervalposterior_linpredposterior_predictpredictive_errorpredictive_intervalprior_summaryrstan_configrstan_create_packagerstantools_load_codeuse_rstan

Dependencies:clidescR6RcppRcppParallel

Guidelines for Developers of R Packages Interfacing with Stan

Rendered fromdeveloper-guidelines.Rmdusingknitr::rmarkdownon Nov 16 2024.

Last update: 2022-03-23
Started: 2016-10-28

Step by step guide for creating a package that depends on RStan

Rendered fromminimal-rstan-package.Rmdusingknitr::rmarkdownon Nov 16 2024.

Last update: 2024-01-22
Started: 2018-04-09