Skip to content

Commit 7223e44

Browse files
authored
Prepare CRAN release (#531)
* Prepare CRAN release * update package requirements
1 parent 6069df4 commit 7223e44

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

DESCRIPTION

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: modelbased
33
Title: Estimation of Model-Based Predictions, Contrasts and Means
4-
Version: 0.11.2.16
4+
Version: 0.12.0
55
Authors@R:
66
c(person(given = "Dominique",
77
family = "Makowski",
@@ -39,10 +39,10 @@ BugReports: https://github.com/easystats/modelbased/issues
3939
Depends:
4040
R (>= 3.6)
4141
Imports:
42-
bayestestR (>= 0.16.0),
42+
bayestestR (>= 0.16.1),
4343
datawizard (>= 1.1.0),
4444
insight (>= 1.3.1),
45-
parameters (>= 0.26.0),
45+
parameters (>= 0.27.0),
4646
graphics,
4747
stats,
4848
tools,
@@ -83,7 +83,7 @@ Suggests:
8383
nnet,
8484
ordinal,
8585
palmerpenguins,
86-
performance (>= 0.13.0),
86+
performance (>= 0.14.0),
8787
patchwork,
8888
pbkrtest,
8989
poorman,
@@ -111,4 +111,3 @@ Roxygen: list(markdown = TRUE)
111111
Config/Needs/check: stan-dev/cmdstanr
112112
Config/Needs/website: easystats/easystatstemplate
113113
LazyData: true
114-
Remotes: easystats/insight, easystats/bayestestR, easystats/parameters

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# modelbased (devel)
1+
# modelbased 0.12.0
22

33
## Changes
44

0 commit comments

Comments
 (0)