Removed the function rnorm_from and lqmm from suggests;
lqmm (matrix math) was removed from CRAN, would need to introduce 2 new
packages to keep unused utility function.
ggplot2 (v4.0.0) pushed breaking changes as they transition to S7
objects; changed tests from expect_equal(class(x), c(“gg”, “ggplot”)) to
expect_true(inherits(x, c(“ggplot”, “ggplot2::ggplot”))) according to
tidyverse/ggplot2#6498.
Fixed a 4x more visualization tests.
cheem v0.4.1
ggplot2 is pushing breaking changes as they transition to S7
objects; changed tests from expect_equal(class(x), c(“gg”, “ggplot”)) to
expect_true(inherits(x, c(“ggplot”, “ggplot2::ggplot”))) according to
tidyverse/ggplot2#6498.
Updated two ames housing urls as jse.amstat.org urls moved to
https.
cheem v0.4.0
Repaired packagedown site!
Fixed news on packagedown site.
Shiny app has go buttons rather than waiting after every input
change.
Shiny app text, plot dimensions, and text cleaned up.
Classification tour now uses a horizontal layout.
Cleaned up the text on the facet panels for
global_tour() and radial_cheem_tour().
Removed support for the basis_type argument. support
for alternative bases types is really an extension of the analysis.
Recreate the saved classification model, they fit too well to work
as illustrations.
Set seed more consistently. All model and attribution shifted a bit,
but will be more replicable going forward.
Minor documentation and code clean up and clarifications.
cheem v0.3.0 –
Generalized for any attribution
Rebase all functions from expecting a unified
treeshap::shap() to generalized data frame or matrix format
for arbitrary attribution spaces.
Rework vignette and examples to reflect this change.
Added precomputed predictions and attributions for the Ames,
Chocolates, and Penguins datasets. This allows users to run
attribution-agnostic functions without dependencies.
Add subset_cheem(), a convenience function for
subsetting cheem lists after construction.
Removed plotly subplot variations of visuals:
global_view_subplots(),
radial_cheem_tour_subplots(). These were development
variations never used in the shiny app.
Minor function renames for parsimony and consistency.