Package: stanflow Title: A Mildly Opinionated Stan Bayesian Workflow Version: 0.1.0.9000 Date: 2026-01-24 Authors@R: c( person("Visruth", "Srimath Kandali", , "public@visruth.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0009-0005-9097-0688")), person("Jonah", "Gabry", role = "ctb"), person("Posit Software, PBC", role = "cph", comment = "Copyright holder for code adapted from tidyverse package (MIT); see LICENSE.note") ) Description: Streamlines access to the Stan ecosystem by attaching core workflow packages, surfacing conflicts, and providing helpers to set up Stan interfaces with sensible defaults. Facilitates the Bayesian Workflow as described in Gelman et al. (2020) . License: BSD_3_clause + file LICENSE URL: https://stanflow.visruth.com/ BugReports: https://github.com/VisruthSK/stanflow/issues/ Depends: R (>= 4.2.0) Imports: bayesplot, cli, fastmatch, loo, posterior, projpred, shinystan, withr Suggests: brms, cmdstanr, knitr, quarto, rstan, rstanarm, testthat (>= 3.0.0) VignetteBuilder: quarto Additional_repositories: https://community.r-multiverse.org https://stan-dev.r-universe.dev Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: cmake libglpk-dev make libicu-dev libuv1-dev libxml2-dev zlib1g-dev Repository: https://visruthsk.r-universe.dev Date/Publication: 2026-06-28 05:39:14 UTC RemoteUrl: https://github.com/VisruthSK/stanflow RemoteRef: HEAD RemoteSha: 6abe3e4a5bb56b6b454b563a3c6f91fd6a34b0df NeedsCompilation: no Packaged: 2026-07-23 10:21:29 UTC; root Author: Visruth Srimath Kandali [aut, cre, cph] (ORCID: ), Jonah Gabry [ctb], Posit Software, PBC [cph] (Copyright holder for code adapted from tidyverse package (MIT); see LICENSE.note) Maintainer: Visruth Srimath Kandali