Skip to content

Commit 4bd79ea

Browse files
committed
bump minimum R version to 4.4.0 due to dependencies sn -> quantreg -> Matrix -> R 4.4
1 parent 9b8978b commit 4bd79ea

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
@@ -59,7 +59,7 @@ jobs:
5959
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
6060
- {os: ubuntu-latest, r: 'release'}
6161
- {os: ubuntu-latest, r: 'oldrel-1'}
62-
- {os: ubuntu-latest, r: '4.1'}
62+
- {os: ubuntu-latest, r: '4.4'}
6363

6464
env:
6565
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Roxygen: list(markdown = TRUE, roclets = c("collate", "namespace", "rd",
3636
"roxyglobals::global_roclet"))
3737
RoxygenNote: 7.3.2
3838
Depends:
39-
R (>= 4.1.0)
39+
R (>= 4.4.0)
4040
Imports:
4141
data.table,
4242
future.apply,

0 commit comments

Comments
 (0)