diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml index f8e4d984a..7365fc2ad 100644 --- a/.github/workflows/pre-commit.yaml +++ b/.github/workflows/pre-commit.yaml @@ -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 diff --git a/CITATION.cff b/CITATION.cff index 98589b76b..0309b3718 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -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 @@ -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 @@ -313,7 +313,7 @@ references: email: etienne.bacher@protonmail.com 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' @@ -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 @@ -356,7 +356,7 @@ references: email: brenton@wiernik.org 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' @@ -581,6 +581,18 @@ references: given-names: Brian email: ripley@stats.ox.ac.uk 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: daniel.heck@uni-marburg.de + orcid: https://orcid.org/0000-0002-6302-9252 + year: '2024' - type: software title: metafor abstract: 'metafor: Meta-Analysis Package for R' @@ -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: ken@kjbeath.com.au + - family-names: Bolker + given-names: Ben + email: bolker@mcmaster.ca + - name: R Development Core Team + year: '2024' - type: software title: psych abstract: 'psych: Procedures for Psychological, Psychometric, and Personality Research' diff --git a/DESCRIPTION b/DESCRIPTION index 7fdbd2c75..5f146b0d0 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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), diff --git a/codemeta.json b/codemeta.json index d00d21cf6..cc1c27426 100644 --- a/codemeta.json +++ b/codemeta.json @@ -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", @@ -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",