From e106fdc4d116986bf926ba48d7286b28a8c502a2 Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 26 Nov 2024 11:15:38 +0100 Subject: [PATCH 1/2] Prepare CRAN release --- NEWS.md | 2 +- cran-comments.md | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/NEWS.md b/NEWS.md index f7fc952f0..b49144943 100644 --- a/NEWS.md +++ b/NEWS.md @@ -42,7 +42,7 @@ * `format_value()` gains a `decimal_point` argument, to change the decimal point in output conversion. -* `format_bf()` with `stars = TRUE` used the `°` symbol for inferiority +* `format_bf()` with `stars = TRUE` uses the `°` symbol for inferiority (evidence *against* the comparison). * Added support for `coxph.panel` models. diff --git a/cran-comments.md b/cran-comments.md index ff3acec3e..79e01c49f 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,5 +1 @@ -- This release fixes some isues related to the recent update of the *glmmTMB* package. - -- Furthermore, this release is a prerequisite to submit a fix for the "performance" package. Due recent changes in this package, 'insight' must be submitted first. - -- Finally, in this release we deprecated older arguments, which will likely lead to warnings in downstream packages. We have prepared fixes for all affected packages and can submit updates once 'insight' is accepted on CRAN. +Maintainance release, required for submission of the 'parameters' package. From 675611d2d0720a1fdfc4f035ea338ec52d5bed48 Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 26 Nov 2024 12:23:40 +0100 Subject: [PATCH 2/2] version --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 2bc82fe1b..f74351d4c 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.99.0.23 +Version: 1.0.0 Authors@R: c(person(given = "Daniel", family = "Lüdecke",