From 7172d8ca71d7de76013bdfd19d19989fbee19978 Mon Sep 17 00:00:00 2001 From: Indrajeet Patil Date: Mon, 30 Oct 2023 22:19:30 +0100 Subject: [PATCH 1/2] Bump deps and Pandoc version --- .github/workflows/R-CMD-check-hard.yaml | 2 +- .github/workflows/R-CMD-check-strict.yaml | 2 +- .github/workflows/R-CMD-check.yaml | 2 +- .github/workflows/check-link-rot.yaml | 2 +- .github/workflows/check-spelling.yaml | 2 +- .github/workflows/pkgdown-no-suggests.yaml | 2 +- CITATION.cff | 11 +++++------ DESCRIPTION | 8 ++++---- codemeta.json | 9 ++++----- 9 files changed, 19 insertions(+), 21 deletions(-) diff --git a/.github/workflows/R-CMD-check-hard.yaml b/.github/workflows/R-CMD-check-hard.yaml index 38399e09..c808e8dd 100644 --- a/.github/workflows/R-CMD-check-hard.yaml +++ b/.github/workflows/R-CMD-check-hard.yaml @@ -27,7 +27,7 @@ jobs: - uses: r-lib/actions/setup-pandoc@v2 with: - pandoc-version: "3.1.8" + pandoc-version: "3.1.9" - uses: r-lib/actions/setup-r@v2 with: diff --git a/.github/workflows/R-CMD-check-strict.yaml b/.github/workflows/R-CMD-check-strict.yaml index 9a1a707a..1a89c1a1 100644 --- a/.github/workflows/R-CMD-check-strict.yaml +++ b/.github/workflows/R-CMD-check-strict.yaml @@ -40,7 +40,7 @@ jobs: - uses: r-lib/actions/setup-pandoc@v2 with: - pandoc-version: "3.1.8" + pandoc-version: "3.1.9" - uses: r-lib/actions/setup-r@v2 with: diff --git a/.github/workflows/R-CMD-check.yaml b/.github/workflows/R-CMD-check.yaml index cd217c11..89d24d53 100644 --- a/.github/workflows/R-CMD-check.yaml +++ b/.github/workflows/R-CMD-check.yaml @@ -42,7 +42,7 @@ jobs: - uses: r-lib/actions/setup-pandoc@v2 with: - pandoc-version: "3.1.8" + pandoc-version: "3.1.9" - uses: r-lib/actions/setup-r@v2 with: diff --git a/.github/workflows/check-link-rot.yaml b/.github/workflows/check-link-rot.yaml index 80c14c18..f83c1889 100644 --- a/.github/workflows/check-link-rot.yaml +++ b/.github/workflows/check-link-rot.yaml @@ -21,7 +21,7 @@ jobs: - uses: r-lib/actions/setup-pandoc@v2 with: - pandoc-version: "3.1.8" + pandoc-version: "3.1.9" - uses: r-lib/actions/setup-r@v2 with: diff --git a/.github/workflows/check-spelling.yaml b/.github/workflows/check-spelling.yaml index 5b1ad61b..9f2bd1ee 100644 --- a/.github/workflows/check-spelling.yaml +++ b/.github/workflows/check-spelling.yaml @@ -21,7 +21,7 @@ jobs: - uses: r-lib/actions/setup-pandoc@v2 with: - pandoc-version: "3.1.8" + pandoc-version: "3.1.9" - uses: r-lib/actions/setup-r@v2 with: diff --git a/.github/workflows/pkgdown-no-suggests.yaml b/.github/workflows/pkgdown-no-suggests.yaml index 12ea24c1..3124977d 100644 --- a/.github/workflows/pkgdown-no-suggests.yaml +++ b/.github/workflows/pkgdown-no-suggests.yaml @@ -25,7 +25,7 @@ jobs: - uses: r-lib/actions/setup-pandoc@v2 with: - pandoc-version: "3.1.8" + pandoc-version: "3.1.9" - uses: r-lib/actions/setup-r@v2 with: diff --git a/CITATION.cff b/CITATION.cff index dd22d225..680818a9 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -149,7 +149,7 @@ references: abstract: 'datawizard: Easy Data Wrangling and Statistical Transformations' notes: Imports url: https://easystats.github.io/datawizard/ - repository: https://CRAN.R-project.org/package=datawizard + repository: https://easystats.r-universe.dev authors: - family-names: Patil given-names: Indrajeet @@ -290,7 +290,7 @@ references: email: etienne.bacher@protonmail.com orcid: https://orcid.org/0000-0002-9271-5075 year: '2023' - version: '>= 0.19.5' + version: '>= 0.19.6' - type: software title: magrittr abstract: 'magrittr: A Forward-Pipe Operator for R' @@ -336,13 +336,13 @@ references: email: brenton@wiernik.org orcid: https://orcid.org/0000-0001-9560-6336 year: '2023' - version: '>= 0.21.1' + version: '>= 0.21.2' - type: software title: performance 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 @@ -369,7 +369,7 @@ references: email: brenton@wiernik.org orcid: https://orcid.org/0000-0001-9560-6336 year: '2023' - version: '>= 0.10.5' + version: '>= 0.10.8' - type: software title: PMCMRplus abstract: 'PMCMRplus: Calculate Pairwise Multiple Comparisons of Mean Rank Sums @@ -382,7 +382,6 @@ references: email: thorsten.pohlert@gmx.de orcid: https://orcid.org/0000-0003-3855-3025 year: '2023' - version: '>= 1.9.7' - type: software title: purrr abstract: 'purrr: Functional Programming Tools' diff --git a/DESCRIPTION b/DESCRIPTION index 27423f6f..08814454 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -32,11 +32,11 @@ Imports: dplyr (>= 1.1.3), effectsize (>= 0.8.6), glue, - insight (>= 0.19.5), + insight (>= 0.19.6), magrittr, - parameters (>= 0.21.1), - performance (>= 0.10.5), - PMCMRplus (>= 1.9.7), + parameters (>= 0.21.2), + performance (>= 0.10.8), + PMCMRplus, purrr (>= 1.0.2), rlang, stats, diff --git a/codemeta.json b/codemeta.json index 40c80ffd..59020e40 100644 --- a/codemeta.json +++ b/codemeta.json @@ -277,7 +277,7 @@ "@type": "SoftwareApplication", "identifier": "insight", "name": "insight", - "version": ">= 0.19.5", + "version": ">= 0.19.6", "provider": { "@id": "https://cran.r-project.org", "@type": "Organization", @@ -302,7 +302,7 @@ "@type": "SoftwareApplication", "identifier": "parameters", "name": "parameters", - "version": ">= 0.21.1", + "version": ">= 0.21.2", "provider": { "@id": "https://cran.r-project.org", "@type": "Organization", @@ -315,7 +315,7 @@ "@type": "SoftwareApplication", "identifier": "performance", "name": "performance", - "version": ">= 0.10.5", + "version": ">= 0.10.8", "provider": { "@id": "https://cran.r-project.org", "@type": "Organization", @@ -328,7 +328,6 @@ "@type": "SoftwareApplication", "identifier": "PMCMRplus", "name": "PMCMRplus", - "version": ">= 1.9.7", "provider": { "@id": "https://cran.r-project.org", "@type": "Organization", @@ -431,7 +430,7 @@ }, "SystemRequirements": null }, - "fileSize": "4131.402KB", + "fileSize": "4132.149KB", "citation": [ { "@type": "ScholarlyArticle", From 05a400d78b18813784db98594e536df35032309f Mon Sep 17 00:00:00 2001 From: Indrajeet Patil Date: Mon, 30 Oct 2023 22:32:15 +0100 Subject: [PATCH 2/2] not CRAN --- .github/workflows/R-CMD-check-strict.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/R-CMD-check-strict.yaml b/.github/workflows/R-CMD-check-strict.yaml index 1a89c1a1..53b0612d 100644 --- a/.github/workflows/R-CMD-check-strict.yaml +++ b/.github/workflows/R-CMD-check-strict.yaml @@ -33,7 +33,7 @@ jobs: GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} R_KEEP_PKG_SOURCE: yes _R_CHECK_CRAN_INCOMING_REMOTE_: true - _R_CHECK_CRAN_INCOMING_: true + _R_CHECK_CRAN_INCOMING_: false steps: - uses: actions/checkout@v4