Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Apr 1, 2024
1 parent 08d2f05 commit baa31a4
Show file tree
Hide file tree
Showing 5 changed files with 78 additions and 54 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
#- { os: macos-latest, r: "release" }
- { os: macos-latest, r: "oldrel-1" }

- { os: windows-latest, r: "next" }
#- { os: windows-latest, r: "next" }
#- { os: windows-latest, r: "devel" }
- { os: windows-latest, r: "release" }
#- { os: windows-latest, r: "oldrel-1" }
Expand Down
27 changes: 17 additions & 10 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ references:
abstract: 'datawizard: Easy Data Wrangling and Statistical Transformations'
notes: Imports
url: https://easystats.github.io/datawizard/
repository: https://easystats.r-universe.dev
repository: https://CRAN.R-project.org/package=datawizard
authors:
- family-names: Patil
given-names: Indrajeet
Expand All @@ -136,7 +136,7 @@ references:
email: [email protected]
orcid: https://orcid.org/0000-0001-9560-6336
year: '2024'
version: '>= 0.9.1'
version: '>= 0.10.0'
- type: software
title: dplyr
abstract: 'dplyr: A Grammar of Data Manipulation'
Expand Down Expand Up @@ -312,7 +312,7 @@ references:
email: [email protected]
orcid: https://orcid.org/0000-0002-9271-5075
year: '2024'
version: '>= 0.19.8'
version: '>= 0.19.10'
- type: software
title: paletteer
abstract: 'paletteer: Comprehensive Collection of Color Palettes'
Expand All @@ -329,7 +329,7 @@ references:
abstract: 'parameters: Processing of Model Parameters'
notes: Imports
url: https://easystats.github.io/parameters/
repository: https://easystats.r-universe.dev
repository: https://CRAN.R-project.org/package=parameters
authors:
- family-names: Lüdecke
given-names: Daniel
Expand All @@ -355,7 +355,7 @@ references:
email: [email protected]
orcid: https://orcid.org/0000-0001-9560-6336
year: '2024'
version: '>= 0.21.5'
version: '>= 0.21.6'
- type: software
title: patchwork
abstract: 'patchwork: The Composer of Plots'
Expand All @@ -374,7 +374,7 @@ references:
abstract: 'performance: Assessment of Regression Models Performance'
notes: Imports
url: https://easystats.github.io/performance/
repository: https://easystats.r-universe.dev
repository: https://CRAN.R-project.org/package=performance
authors:
- family-names: Lüdecke
given-names: Daniel
Expand Down Expand Up @@ -405,7 +405,7 @@ references:
email: [email protected]
orcid: https://orcid.org/0000-0003-4315-6788
year: '2024'
version: '>= 0.10.9'
version: '>= 0.11.0'
- type: software
title: purrr
abstract: 'purrr: Functional Programming Tools'
Expand Down Expand Up @@ -457,8 +457,8 @@ references:
given-names: Indrajeet
email: [email protected]
orcid: https://orcid.org/0000-0003-1995-6531
version: '>= 1.5.3.9000'
year: '2024'
version: '>= 1.5.4'
- type: software
title: tidyr
abstract: 'tidyr: Tidy Messy Data'
Expand All @@ -475,7 +475,7 @@ references:
- family-names: Girlich
given-names: Maximilian
year: '2024'
version: '>= 1.3.0'
version: '>= 1.3.1'
- type: software
title: utils
abstract: 'R: A Language and Environment for Statistical Computing'
Expand Down Expand Up @@ -567,7 +567,7 @@ references:
given-names: Steven
orcid: https://orcid.org/0000-0002-4394-9078
year: '2024'
version: '>= 1.1-35.1'
version: '>= 1.1-35.2'
- type: software
title: MASS
abstract: 'MASS: Support Functions and Datasets for Venables and Ripley''s MASS'
Expand Down Expand Up @@ -603,6 +603,13 @@ references:
email: [email protected]
orcid: https://orcid.org/0000-0003-3463-4063
year: '2024'
identifiers:
- type: url
value: https://github.com/wviechtb/metafor
- type: url
value: https://wviechtb.github.io/metafor/
- type: url
value: https://www.wvbauer.com
- type: software
title: metaplus
abstract: 'metaplus: Robust Meta-Analysis and Meta-Regression'
Expand Down
16 changes: 8 additions & 8 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -32,31 +32,31 @@ Depends:
R (>= 4.1.0)
Imports:
correlation (>= 0.8.4),
datawizard (>= 0.9.1),
datawizard (>= 0.10.0),
dplyr (>= 1.1.4),
ggcorrplot (>= 0.1.4.1),
ggplot2 (>= 3.5.0),
ggrepel (>= 0.9.5),
ggside (>= 0.3.0),
ggsignif (>= 0.6.4),
glue,
insight (>= 0.19.8),
insight (>= 0.19.10),
paletteer (>= 1.6.0),
parameters (>= 0.21.5),
parameters (>= 0.21.6),
patchwork (>= 1.2.0),
performance (>= 0.10.9),
performance (>= 0.11.0),
purrr (>= 1.0.2),
rlang,
stats,
statsExpressions (>= 1.5.3.9000),
tidyr (>= 1.3.0),
statsExpressions (>= 1.5.4),
tidyr (>= 1.3.1),
utils
Suggests:
afex,
BayesFactor (>= 0.9.12-4.7),
gapminder,
knitr,
lme4 (>= 1.1-35.1),
lme4 (>= 1.1-35.2),
MASS,
metaBMA,
metafor,
Expand All @@ -71,7 +71,6 @@ Suggests:
withr,
WRS2
Remotes:
IndrajeetPatil/statsExpressions,
tidyverse/ggplot2
VignetteBuilder:
knitr
Expand All @@ -86,3 +85,4 @@ RoxygenNote: 7.3.1
Config/testthat/edition: 3
Config/testthat/parallel: true
Config/Needs/check: anthonynorth/roxyglobals
Config/roxyglobals/unique: TRUE
67 changes: 42 additions & 25 deletions R/globals.R
Original file line number Diff line number Diff line change
@@ -1,30 +1,47 @@
# Generated by roxyglobals: do not edit by hand

