Skip to content

Commit 6d381a8

Browse files
committed
Drop support for R 3.6
1 parent dc93fb8 commit 6d381a8

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ jobs:
2727
- {os: macos-latest, r: 'release'}
2828

2929
- {os: windows-latest, r: 'release'}
30-
# Use 3.6 to trigger usage of RTools35
31-
- {os: windows-latest, r: '3.6'}
3230
# use 4.1 to check with rtools40's older compiler
3331
- {os: windows-latest, r: '4.1'}
3432

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ License: MIT + file LICENSE
1818
URL: https://cpp11.r-lib.org, https://github.com/r-lib/cpp11
1919
BugReports: https://github.com/r-lib/cpp11/issues
2020
Depends:
21-
R (>= 3.6.0)
21+
R (>= 4.0.0)
2222
Suggests:
2323
bench,
2424
brio,

0 commit comments

Comments
 (0)