Package: staninside 0.0.3
staninside: Facilitating the Use of Stan Within Packages
This package provides helper functions that can be used for integrating Stan code driven by the CmdStanR package. Using CmdStanR and pre-written Stan code can make package installation easy and less prone to fail because it removes the need for Rcpp and RStan packages(and their dependencies). Using CmdStanR will also afford users the opportunity to use the latest developments within CmdStan. However, building these packages requires some work and this package provides tools to assist with that,
Authors:
staninside_0.0.3.tar.gz
staninside_0.0.3.zip(r-4.5)staninside_0.0.3.zip(r-4.4)staninside_0.0.3.zip(r-4.3)
staninside_0.0.3.tgz(r-4.4-any)staninside_0.0.3.tgz(r-4.3-any)
staninside_0.0.3.tar.gz(r-4.5-noble)staninside_0.0.3.tar.gz(r-4.4-noble)
staninside_0.0.3.tgz(r-4.4-emscripten)staninside_0.0.3.tgz(r-4.3-emscripten)
staninside.pdf |staninside.html✨
staninside/json (API)
NEWS
# Install 'staninside' in R: |
install.packages('staninside', repos = c('https://medewitt.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/medewitt/staninside/issues
Last updated 3 years agofrom:2a27a54f87. Checks:OK: 1 NOTE: 6. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 11 2024 |
R-4.5-win | NOTE | Nov 11 2024 |
R-4.5-linux | NOTE | Nov 11 2024 |
R-4.4-win | NOTE | Nov 11 2024 |
R-4.4-mac | NOTE | Nov 11 2024 |
R-4.3-win | NOTE | Nov 11 2024 |
R-4.3-mac | NOTE | Nov 11 2024 |
Exports:clear_stan_cachecopy_modelsfind_stan_codesetup_stan_package
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Clear Stan Cache | clear_stan_cache |
Copy Stan Models | copy_models |
Find Stan Code | find_stan_code |
Create Package Infrastructure for Stan Package | setup_stan_package |