Skip to content

Commit 13b6b07

Browse files
authored
Prepare CRAN release (#1047)
* Prepare CRAN release * update deps * Update DESCRIPTION * fix * submit * fix docs ref
1 parent 73f86bc commit 13b6b07

10 files changed

+29
-31
lines changed

DESCRIPTION

Lines changed: 3 additions & 4 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.23.0.12
4+
Version: 0.24.0
55
Authors@R:
66
c(person(given = "Daniel",
77
family = "Lüdecke",
@@ -80,7 +80,7 @@ Depends:
8080
Imports:
8181
bayestestR (>= 0.15.0),
8282
datawizard (>= 0.13.0),
83-
insight (>= 0.20.5),
83+
insight (>= 1.0.0),
8484
graphics,
8585
methods,
8686
stats,
@@ -155,7 +155,7 @@ Suggests:
155155
logspline,
156156
lqmm,
157157
M3C,
158-
marginaleffects (>= 0.20.1),
158+
marginaleffects (>= 0.20.4),
159159
MASS,
160160
Matrix,
161161
mclogit,
@@ -224,4 +224,3 @@ Config/testthat/edition: 3
224224
Config/testthat/parallel: true
225225
Config/Needs/website: easystats/easystatstemplate
226226
Config/rcmdcheck/ignore-inconsequential-notes: true
227-
Remotes: easystats/insight

R/1_model_parameters.R

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#' **scam**, **VGAM**, `Gam` (although the output of `Gam` is more Anova-alike),
1414
#' `gamm`, ...
1515
#' - [ANOVA][model_parameters.aov()]: **afex**, `aov`, `anova`, `Gam`, ...
16-
#' - [Bayesian][model_parameters.stanreg()]: **BayesFactor**, **blavaan**, **brms**,
16+
#' - [Bayesian][model_parameters.brmsfit()]: **BayesFactor**, **blavaan**, **brms**,
1717
#' **MCMCglmm**, **posterior**, **rstanarm**, `bayesQR`, `bcplm`, `BGGM`, `blmrm`,
1818
#' `blrm`, `mcmc.list`, `MCMCglmm`, ...
1919
#' - [Clustering][model_parameters.hclust()]: **hclust**, **kmeans**, **mclust**, **pam**, ...
@@ -426,10 +426,9 @@ parameters <- model_parameters
426426
#'
427427
#' @param model Model object.
428428
#' @param ci Confidence Interval (CI) level. Default to `0.95` (`95%`).
429-
#' @param bootstrap Should estimates be based on bootstrapped model? If
430-
#' `TRUE`, then arguments of [Bayesian
431-
#' regressions][model_parameters.stanreg] apply (see also
432-
#' [`bootstrap_parameters()`]).
429+
#' @param bootstrap Should estimates be based on bootstrapped model? If `TRUE`,
430+
#' then arguments of [Bayesian regressions][model_parameters.brmsfit] apply
431+
#' (see also [`bootstrap_parameters()`]).
433432
#' @param iterations The number of bootstrap replicates. This only apply in the
434433
#' case of bootstrapped frequentist models.
435434
#' @param standardize The method used for standardizing the parameters. Can be

man/model_parameters.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/model_parameters.cgam.Rd

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/model_parameters.default.Rd

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/model_parameters.glimML.Rd

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/model_parameters.glmmTMB.Rd

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/model_parameters.mlm.Rd

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/model_parameters.rma.Rd

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/model_parameters.zcpglm.Rd

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)