Skip to content

Commit 7487fd1

Browse files
Bump to latest easystats
1 parent d55f86a commit 7487fd1

File tree

5 files changed

+39
-34
lines changed

5 files changed

+39
-34
lines changed

CITATION.cff

+16-11
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ references:
7676
abstract: 'correlation: Methods for Correlation Analysis'
7777
notes: Imports
7878
url: https://easystats.github.io/correlation/
79-
repository: https://easystats.r-universe.dev
79+
repository: https://CRAN.R-project.org/package=correlation
8080
authors:
8181
- family-names: Makowski
8282
given-names: Dominique
@@ -103,13 +103,13 @@ references:
103103
104104
orcid: https://orcid.org/0000-0003-4315-6788
105105
year: '2024'
106-
version: '>= 0.8.4'
106+
version: '>= 0.8.5'
107107
- type: software
108108
title: datawizard
109109
abstract: 'datawizard: Easy Data Wrangling and Statistical Transformations'
110110
notes: Imports
111111
url: https://easystats.github.io/datawizard/
112-
repository: https://CRAN.R-project.org/package=datawizard
112+
repository: https://easystats.r-universe.dev
113113
authors:
114114
- family-names: Patil
115115
given-names: Indrajeet
@@ -136,7 +136,7 @@ references:
136136
137137
orcid: https://orcid.org/0000-0001-9560-6336
138138
year: '2024'
139-
version: '>= 0.10.0'
139+
version: '>= 0.11.0'
140140
- type: software
141141
title: dplyr
142142
abstract: 'dplyr: A Grammar of Data Manipulation'
@@ -313,7 +313,7 @@ references:
313313
314314
orcid: https://orcid.org/0000-0002-9271-5075
315315
year: '2024'
316-
version: '>= 0.19.11'
316+
version: '>= 0.20.1'
317317
- type: software
318318
title: paletteer
319319
abstract: 'paletteer: Comprehensive Collection of Color Palettes'
@@ -356,7 +356,7 @@ references:
356356
357357
orcid: https://orcid.org/0000-0001-9560-6336
358358
year: '2024'
359-
version: '>= 0.21.7'
359+
version: '>= 0.22.0'
360360
- type: software
361361
title: patchwork
362362
abstract: 'patchwork: The Composer of Plots'
@@ -375,7 +375,7 @@ references:
375375
abstract: 'performance: Assessment of Regression Models Performance'
376376
notes: Imports
377377
url: https://easystats.github.io/performance/
378-
repository: https://CRAN.R-project.org/package=performance
378+
repository: https://easystats.r-universe.dev
379379
authors:
380380
- family-names: Lüdecke
381381
given-names: Daniel
@@ -406,7 +406,7 @@ references:
406406
407407
orcid: https://orcid.org/0000-0003-4315-6788
408408
year: '2024'
409-
version: '>= 0.11.0'
409+
version: '>= 0.12.0'
410410
- type: software
411411
title: purrr
412412
abstract: 'purrr: Functional Programming Tools'
@@ -437,7 +437,7 @@ references:
437437
given-names: Hadley
438438
439439
year: '2024'
440-
version: '>= 1.1.3'
440+
version: '>= 1.1.4'
441441
- type: software
442442
title: stats
443443
abstract: 'R: A Language and Environment for Statistical Computing'
@@ -459,8 +459,8 @@ references:
459459
given-names: Indrajeet
460460
461461
orcid: https://orcid.org/0000-0003-1995-6531
462+
version: '>= 1.5.5'
462463
year: '2024'
463-
version: '>= 1.5.4'
464464
- type: software
465465
title: tidyr
466466
abstract: 'tidyr: Tidy Messy Data'
@@ -580,6 +580,8 @@ references:
580580
- family-names: Ripley
581581
given-names: Brian
582582
583+
- family-names: Venables
584+
given-names: Bill
583585
year: '2024'
584586
- type: software
585587
title: metaBMA
@@ -620,7 +622,7 @@ references:
620622
authors:
621623
- family-names: Beath
622624
given-names: Ken
623-
email: ken@kjbeath.com.au
625+
email: ken@kjbeath.id.au
624626
- family-names: Bolker
625627
given-names: Ben
626628
@@ -638,6 +640,9 @@ references:
638640
639641
orcid: https://orcid.org/0000-0003-4880-9610
640642
year: '2024'
643+
identifiers:
644+
- type: url
645+
value: https://personality-project.org/r/psych-manual.pdf
641646
- type: software
642647
title: rmarkdown
643648
abstract: 'rmarkdown: Dynamic Documents for R'

DESCRIPTION

