
Changelog
DImodelsVis 1.0.4
CRAN release: 2025-10-08
- Added new vignettes showcasing how to use
DImodelsVis
with different models such as random-forests, neural networks, nlme, etc. - Prediction contribution plots now have
bar_width
andeb_width
parameters to allow adjusting the widths of the prediction and error bars, respectively. - Cleaned up package documentation a bit.
DImodelsVis 1.0.3
CRAN release: 2025-08-23
- Updated to code base to ensure compatibility with upcoming ggplot v4.0.0
DImodelsVis 1.0.2
CRAN release: 2025-08-21
- Added functionality allowing the package to work seamlessly with model objects fit using
DImodelsMulti
. - Units tests added for all functions.
- Additional bug fixes.