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", 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.