Skip to content

Commit

Permalink
support R (>= 4.3.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
egeulgen committed Feb 15, 2025
1 parent 8959267 commit b1680bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- {os: windows-latest, r: 'release'}
- {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-1'}

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Imports:
R.utils,
msigdbr,
knitr
Depends: R (>= 4.0),
Depends: R (>= 4.3.0),
pathfindR.data (>= 2.0)
Suggests:
testthat (>= 2.3.2),
Expand Down

0 comments on commit b1680bb

Please sign in to comment.