diff --git a/apple-touch-icon-120x120.png b/apple-touch-icon-120x120.png index 240d2dc..af72ae1 100644 Binary files a/apple-touch-icon-120x120.png and b/apple-touch-icon-120x120.png differ diff --git a/apple-touch-icon-152x152.png b/apple-touch-icon-152x152.png index 441b20e..aa5b44f 100644 Binary files a/apple-touch-icon-152x152.png and b/apple-touch-icon-152x152.png differ diff --git a/apple-touch-icon-180x180.png b/apple-touch-icon-180x180.png index a490b47..f13d4de 100644 Binary files a/apple-touch-icon-180x180.png and b/apple-touch-icon-180x180.png differ diff --git a/apple-touch-icon-60x60.png b/apple-touch-icon-60x60.png index afc937f..7882a96 100644 Binary files a/apple-touch-icon-60x60.png and b/apple-touch-icon-60x60.png differ diff --git a/apple-touch-icon-76x76.png b/apple-touch-icon-76x76.png index d6eedc4..f369bfd 100644 Binary files a/apple-touch-icon-76x76.png and b/apple-touch-icon-76x76.png differ diff --git a/apple-touch-icon.png b/apple-touch-icon.png index 22c0a11..f13d4de 100644 Binary files a/apple-touch-icon.png and b/apple-touch-icon.png differ diff --git a/favicon-16x16.png b/favicon-16x16.png index aab4287..1c0db71 100644 Binary files a/favicon-16x16.png and b/favicon-16x16.png differ diff --git a/favicon-32x32.png b/favicon-32x32.png index d562f63..f307183 100644 Binary files a/favicon-32x32.png and b/favicon-32x32.png differ diff --git a/news/index.html b/news/index.html index 76c4709..8adb4fe 100644 --- a/news/index.html +++ b/news/index.html @@ -92,7 +92,7 @@

Bug fixessv_dependence2D(): In case add_vars are passed, x and/or y are removed from it in order to not use any variable twice. #116.
  • -split.shapviz() now drops empty levels. They launched an error because empty “shapviz” objects are currently not supported. #117 +split.shapviz() now drops empty levels. They launched an error because empty “shapviz” objects are currently not supported. #117, #118
  • diff --git a/pkgdown.yml b/pkgdown.yml index 267fe3b..ce22e12 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -5,5 +5,5 @@ articles: basic_use: basic_use.html geographic: geographic.html multiple_output: multiple_output.html -last_built: 2023-10-21T07:09Z +last_built: 2023-10-21T11:30Z diff --git a/reference/split.shapviz.html b/reference/split.shapviz.html index daea3b0..3eb1088 100644 --- a/reference/split.shapviz.html +++ b/reference/split.shapviz.html @@ -88,12 +88,12 @@

    Arguments

    f
    -

    Vector used to split feature values and SHAP (interaction) values.

    +

    Vector used to split feature values and SHAP (interaction) values. +Empty factor levels are dropped.

    ...
    -

    Arguments passed to split(). Don't pass drop = TRUE as empty -"shapviz" objects are rejected.

    +

    Arguments passed to split().