R Package to estimate isotopic values in the past and their change over time.
Access to online version:
- MAIN version: https://isomemoapp.com/app/osteo-bio-r
- BETA version: https://isomemoapp.com/app/osteo-bio-r-beta
Stan development
- to re-generate
R/rstanmodel.R
and the C++ Source Code insrc
userstantools::rstan_config()
- After that you can install and compile the package e.g.
devtools::load_all()
- You can put any stan model file in to
inst/stan
- Header files belong into
inst/include
- If you want use functions of the R-Package (not the shiny app), the precompiled stanmodel objects will appear in a named list called
stanmodels
and you can call them with something likerstan::sampling(stanmodels$foo, ...)