Skip to content

Commit 6b15d06

Browse files
authored
Fix #209 (#210)
1 parent 55c8038 commit 6b15d06

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
config:
2323
- {os: macos-latest, r: 'release'}
2424
- {os: windows-latest, r: 'release'}
25-
- {os: windows-latest, r: '3.6'}
25+
- {os: windows-latest, r: '4.0'}
2626
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
2727
- {os: ubuntu-latest, r: 'release'}
2828
- {os: ubuntu-latest, r: 'oldrel-1'}

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ Roxygen: list(markdown = TRUE)
4848
Encoding: UTF-8
4949
VignetteBuilder: knitr
5050
Depends:
51-
R (>= 3.6)
51+
R (>= 4.0)
5252
Language: en-GB

NEWS.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# readODS 2.3.2
22

33
* Fix #207, trim off large or unused test files
4+
* Fix #209, require R >= 4.0.0 due to `cpp11`
45

56
# readODS 2.3.1
67

0 commit comments

Comments
 (0)