Skip to content

Commit

Permalink
Bump easystats deps (#934)
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil authored May 15, 2024
1 parent 1c6ca60 commit 4442ad2
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 13 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,11 @@ jobs:
access_token: ${{ github.token }}

- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Set up Python
uses: actions/setup-python@v5
uses: actions/setup-python@v5.1.0
with:
python-version: "3.9"
python-version: "3.12"
architecture: "x64"

- name: Run pre-commit
Expand Down
36 changes: 31 additions & 5 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# CITATION file created with {cffr} R package
# See also: https://docs.ropensci.org/cffr/
# --------------------------------------------

cff-version: 1.2.0
message: 'To cite package "ggstatsplot" in publications use:'
type: software
Expand Down Expand Up @@ -278,7 +278,7 @@ references:
abstract: 'insight: Easy Access to Model Information for Various Model Objects'
notes: Imports
url: https://easystats.github.io/insight/
repository: https://easystats.r-universe.dev
repository: https://CRAN.R-project.org/package=insight
authors:
- family-names: Lüdecke
given-names: Daniel
Expand Down Expand Up @@ -313,7 +313,7 @@ references:
email: [email protected]
orcid: https://orcid.org/0000-0002-9271-5075
year: '2024'
version: '>= 0.19.10'
version: '>= 0.19.11'
- type: software
title: paletteer
abstract: 'paletteer: Comprehensive Collection of Color Palettes'
Expand All @@ -330,7 +330,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 @@ -356,7 +356,7 @@ references:
email: [email protected]
orcid: https://orcid.org/0000-0001-9560-6336
year: '2024'
version: '>= 0.21.6'
version: '>= 0.21.7'
- type: software
title: patchwork
abstract: 'patchwork: The Composer of Plots'
Expand Down Expand Up @@ -581,6 +581,18 @@ references:
given-names: Brian
email: [email protected]
year: '2024'
- type: software
title: metaBMA
abstract: 'metaBMA: Bayesian Model Averaging for Random and Fixed Effects Meta-Analysis'
notes: Suggests
url: https://danheck.github.io/metaBMA/
repository: https://CRAN.R-project.org/package=metaBMA
authors:
- family-names: Heck
given-names: Daniel W.
email: [email protected]
orcid: https://orcid.org/0000-0002-6302-9252
year: '2024'
- type: software
title: metafor
abstract: 'metafor: Meta-Analysis Package for R'
Expand All @@ -600,6 +612,20 @@ references:
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'
notes: Suggests
repository: https://CRAN.R-project.org/package=metaplus
authors:
- family-names: Beath
given-names: Ken
email: [email protected]
- family-names: Bolker
given-names: Ben
email: [email protected]
- name: R Development Core Team
year: '2024'
- type: software
title: psych
abstract: 'psych: Procedures for Psychological, Psychometric, and Personality Research'
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ Imports:
ggside (>= 0.3.1),
ggsignif (>= 0.6.4),
glue (>= 1.7.0),
insight (>= 0.19.10),
insight (>= 0.19.11),
paletteer (>= 1.6.0),
parameters (>= 0.21.6),
parameters (>= 0.21.7),
patchwork (>= 1.2.0),
performance (>= 0.11.0),
purrr (>= 1.0.2),
Expand Down
4 changes: 2 additions & 2 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@
"@type": "SoftwareApplication",
"identifier": "insight",
"name": "insight",
"version": ">= 0.19.10",
"version": ">= 0.19.11",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand All @@ -433,7 +433,7 @@
"@type": "SoftwareApplication",
"identifier": "parameters",
"name": "parameters",
"version": ">= 0.21.6",
"version": ">= 0.21.7",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand Down

0 comments on commit 4442ad2

Please sign in to comment.