diff --git a/CRAN-SUBMISSION b/CRAN-SUBMISSION index bd9ae90c7..6e4648664 100644 --- a/CRAN-SUBMISSION +++ b/CRAN-SUBMISSION @@ -1,3 +1,3 @@ -Version: 0.21.5 -Date: 2024-02-05 20:27:13 UTC -SHA: 00b4bebae447c23d7e1663ceac675a9d4329aa24 +Version: 0.21.6 +Date: 2024-03-17 15:06:23 UTC +SHA: fa0a2223f09a2b641762866e202cd54ddc65b3b3 diff --git a/DESCRIPTION b/DESCRIPTION index 02e58aba7..1b105ede5 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: parameters Title: Processing of Model Parameters -Version: 0.21.5.8 +Version: 0.21.6 Authors@R: c(person(given = "Daniel", family = "Lüdecke", @@ -218,4 +218,3 @@ Config/Needs/website: r-lib/pkgdown, easystats/easystatstemplate Config/rcmdcheck/ignore-inconsequential-notes: true -Remotes: easystats/insight diff --git a/cran-comments.md b/cran-comments.md index 351196b7e..f15e10657 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,3 +1 @@ -Hotfix to address errors in CRAN checks related to the last *marginaleffects* update. - -Not that this update still breaks the *see* package, since the previous submission of *parameters* was just yesterday - sorry for the bad timing! An update of the *see* package will submitted once this submission is accepted on CRAN. +This release addresses errors in CRAN checks related to the last *insight* update. diff --git a/tests/testthat/test-marginaleffects.R b/tests/testthat/test-marginaleffects.R index e52db9613..22853e264 100644 --- a/tests/testthat/test-marginaleffects.R +++ b/tests/testthat/test-marginaleffects.R @@ -1,5 +1,5 @@ skip_if_not_installed("marginaleffects", minimum_version = "0.18.0") -skip_if_not_installed("insight", minimum_version = "0.19.8.8") +skip_if_not_installed("insight", minimum_version = "0.19.9") skip_if_not_installed("rstanarm") test_that("marginaleffects()", {