diff --git a/CRAN-SUBMISSION b/CRAN-SUBMISSION index 42fd85d66..c666c79a8 100644 --- a/CRAN-SUBMISSION +++ b/CRAN-SUBMISSION @@ -1,3 +1,3 @@ -Version: 0.18.7 -Date: 2022-11-18 07:07:07 UTC -SHA: 689ef47a613aa072bb0102d3b147f4dd038a2998 +Version: 0.18.8 +Date: 2022-11-22 19:08:48 UTC +SHA: 005c7d2dbad8833ed8b56541e8417637c3228b81 diff --git a/DESCRIPTION b/DESCRIPTION index a5effc8a1..e9c9bafd8 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: insight Title: Easy Access to Model Information for Various Model Objects -Version: 0.18.7.1 +Version: 0.18.8 Authors@R: c(person(given = "Daniel", family = "Lüdecke", diff --git a/NEWS.md b/NEWS.md index d44400592..edbebf36a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# insight 0.18.7.1 +# insight 0.18.8 ## Bug fixes diff --git a/cran-comments.md b/cran-comments.md index 262d23500..8aca12ebf 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1 +1 @@ -This submission fixes errors found in CRAN checks, due to the latest glmmTMB update. \ No newline at end of file +This submission fixes issues with reverse-dependencies from a planned update of the *performance* package. The update of the *performance* package introduces breaking changes, which are anticipated in the fixes included in this release. \ No newline at end of file diff --git a/tests/testthat/test-standardize_names.R b/tests/testthat/test-standardize_names.R index 026e9237c..f8e5238be 100644 --- a/tests/testthat/test-standardize_names.R +++ b/tests/testthat/test-standardize_names.R @@ -1,6 +1,7 @@ if (requiet("testthat") && requiet("insight") && requiet("performance") && + requiet("datawizard") && requiet("stats") && requiet("parameters")) { .runThisTest <- Sys.getenv("RunAllinsightTests") == "yes"