diff --git a/.gitignore b/.gitignore index 03e9d79f8..10dcfe05d 100644 --- a/.gitignore +++ b/.gitignore @@ -13,7 +13,6 @@ # Output files from R CMD check /*.Rcheck/ -/revdep/ # RStudio files .Rproj.user/ diff --git a/CRAN-SUBMISSION b/CRAN-SUBMISSION index 71043a31f..b84921974 100644 --- a/CRAN-SUBMISSION +++ b/CRAN-SUBMISSION @@ -1,3 +1,3 @@ -Version: 0.20.0 -Date: 2022-11-21 22:49:46 UTC -SHA: 60ec84cf0bd0ab0d4bcc77c574da2cdb5e9cea82 +Version: 0.20.1 +Date: 2023-01-11 10:07:01 UTC +SHA: d36d07f170818fa7c8ccbb4bb786b195c5d32612 diff --git a/DESCRIPTION b/DESCRIPTION index cc7c14895..4cc44d84e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: parameters Title: Processing of Model Parameters -Version: 0.20.0.7 +Version: 0.20.1 Authors@R: c(person(given = "Daniel", family = "Lüdecke", @@ -197,7 +197,7 @@ VignetteBuilder: knitr Encoding: UTF-8 Language: en-US -RoxygenNote: 7.2.3.9000 +RoxygenNote: 7.2.3 Roxygen: list(markdown = TRUE) Config/testthat/edition: 3 Config/Needs/website: diff --git a/NEWS.md b/NEWS.md index 52b6c8f93..cf295ae58 100644 --- a/NEWS.md +++ b/NEWS.md @@ -6,7 +6,7 @@ ## Changes -* `model_parameters()` now includes a `Group` column `stanreg` or `brmsfit` +* `model_parameters()` now includes a `Group` column for `stanreg` or `brmsfit` models with random effects. * The `print()` method for `model_parameters()` now uses the same pattern to diff --git a/cran-comments.md b/cran-comments.md index fa6f2d4c2..531459713 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1 +1,9 @@ -Maintainance release. \ No newline at end of file +Maintainance release. + +## revdepcheck results + +We checked 32 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. + + * We saw 0 new problems + * We failed to check 0 packages + \ No newline at end of file