Skip to content

Commit

Permalink
bump min to R 4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Nov 1, 2024
1 parent 8ec96c5 commit aabc92e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 22 deletions.
21 changes: 1 addition & 20 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,25 +25,16 @@ jobs:
#- {os: macOS-latest, r: 'devel'}
- { os: macOS-latest, r: "release" }
- { os: macOS-latest, r: "oldrel" }
#- {os: macOS-latest, r: 'oldrel-2'}
#- {os: macOS-latest, r: 'oldrel-3'}

#- { os: windows-latest, r: "next" }
- { os: windows-latest, r: "devel" }
- { os: windows-latest, r: "release" }
- { os: windows-latest, r: "oldrel" }
#- {os: windows-latest, r: 'oldrel-2'}
#- {os: windows-latest, r: 'oldrel-3'}

# use 4.1 to check with rtools40's older compiler
#- { os: windows-latest, r: "4.1" }

#- { os: ubuntu-latest, r: "next" }
- { os: ubuntu-latest, r: "devel" }
- { os: ubuntu-latest, r: "release" }
- { os: ubuntu-latest, r: "oldrel" }
- { os: ubuntu-latest, r: "oldrel-2" }
- { os: ubuntu-latest, r: "oldrel-3" }
#- { os: ubuntu-latest, r: "oldrel-2" }

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -65,18 +56,8 @@ jobs:
with:
pak-version: devel
upgrade: 'TRUE'
extra-packages: |
any::rcmdcheck
Matrix=?ignore-before-r=100.0.0
lme4=?ignore-before-r=100.0.0
TMB=?ignore-before-r=100.0.0
needs: check

- name: Install packages from source
run: |
utils::install.packages(c("Matrix", "lme4", "TMB"), type = "source")
shell: Rscript {0}

- uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: true
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ URL: https://indrajeetpatil.github.io/ggstatsplot/,
https://github.com/IndrajeetPatil/ggstatsplot
BugReports: https://github.com/IndrajeetPatil/ggstatsplot/issues
Depends:
R (>= 4.1.0)
R (>= 4.3.0)
Imports:
correlation (>= 0.8.6),
datawizard (>= 0.13.0),
Expand Down Expand Up @@ -79,7 +79,7 @@ Roxygen: list(
markdown = TRUE,
roclets = c("collate", "namespace", "rd", "pkgapi::api_roclet", "roxyglobals::global_roclet")
)
RoxygenNote: 7.3.2.9000
RoxygenNote: 7.3.2
Config/testthat/edition: 3
Config/testthat/parallel: true
Config/Needs/check: anthonynorth/roxyglobals
Expand Down

0 comments on commit aabc92e

Please sign in to comment.