Package: rstantools 2.4.0.9000
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:
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')) |
Bug tracker:https://github.com/stan-dev/rstantools/issues
bayesian-data-analysisbayesian-statisticsdeveloper-toolsstan
Last updated 6 months agofrom:99c0d66ae6. Checks:OK: 5 NOTE: 2. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 16 2024 |
R-4.5-win | NOTE | Nov 16 2024 |
R-4.5-linux | NOTE | Nov 16 2024 |
R-4.4-win | OK | Nov 16 2024 |
R-4.4-mac | OK | Nov 16 2024 |
R-4.3-win | OK | Nov 16 2024 |
R-4.3-mac | OK | Nov 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.Rmd
usingknitr::rmarkdown
on 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.Rmd
usingknitr::rmarkdown
on Nov 16 2024.Last update: 2024-01-22
Started: 2018-04-09