Skip to content

Commit

Permalink
prepare CRAN release (#958)
Browse files Browse the repository at this point in the history
* prepare CRAN release

* minor changes

* cran comments [skip_ci]

* submitted [skip ci]
  • Loading branch information
strengejacke committed Mar 18, 2024
1 parent 6a310b6 commit 5d64488
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 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.21.5
Date: 2024-02-05 20:27:13 UTC
SHA: 00b4bebae447c23d7e1663ceac675a9d4329aa24
Version: 0.21.6
Date: 2024-03-17 15:06:23 UTC
SHA: fa0a2223f09a2b641762866e202cd54ddc65b3b3
3 changes: 1 addition & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: parameters
Title: Processing of Model Parameters
Version: 0.21.5.8
Version: 0.21.6
Authors@R:
c(person(given = "Daniel",
family = "Lüdecke",
Expand Down Expand Up @@ -218,4 +218,3 @@ Config/Needs/website:
r-lib/pkgdown,
easystats/easystatstemplate
Config/rcmdcheck/ignore-inconsequential-notes: true
Remotes: easystats/insight
4 changes: 1 addition & 3 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
Hotfix to address errors in CRAN checks related to the last *marginaleffects* update.

Not that this update still breaks the *see* package, since the previous submission of *parameters* was just yesterday - sorry for the bad timing! An update of the *see* package will submitted once this submission is accepted on CRAN.
This release addresses errors in CRAN checks related to the last *insight* update.
2 changes: 1 addition & 1 deletion tests/testthat/test-marginaleffects.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
skip_if_not_installed("marginaleffects", minimum_version = "0.18.0")
skip_if_not_installed("insight", minimum_version = "0.19.8.8")
skip_if_not_installed("insight", minimum_version = "0.19.9")
skip_if_not_installed("rstanarm")

test_that("marginaleffects()", {
Expand Down

0 comments on commit 5d64488

Please sign in to comment.