Skip to content

Commit b1680bb

Browse files
committed
support R (>= 4.3.0)
1 parent 8959267 commit b1680bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/R-CMD-check.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- {os: windows-latest, r: 'release'}
2525
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
2626
- {os: ubuntu-latest, r: 'release'}
27-
- {os: ubuntu-latest, r: 'oldrel-1'}
27+
# - {os: ubuntu-latest, r: 'oldrel-1'}
2828

2929
env:
3030
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Imports:
5252
R.utils,
5353
msigdbr,
5454
knitr
55-
Depends: R (>= 4.0),
55+
Depends: R (>= 4.3.0),
5656
pathfindR.data (>= 2.0)
5757
Suggests:
5858
testthat (>= 2.3.2),

0 commit comments

Comments
 (0)