Package: chkptstanr Title: Checkpoint MCMC Sampling with 'Stan' Version: 0.2.0 Authors@R: c( person(given = "Vencislav", family = "Popov", email = "vencislav.popov@gmail.com", role = c("aut", "cre", "cph")), person(given = "Donald", family = "Williams", role = c("aut"), email = "donald.williams@nwea.org"), person(given = "Tyler", family = "Matta", role = c("aut"), email = "tyler.matta@nwea.org"), person(given = "NWEA", role = "cph", email = "tyler.matta@nwea.org") ) Description: Fit Bayesian models in Stan with checkpointing, that is, the ability to stop the MCMC sampler at will, and then pick right back up where the MCMC sampler left off. Custom 'Stan' models can be fitted, or the popular package 'brms' can be used to generate the 'Stan' code. This package is fully compatible with the R packages 'brms', 'posterior', 'cmdstanr', and 'bayesplot'. License: Apache License 2.0 | file LICENSE Depends: R (>= 4.1.0) Imports: brms (>= 2.16.1), abind, methods, rstan, Rdpack, fs, waldo, glue, stringr Suggests: cmdstanr, rmarkdown, knitr, posterior, here, testthat (>= 3.0.0), withr, ape Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.1 Additional_repositories: https://mc-stan.org/r-packages/ RdMacros: Rdpack VignetteBuilder: knitr Config/testthat/edition: 3 Config/testthat/parallel: true URL: https://github.com/venpopov/chkptstanr, https://venpopov.github.io/chkptstanr/ BugReports: https://github.com/venpopov/chkptstanr/issues Config/pak/sysreqs: cmake make libicu-dev libuv1-dev Repository: https://popov-lab.r-universe.dev Date/Publication: 2024-02-27 21:53:57 UTC RemoteUrl: https://github.com/venpopov/chkptstanr RemoteRef: v0.2.0 RemoteSha: 94eea9a665608323c9ee080914cdf06be3502766 NeedsCompilation: no Packaged: 2026-06-08 08:56:38 UTC; root Author: Vencislav Popov [aut, cre, cph], Donald Williams [aut], Tyler Matta [aut], NWEA [cph] Maintainer: Vencislav Popov