Skip to content

Commit

Permalink
Merge branch 'main' into strengejacke/issue962
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke authored Oct 6, 2024
2 parents 3673950 + 7d348ad commit ef82526
Show file tree
Hide file tree
Showing 220 changed files with 6,270 additions and 2,616 deletions.
3 changes: 2 additions & 1 deletion .lintr
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
linters: linters_with_defaults(
absolute_path_linter = NULL,
commented_code_linter = NULL,
cyclocomp_linter = cyclocomp_linter(25),
cyclocomp_linter = cyclocomp_linter(125),
extraction_operator_linter = NULL,
implicit_integer_linter = NULL,
line_length_linter(120),
namespace_linter = NULL,
nonportable_path_linter = NULL,
object_name_linter = NULL,
object_length_linter(50),
library_call_linter = NULL,
object_usage_linter = NULL,
todo_comment_linter = NULL,
undesirable_function_linter(c("mapply" = NA, "sapply" = NA, "setwd" = NA)),
Expand Down
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.6
Date: 2024-03-17 15:06:23 UTC
SHA: fa0a2223f09a2b641762866e202cd54ddc65b3b3
Version: 0.22.2
Date: 2024-09-03 21:16:57 UTC
SHA: 367dcec5489ffa53d5b768af6cfaadf1afe69666
48 changes: 27 additions & 21 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
Type: Package
Package: parameters
Title: Processing of Model Parameters
Version: 0.21.6.7
Version: 0.22.2.18
Authors@R:
c(person(given = "Daniel",
family = "Lüdecke",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-8895-3206", Twitter = "@strengejacke")),
comment = c(ORCID = "0000-0002-8895-3206")),
person(given = "Dominique",
family = "Makowski",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0001-5375-9967", Twitter = "@Dom_Makowski")),
comment = c(ORCID = "0000-0001-5375-9967")),
person(given = "Mattan S.",
family = "Ben-Shachar",
role = "aut",
Expand All @@ -22,7 +22,7 @@ Authors@R:
family = "Patil",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0003-1995-6531", Twitter = "@patilindrajeets")),
comment = c(ORCID = "0000-0003-1995-6531")),
person(given = "Søren",
family = "Højsgaard",
role = "aut",
Expand All @@ -31,7 +31,7 @@ Authors@R:
family = "Wiernik",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0001-9560-6336", Twitter = "@bmwiernik")),
comment = c(ORCID = "0000-0001-9560-6336")),
person(given = "Zen J.",
family = "Lau",
role = "ctb",
Expand All @@ -40,12 +40,12 @@ Authors@R:
family = "Arel-Bundock",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0003-1995-6531", Twitter = "@vincentab")),
comment = c(ORCID = "0000-0003-2042-7063")),
person(given = "Jeffrey",
family = "Girard",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0002-7359-3746", Twitter = "@jeffreymgirard")),
comment = c(ORCID = "0000-0002-7359-3746")),
person(given = "Christina",
family = "Maimone",
role = "rev",
Expand All @@ -58,7 +58,7 @@ Authors@R:
family = "Morrison",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0002-7195-830X", Twitter = "@demstats1")),
comment = c(ORCID = "0000-0002-7195-830X")),
person(given = "Joseph",
family = "Luchman",
role = "ctb",
Expand All @@ -79,9 +79,9 @@ BugReports: https://github.com/easystats/parameters/issues
Depends:
R (>= 3.6)
Imports:
bayestestR (>= 0.13.2),
datawizard (>= 0.10.0),
insight (>= 0.19.10),
bayestestR (>= 0.14.0),
datawizard (>= 0.13.0),
insight (>= 0.20.5),
graphics,
methods,
stats,
Expand All @@ -101,17 +101,20 @@ Suggests:
brglm2,
brms,
broom,
broom.mixed,
cAIC4,
car,
carData,
cgam,
ClassDiscovery,
clubSandwich,
cluster,
cobalt,
coda,
coxme,
cplm,
dbscan,
distributional,
domir (>= 0.2.0),
drc,
DRR,
Expand All @@ -133,11 +136,12 @@ Suggests:
ggeffects (>= 1.3.2),
ggplot2,
GLMMadaptive,
glmmTMB,
glmmTMB (>= 1.1.10),
glmtoolbox,
GPArotation,
gt,
haven,
httr,
httr2,
Hmisc,
ivreg,
knitr,
Expand All @@ -151,7 +155,7 @@ Suggests:
logspline,
lqmm,
M3C,
marginaleffects (>= 0.16.0),
marginaleffects (>= 0.20.1),
MASS,
Matrix,
mclogit,
Expand All @@ -177,7 +181,7 @@ Suggests:
panelr,
pbkrtest,
PCDimension,
performance (>= 0.10.8),
performance (>= 0.12.0),
plm,
PMCMRplus,
poorman,
Expand All @@ -188,34 +192,36 @@ Suggests:
pvclust,
quantreg,
randomForest,
RcppEigen,
rmarkdown,
rms,
rstan,
rstanarm,
sandwich,
see (>= 0.8.1),
serp,
sparsepca,
survey,
survival,
svylme,
testthat (>= 3.2.1),
tidyselect,
tinytable (>= 0.1.0),
TMB,
truncreg,
vdiffr,
VGAM,
WeightIt (>= 1.2.0),
withr,
WRS2
VignetteBuilder:
knitr
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.3.1
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3
Config/testthat/parallel: true
Config/Needs/website:
rstudio/bslib,
r-lib/pkgdown,
easystats/easystatstemplate
Config/Needs/website: easystats/easystatstemplate
Config/rcmdcheck/ignore-inconsequential-notes: true
Remotes: easystats/insight
Remotes: easystats/bayestestR#678
Loading

0 comments on commit ef82526

Please sign in to comment.