From 0d48c20c6b72b784a63fd619f2c0ceff8618fc4c Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 29 Oct 2023 15:01:58 +0100 Subject: [PATCH 1/5] CRAN submission 0_10_8 --- DESCRIPTION | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 0612d8264..2e5268cc5 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: performance Title: Assessment of Regression Models Performance -Version: 0.10.7.2 +Version: 0.10.8 Authors@R: c(person(given = "Daniel", family = "Lüdecke", @@ -153,4 +153,3 @@ Config/Needs/website: r-lib/pkgdown, easystats/easystatstemplate Config/rcmdcheck/ignore-inconsequential-notes: true -Remotes: easystats/insight From 557053749ee15f673d1ee99e95a06621211c2357 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 29 Oct 2023 16:15:24 +0100 Subject: [PATCH 2/5] skip for non-dev insight --- tests/testthat/test-binned_residuals.R | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/testthat/test-binned_residuals.R b/tests/testthat/test-binned_residuals.R index e23404452..ae2822d0d 100644 --- a/tests/testthat/test-binned_residuals.R +++ b/tests/testthat/test-binned_residuals.R @@ -158,6 +158,7 @@ test_that("binned_residuals, bootstrapped CI", { test_that("binned_residuals, msg for non-bernoulli", { skip_on_cran() + skip_if(packageVersion("insight") < "0.19.7") tot <- rep(10, 100) suc <- rbinom(100, prob = 0.9, size = tot) From 57498280f8a0221ec7870bc8a6ee200fda6b209f Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 29 Oct 2023 16:16:35 +0100 Subject: [PATCH 3/5] update CRAN comments --- cran-comments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cran-comments.md b/cran-comments.md index d044c232a..2dec3e271 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1 +1 @@ -This release fixes CRAN check errors. We checked all reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package and saw no new problems. \ No newline at end of file +Hot fix release that fixes CRAN check errors. \ No newline at end of file From c94741704caad7b8cde589e941af5d2f2826e6c2 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 29 Oct 2023 16:17:42 +0100 Subject: [PATCH 4/5] update news --- NEWS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS.md b/NEWS.md index 6209f55b8..ef14fc9f8 100644 --- a/NEWS.md +++ b/NEWS.md @@ -11,6 +11,9 @@ * Fixed CRAN check errors. +* Fixed issue with `binned_residuals()` for models with binomial family, where + the outcome was a proportion. + # performance 0.10.7 ## Breaking changes From f71bb276ab756f1ef68305031dd6de4cee8becaf Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 29 Oct 2023 17:13:42 +0100 Subject: [PATCH 5/5] submitted --- CRAN-SUBMISSION | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CRAN-SUBMISSION b/CRAN-SUBMISSION index a6bc7c4f2..b1f325ddd 100644 --- a/CRAN-SUBMISSION +++ b/CRAN-SUBMISSION @@ -1,3 +1,3 @@ -Version: 0.10.7 -Date: 2023-10-27 11:27:48 UTC -SHA: 81d81529d46cf7b96f31c60a17044531ff697aab +Version: 0.10.8 +Date: 2023-10-29 16:13:36 UTC +SHA: c94741704caad7b8cde589e941af5d2f2826e6c2