Patch release addressing CRAN maintainer feedback.
Suppressed misleading error message during package installation when 'cmdstanr' is not available. Stan model compilation is now silently skipped with an informational note instead of an error-like message.
Removed SystemRequirements: CmdStan from DESCRIPTION. CmdStan is not
required to install or check the package; it is only needed at runtime
for model fitting.
Initial CRAN release.
prior(normal(0, 2.5), class = "b")clm_prior() for backward compatibilityloo()waic()diagnostics() for MCMC convergence checksplot() with multiple types: trace, dens, hist, areas, intervals, acfpredict() for class predictionsfitted() for probability predictionsposterior_predict() for posterior predictive samples