Changes in version 1.3.4 Bug Fixes - update.brmcoda() method did not correctly use newdata. This is now fixed. New Features - pp_check() method now supports checking compositional outcome distributions on their response scale, via scale = "response" argument. - diagnostics() new method to calculate diagnostics from complr objects. - plot() new plot method for diagnostics class objects to enable visual plotting of diagnostics for complr objects, can help identify extreme values / outliers. Changes in version 1.3.3 (2025-11-11) New Features - substitution() supports moderated substituion via at argument. - complr() now supports multiple composition input (see examples). - substitution() supports compositional outcomes. - substitution() output is now weighted across levels of the reference grid. Other Changes - Syntax for brmcoda() updated to support multiple compositions (see examples). Changes in version 1.2.2 New Features - Add a new function multilevelcoda_sim() to bundle simulation study results in a shiny app. - Add more methods for brmcoda (loo and pp_check). Changes in version 1.2.1 (2023-08-13) Other Changes - Fix a bug in the summary argument of predict() and fitted(). Changes in version 1.2.0 (2023-08-12) New Features - Add various methods for compilr, brmcoda, and substitution objects. - Change the default total in compilr to 1 instead of 1440. Other Changes - Fix bugs in vignettes and reformat. - Add a new vignette to present a case study in multilevelcoda simulation study. Changes in version 1.1.0 (2023-06-16) New Features - Add method update to support update an existing compilr or brmcoda objects. - Add method summary to substitution to summarise output produced by function substitution. - Add argument weight to substitution to allow for different methods for calculating reference compostion. - Add user control over specifying reference composition and reference grid in substitution model. - Ensure that complir throws errors for missing data and 0s in input compositional data. Other Changes - Deprecate argument type of substitution and replace with ref. - Deprecate argument regrid of substitution Changes in version 1.0.0 (2023-01-13) First CRAN release Changes in version 0.0.9000 Initial release