... | ... |
@@ -40,9 +40,6 @@ env: |
40 | 40 |
has_RUnit: 'false' |
41 | 41 |
has_BiocCheck: 'false' |
42 | 42 |
cache-version: 'cache-v1' |
43 |
- # Avoid application of UCRT |
|
44 |
- # https://developer.r-project.org/WindowsBuilds/winutf8/ucrt3/howto.html |
|
45 |
- _R_INSTALL_TIME_PATCHES_: 'no' |
|
46 | 43 |
|
47 | 44 |
jobs: |
48 | 45 |
build-check: |
... | ... |
@@ -229,6 +226,10 @@ jobs: |
229 | 226 |
- name: Run CMD check |
230 | 227 |
env: |
231 | 228 |
_R_CHECK_CRAN_INCOMING_: false |
229 |
+ # Avoid application of UCRT |
|
230 |
+ # https://developer.r-project.org/WindowsBuilds/winutf8/ucrt3/howto.html |
|
231 |
+ _R_INSTALL_TIME_PATCHES_: 'no' |
|
232 |
+ |
|
232 | 233 |
run: | |
233 | 234 |
rcmdcheck::rcmdcheck( |
234 | 235 |
args = c("--no-build-vignettes", "--no-manual", "--timings"), |