Skip to content

Commit

Permalink
turn off R CMD check prior to R 4.3
Browse files Browse the repository at this point in the history
cf. #63
  • Loading branch information
IndrajeetPatil committed Jun 30, 2024
1 parent 66f6247 commit 57d1de2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@ jobs:

- { os: windows-latest, r: "devel" }
- { os: windows-latest, r: "release" }
- { os: windows-latest, r: "oldrel" }
- { os: windows-latest, r: "4.3" }
# use 4.1 to check with rtools40's older compiler
- { os: windows-latest, r: "4.1" }
#- { 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: "4.3" }
- { os: ubuntu-latest, r: "4.2" }
- { os: ubuntu-latest, r: "4.1" }
- { os: ubuntu-latest, r: "4.0" }
#- { os: ubuntu-latest, r: "4.2" }
#- { os: ubuntu-latest, r: "4.1" }
#- { os: ubuntu-latest, r: "4.0" }

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 57d1de2

Please sign in to comment.