Print a consolidated status report showing attached packages, available interfaces, and any conflicts.
Examples
flow_check()
#> ── Attaching Stan processing packages ──────────────────────── stanflow 0.1.0 ──
#> ✔ bayesplot 1.15.0 ✔ projpred 2.10.0
#> ✔ loo 2.9.0 ✔ shinystan 2.7.0
#> ✔ posterior 1.6.1
#> ── Available Stan interfaces ────────────────────────────── setup_interface() ──
#> • brms 2.23.0 • rstan 2.32.7
#> • cmdstanr 0.9.0 • rstanarm 2.32.2
#> ── Conflicts ─────────────────────────────────────────── stanflow_conflicts() ──
#> ✖ posterior::rhat() masks bayesplot::rhat()
#> ℹ Use the conflicted package (<http://conflicted.r-lib.org/>) to force all conflicts to become errors