+8-8
Original file line numberDiff line numberDiff line change
@@ -31,24 +31,24 @@ BugReports: https://github.com/IndrajeetPatil/ggstatsplot/issues
3131
Depends:
3232
R (>= 4.1.0)
3333
Imports:
34-
correlation (>= 0.8.4),
35-
datawizard (>= 0.10.0),
34+
correlation (>= 0.8.5),
35+
datawizard (>= 0.11.0),
3636
dplyr (>= 1.1.4),
3737
ggcorrplot (>= 0.1.4.1),
3838
ggplot2 (>= 3.5.1),
3939
ggrepel (>= 0.9.5),
4040
ggside (>= 0.3.1),
4141
ggsignif (>= 0.6.4),
4242
glue (>= 1.7.0),
43-
insight (>= 0.19.11),
43+
insight (>= 0.20.1),
4444
paletteer (>= 1.6.0),
45-
parameters (>= 0.21.7),
45+
parameters (>= 0.22.0),
4646
patchwork (>= 1.2.0),
47-
performance (>= 0.11.0),
47+
performance (>= 0.12.0),
4848
purrr (>= 1.0.2),
49-
rlang (>= 1.1.3),
49+
rlang (>= 1.1.4),
5050
stats,
51-
statsExpressions (>= 1.5.4),
51+
statsExpressions (>= 1.5.5),
5252
tidyr (>= 1.3.1),
5353
utils
5454
Suggests:
@@ -79,7 +79,7 @@ Roxygen: list(
7979
markdown = TRUE,
8080
roclets = c("collate", "namespace", "rd", "pkgapi::api_roclet", "roxyglobals::global_roclet")
8181
)
82-
RoxygenNote: 7.3.1
82+
RoxygenNote: 7.3.2
8383
Config/testthat/edition: 3
8484
Config/testthat/parallel: true
8585
Config/Needs/check: anthonynorth/roxyglobals

R/ggcoefstats.R

+5-5
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#' estimates of coefficients or other quantities of interest).
2020
#' @param statistic Relevant statistic for the model (`"t"`, `"f"`, `"z"`, or
2121
#' `"chi"`) in the label. Relevant only if `x` is a *data frame*.
22-
#' @param effectsize.type This is the same as `effectsize_type` argument of
22+
#' @param effectsize.type This is the same as `es_type` argument of
2323
#' `parameters::model_parameters()`. Defaults to `"eta"`, and relevant for
2424
#' ANOVA-like objects.
2525
#' @param bf.message Logical that decides whether results from running a
@@ -165,10 +165,10 @@ ggcoefstats <- function(
165165

166166
# converting model object to a tidy data frame
167167
tidy_df <- tidy_model_parameters(
168-
model = x,
169-
effectsize_type = effectsize.type,
170-
ci = conf.level,
171-
table_wide = TRUE,
168+
model = x,
169+
es_type = effectsize.type,
170+
ci = conf.level,
171+
table_wide = TRUE,
172172
...
173173
)
174174

codemeta.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"name": "R",
1515
"url": "https://r-project.org"
1616
},
17-
"runtimePlatform": "R version 4.4.0 (2024-04-24)",
17+
"runtimePlatform": "R version 4.4.1 (2024-06-14)",
1818
"provider": {
1919
"@id": "https://cran.r-project.org",
2020
"@type": "Organization",
@@ -290,7 +290,7 @@
290290
"@type": "SoftwareApplication",
291291
"identifier": "correlation",
292292
"name": "correlation",
293-
"version": ">= 0.8.4",
293+
"version": ">= 0.8.5",
294294
"provider": {
295295
"@id": "https://cran.r-project.org",
296296
"@type": "Organization",
@@ -303,7 +303,7 @@
303303
"@type": "SoftwareApplication",
304304
"identifier": "datawizard",
305305
"name": "datawizard",
306-
"version": ">= 0.10.0",
306+
"version": ">= 0.11.0",
307307
"provider": {
308308
"@id": "https://cran.r-project.org",
309309
"@type": "Organization",
@@ -407,7 +407,7 @@
407407
"@type": "SoftwareApplication",
408408
"identifier": "insight",
409409
"name": "insight",
410-
"version": ">= 0.19.11",
410+
"version": ">= 0.20.1",
411411
"provider": {
412412
"@id": "https://cran.r-project.org",
413413
"@type": "Organization",
@@ -433,7 +433,7 @@
433433
"@type": "SoftwareApplication",
434434
"identifier": "parameters",
435435
"name": "parameters",
436-
"version": ">= 0.21.7",
436+
"version": ">= 0.22.0",
437437
"provider": {
438438
"@id": "https://cran.r-project.org",
439439
"@type": "Organization",
@@ -459,7 +459,7 @@
459459
"@type": "SoftwareApplication",
460460
"identifier": "performance",
461461
"name": "performance",
462-
"version": ">= 0.11.0",
462+
"version": ">= 0.12.0",
463463
"provider": {
464464
"@id": "https://cran.r-project.org",
465465
"@type": "Organization",
@@ -485,7 +485,7 @@
485485
"@type": "SoftwareApplication",
486486
"identifier": "rlang",
487487
"name": "rlang",
488-
"version": ">= 1.1.3",
488+
"version": ">= 1.1.4",
489489
"provider": {
490490
"@id": "https://cran.r-project.org",
491491
"@type": "Organization",
@@ -503,7 +503,7 @@
503503
"@type": "SoftwareApplication",
504504
"identifier": "statsExpressions",
505505
"name": "statsExpressions",
506-
"version": ">= 1.5.4",
506+
"version": ">= 1.5.5",
507507
"provider": {
508508
"@id": "https://cran.r-project.org",
509509
"@type": "Organization",
@@ -532,7 +532,7 @@
532532
},
533533
"SystemRequirements": null
534534
},
535-
"fileSize": "9327.22KB",
535+
"fileSize": "9327.538KB",
536536
"citation": [
537537
{
538538
"@type": "ScholarlyArticle",

man/ggcoefstats.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)