utils::globalVariables(c(
".counts", # <ggbarstats>
"perc", # <ggbarstats>
".label", # <ggbarstats>
".p.label", # <ggbarstats>
"N", # <ggbarstats>
"group1", # <.ggsignif_adder>
"group2", # <.ggsignif_adder>
"p.value", # <.ggsignif_adder>
"term", # <ggcoefstats>
"p.value", # <ggcoefstats>
"estimate", # <ggcoefstats>
"conf.low", # <ggcoefstats>
"conf.high", # <ggcoefstats>
".x", # <.histo_labeller>
"var", # <.histo_labeller>
"counts", # <descriptive_data>
"perc", # <descriptive_data>
"counts", # <.cat_counter>
"counts", # <onesample_data>
".counts", # <ggpiestats>
"perc", # <ggpiestats>
".label", # <ggpiestats>
".", # <ggwithinstats>
".rowid", # <ggwithinstats>
".", # <.grouped_list>
# <ggwithinstats>
# <.grouped_list>
".",
# <ggbarstats>
# <ggpiestats>
".counts",
# <ggbarstats>
# <ggpiestats>
".label",
# <ggbarstats>
".p.label",
# <ggwithinstats>
".rowid",
# <.histo_labeller>
".x",
# <ggcoefstats>
"conf.high",
# <ggcoefstats>
"conf.low",
# <descriptive_data>
# <.cat_counter>
# <onesample_data>
"counts",
# <ggcoefstats>
"estimate",
# <.ggsignif_adder>
"group1",
# <.ggsignif_adder>
"group2",
# <ggbarstats>
"N",
# <.ggsignif_adder>
# <ggcoefstats>
"p.value",
# <ggbarstats>
# <descriptive_data>
# <ggpiestats>
"perc",
# <ggcoefstats>
"term",
# <.histo_labeller>
"var",
NULL
))
20 changes: 10 additions & 10 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.3.2 (2023-10-31)",
"runtimePlatform": "R version 4.3.3 (2024-02-29)",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand Down Expand Up @@ -111,7 +111,7 @@
"@type": "SoftwareApplication",
"identifier": "lme4",
"name": "lme4",
"version": ">= 1.1-35.1",
"version": ">= 1.1-35.2",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand Down Expand Up @@ -303,7 +303,7 @@
"@type": "SoftwareApplication",
"identifier": "datawizard",
"name": "datawizard",
"version": ">= 0.9.1",
"version": ">= 0.10.0",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand Down Expand Up @@ -406,7 +406,7 @@
"@type": "SoftwareApplication",
"identifier": "insight",
"name": "insight",
"version": ">= 0.19.8",
"version": ">= 0.19.10",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand All @@ -432,7 +432,7 @@
"@type": "SoftwareApplication",
"identifier": "parameters",
"name": "parameters",
"version": ">= 0.21.5",
"version": ">= 0.21.6",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand All @@ -458,7 +458,7 @@
"@type": "SoftwareApplication",
"identifier": "performance",
"name": "performance",
"version": ">= 0.10.9",
"version": ">= 0.11.0",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand Down Expand Up @@ -501,20 +501,20 @@
"@type": "SoftwareApplication",
"identifier": "statsExpressions",
"name": "statsExpressions",
"version": ">= 1.5.3.9000",
"version": ">= 1.5.4",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://github.com/IndrajeetPatil/statsExpressions"
"sameAs": "https://CRAN.R-project.org/package=statsExpressions"
},
"20": {
"@type": "SoftwareApplication",
"identifier": "tidyr",
"name": "tidyr",
"version": ">= 1.3.0",
"version": ">= 1.3.1",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand All @@ -530,7 +530,7 @@
},
"SystemRequirements": null
},
"fileSize": "9363.938KB",
"fileSize": "9363.846KB",
"citation": [
{
"@type": "ScholarlyArticle",
Expand Down

0 comments on commit baa31a4

Please sign in to comment.