loo_compare() output structure in the loo
package (> 2.9.0), which now returns a data frame instead of a matrix
and includes additional diagnostic columns. The package now works with
both the previous (matrix) and the new (data frame) output. Thanks to
Florence Bockting (loo maintainer) for the reverse-dependency patch
(#1).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