Skip to content

Commit

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

* update deps

* Update DESCRIPTION

* fix

* submit

* fix docs ref
  • Loading branch information
strengejacke authored Nov 27, 2024
1 parent 73f86bc commit 13b6b07
Show file tree
Hide file tree
Showing 10 changed files with 29 additions and 31 deletions.
7 changes: 3 additions & 4 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.23.0.12
Version: 0.24.0
Authors@R:
c(person(given = "Daniel",
family = "Lüdecke",
Expand Down Expand Up @@ -80,7 +80,7 @@ Depends:
Imports:
bayestestR (>= 0.15.0),
datawizard (>= 0.13.0),
insight (>= 0.20.5),
insight (>= 1.0.0),
graphics,
methods,
stats,
Expand Down Expand Up @@ -155,7 +155,7 @@ Suggests:
logspline,
lqmm,
M3C,
marginaleffects (>= 0.20.1),
marginaleffects (>= 0.20.4),
MASS,
Matrix,
mclogit,
Expand Down Expand Up @@ -224,4 +224,3 @@ Config/testthat/edition: 3
Config/testthat/parallel: true
Config/Needs/website: easystats/easystatstemplate
Config/rcmdcheck/ignore-inconsequential-notes: true
Remotes: easystats/insight
9 changes: 4 additions & 5 deletions R/1_model_parameters.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#' **scam**, **VGAM**, `Gam` (although the output of `Gam` is more Anova-alike),
#' `gamm`, ...
#' - [ANOVA][model_parameters.aov()]: **afex**, `aov`, `anova`, `Gam`, ...
#' - [Bayesian][model_parameters.stanreg()]: **BayesFactor**, **blavaan**, **brms**,
#' - [Bayesian][model_parameters.brmsfit()]: **BayesFactor**, **blavaan**, **brms**,
#' **MCMCglmm**, **posterior**, **rstanarm**, `bayesQR`, `bcplm`, `BGGM`, `blmrm`,
#' `blrm`, `mcmc.list`, `MCMCglmm`, ...
#' - [Clustering][model_parameters.hclust()]: **hclust**, **kmeans**, **mclust**, **pam**, ...
Expand Down Expand Up @@ -426,10 +426,9 @@ parameters <- model_parameters
#'
#' @param model Model object.
#' @param ci Confidence Interval (CI) level. Default to `0.95` (`95%`).
#' @param bootstrap Should estimates be based on bootstrapped model? If
#' `TRUE`, then arguments of [Bayesian
#' regressions][model_parameters.stanreg] apply (see also
#' [`bootstrap_parameters()`]).
#' @param bootstrap Should estimates be based on bootstrapped model? If `TRUE`,
#' then arguments of [Bayesian regressions][model_parameters.brmsfit] apply
#' (see also [`bootstrap_parameters()`]).
#' @param iterations The number of bootstrap replicates. This only apply in the
#' case of bootstrapped frequentist models.
#' @param standardize The method used for standardizing the parameters. Can be
Expand Down
2 changes: 1 addition & 1 deletion man/model_parameters.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions man/model_parameters.cgam.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions man/model_parameters.default.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions man/model_parameters.glimML.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions man/model_parameters.glmmTMB.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions man/model_parameters.mlm.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions man/model_parameters.rma.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions man/model_parameters.zcpglm.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 13b6b07

Please sign in to comment.