Skip to content

Commit b19c708

Browse files
committed
use R 4.0
1 parent b11a05e commit b19c708

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,10 @@ jobs:
3131
# use 4.1 to check with rtools40's older compiler
3232
- {os: windows-latest, r: '4.1'}
3333

34+
- {os: ubuntu-latest, r: 'release', custom: 'clang-format'}
35+
3436
# Use older ubuntu to maximise backward compatibility
3537
- {os: ubuntu-22.04, r: 'devel', http-user-agent: 'release'}
36-
- {os: ubuntu-22.04, r: 'release', custom: 'clang-format'}
3738
- {os: ubuntu-22.04, r: 'release', custom: 'no-cpp4rtest'}
3839
- {os: ubuntu-22.04, r: 'oldrel-1'}
3940
- {os: ubuntu-22.04, r: 'oldrel-2'}

R/template.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ pkg_template <- function(path = NULL, pkgname = NULL) {
7878
"Suggests: ",
7979
" knitr,",
8080
" rmarkdown",
81-
"Depends: R(>= 3.5.0)",
81+
"Depends: R(>= 4.0.0)",
8282
"Description: ADD DESCRIPTION. TWO OR MORE LINES",
8383
"License: ADD LICENSE",
8484
"BugReports: https://github.com/USERNAME/PKGNAME/issues",

cpp4rexamples/DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Authors@R: c(
1313
Suggests:
1414
knitr,
1515
rmarkdown
16-
Depends: R(>= 3.5.0)
16+
Depends: R (>= 4.0.0)
1717
Description: ADD DESCRIPTION. TWO OR MORE LINES
1818
License: ADD LICENSE
1919
BugReports: https://github.com/USERNAME/PKGNAME/issues

0 commit comments

Comments
 (0)