Skip to content

Commit

Permalink
CRAN submission 0_10_8 (#647)
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Oct 30, 2023
1 parent 50a0443 commit 90eb9fc
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -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
3 changes: 1 addition & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -153,4 +153,3 @@ Config/Needs/website:
r-lib/pkgdown,
easystats/easystatstemplate
Config/rcmdcheck/ignore-inconsequential-notes: true
Remotes: easystats/insight
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -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.
Hot fix release that fixes CRAN check errors.
1 change: 1 addition & 0 deletions tests/testthat/test-binned_residuals.R
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 90eb9fc

Please sign in to comment.