View source: R/mm_check_mcmc_file.R
mm_check_mcmc_files | R Documentation |
Check the syntax of all Bayesian model files in the package
mm_check_mcmc_files(grep_pattern)
grep_pattern |
string on which to filter the names if only some should be checked. fixed=FALSE. |
## Not run:
# takes a long time, so run only when needed
checks <- streamMetabolizer:::mm_check_mcmc_files()
saveRDS(checks, file='temp/bayes_model_checks.Rds')
checks <- streamMetabolizer:::mm_check_mcmc_files("*ko\\.stan")
checks <- streamMetabolizer:::mm_check_mcmc_files("b_np_.*_ko\\.stan")
cat(checks[[7]])
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.