Skip to content

Commit

Permalink
require R 4.0 now due to cpp11
Browse files Browse the repository at this point in the history
  • Loading branch information
ygeunkim committed Dec 23, 2024
1 parent 075c00a commit 4cab969
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ jobs:
- {os: macOS-latest, r: 'release'}

- {os: windows-latest, r: 'release'}
- {os: windows-latest, r: '3.6'}
- {os: windows-latest, r: 'oldrel-4'}

- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-latest, r: 'release'}
- {os: ubuntu-latest, r: 'oldrel-1'}
- {os: ubuntu-latest, r: 'oldrel-2'}
- {os: ubuntu-latest, r: 'oldrel-3'}
- {os: ubuntu-latest, r: '3.6'}
- {os: ubuntu-latest, r: 'oldrel-4'}

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -43,8 +43,7 @@ jobs:
with:
r-version: ${{ matrix.config.r }}
http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: ${{ matrix.config.r != '3.6' || matrix.config.os != 'windows-latest' }}
rtools-version: ${{ (matrix.config.r == '3.6' && matrix.config.os == 'windows-latest') && '35' || ''}}
use-public-rspm: true

- uses: r-lib/actions/setup-r-dependencies@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ LinkingTo:
RcppThread
VignetteBuilder: knitr
Depends:
R (>= 3.6.0)
R (>= 4.0.0)
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3

0 comments on commit 4cab969

Please sign in to comment.