Skip to content

Commit 00ecf1b

Browse files
authored
Merge pull request #757 from easystats/cran_release_0_18_2
on CRAN
2 parents a1d6e0c + 3937f49 commit 00ecf1b

File tree

4 files changed

+11
-17
lines changed

4 files changed

+11
-17
lines changed

.Rbuildignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@
2323
^revdep$
2424
^CODE_OF_CONDUCT\.md$
2525
\.code-workspace$
26-
\.lintr$
26+
\.lintr$
27+
^CRAN-SUBMISSION$

CRAN-SUBMISSION

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Version: 0.18.2
2+
Date: 2022-08-10 11:43:12 UTC
3+
SHA: a815b16e9b3069ed9b08c00df624ad375a90244a

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: parameters
33
Title: Processing of Model Parameters
4-
Version: 0.18.1.11
4+
Version: 0.18.2
55
Authors@R:
66
c(person(given = "Daniel",
77
family = "Lüdecke",
@@ -80,7 +80,7 @@ Depends:
8080
R (>= 3.5)
8181
Imports:
8282
bayestestR (>= 0.12.1),
83-
datawizard (>= 0.4.1.10),
83+
datawizard (>= 0.5.0),
8484
insight (>= 0.18.0),
8585
graphics,
8686
methods,

cran-comments.md

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,8 @@
1-
## Test environments
2-
* local R installation, R 4.0.5
3-
* ubuntu 16.04 (on github-actions ci), R 4.0.5
4-
* win-builder (on github-actions ci)
1+
This submission fixes CRAN check failures (related to the last *datawizard* update).
52

6-
## R CMD check results
7-
8-
0 errors | 0 warnings | 0 note
9-
10-
## revdepcheck results
11-
12-
We checked 19 reverse dependencies, comparing R CMD check results across CRAN
3+
We checked all reverse dependencies, comparing R CMD check results across CRAN
134
and dev versions of this package.
145

15-
* We saw 1 new problems: *effectsize*
16-
* We failed to check 0 packages
6+
* We saw 1 new problems: *cvms*
177

18-
We have already informed the maintainer of this breaking change and the new version of *effectsize* on GitHub should soon be submitted to CRAN.
8+
We have already informed the maintainer of this breaking change and he is prepared to submit a new version of *cvms* to CRAN once *parameters* update is accepted on CRAN.

0 commit comments

Comments
 (0)