From d224a93a98621e9879193f234cdaebf135cbd08b Mon Sep 17 00:00:00 2001 From: Daniel Date: Sat, 30 Aug 2025 14:40:37 +0200 Subject: [PATCH 1/3] Prepare CRAN release --- DESCRIPTION | 14 +++++++------- NEWS.md | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 152bf0c7e..64ead4668 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: performance Title: Assessment of Regression Models Performance -Version: 0.15.0.3 +Version: 0.15.1 Authors@R: c(person(given = "Daniel", family = "Lüdecke", @@ -73,8 +73,8 @@ BugReports: https://github.com/easystats/performance/issues Depends: R (>= 4.0) Imports: - bayestestR (>= 0.16.1), - insight (>= 1.3.1), + bayestestR (>= 0.17.0), + insight (>= 1.4.1), datawizard (>= 1.2.0), stats, methods, @@ -106,7 +106,7 @@ Suggests: ftExtra, gamm4, ggdag, - glmmTMB (>= 1.1.10), + glmmTMB (>= 1.1.12), GPArotation, graphics, Hmisc, @@ -127,7 +127,7 @@ Suggests: metafor, mgcv, mlogit, - modelbased, + modelbased (>= 0.13.0), multimode, nestedLogit, nlme, @@ -135,7 +135,7 @@ Suggests: nonnest2, ordinal, parallel, - parameters (>= 0.27.0), + parameters (>= 0.28.1), patchwork, pscl, psych, @@ -168,4 +168,4 @@ Config/Needs/website: r-lib/pkgdown, easystats/easystatstemplate Config/rcmdcheck/ignore-inconsequential-notes: true -Remotes: easystats/insight, easystats/bayestestR, easystats/parameters +Remotes: easystats/modelbased#560 diff --git a/NEWS.md b/NEWS.md index 1eb36806e..ea6b7e241 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# performance (devel) +# performance 0.15.1 ## Changes From 791b7a05ac80c5a3b6b06f8fe76c9452f509e41b Mon Sep 17 00:00:00 2001 From: Daniel Date: Sat, 30 Aug 2025 17:08:06 +0200 Subject: [PATCH 2/3] remove remotes --- DESCRIPTION | 1 - 1 file changed, 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 64ead4668..6577c4292 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -168,4 +168,3 @@ Config/Needs/website: r-lib/pkgdown, easystats/easystatstemplate Config/rcmdcheck/ignore-inconsequential-notes: true -Remotes: easystats/modelbased#560 From c67629b2aa70bd010185cfb64b3cd083cc27fa02 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sat, 30 Aug 2025 19:55:48 +0200 Subject: [PATCH 3/3] don't rely on latest versions --- DESCRIPTION | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 6577c4292..29343b66f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -73,8 +73,8 @@ BugReports: https://github.com/easystats/performance/issues Depends: R (>= 4.0) Imports: - bayestestR (>= 0.17.0), - insight (>= 1.4.1), + bayestestR (>= 0.16.1), + insight (>= 1.4.0), datawizard (>= 1.2.0), stats, methods, @@ -127,7 +127,7 @@ Suggests: metafor, mgcv, mlogit, - modelbased (>= 0.13.0), + modelbased (>= 0.12.0), multimode, nestedLogit, nlme, @@ -135,7 +135,7 @@ Suggests: nonnest2, ordinal, parallel, - parameters (>= 0.28.1), + parameters (>= 0.28.0), patchwork, pscl, psych,