File tree 2 files changed +1
-5
lines changed
2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -331,11 +331,6 @@ jobs:
331
331
- uses : ./.github/workflows/custom/after-install
332
332
if : hashFiles('.github/workflows/custom/after-install/action.yml') != ''
333
333
334
- - name : Define _R_CHECK_FORCE_SUGGESTS_
335
- run : |
336
- cat('_R_CHECK_FORCE_SUGGESTS_=false\n', file = Sys.getenv("GITHUB_ENV"), append = TRUE)
337
- shell : Rscript {0}
338
-
339
334
- name : Must allow NOTEs, even with _R_CHECK_FORCE_SUGGESTS_
340
335
run : |
341
336
if (Sys.getenv("RCMDCHECK_ERROR_ON") %in% c("", "note")) {
Original file line number Diff line number Diff line change 59
59
# There is no way to disable recency and frequency checks when the incoming checks are run
60
60
# echo "_R_CHECK_CRAN_INCOMING_=true" | tee -a $GITHUB_ENV
61
61
echo "_R_CHECK_CRAN_INCOMING_SKIP_LARGE_VERSION_=true" | tee -a $GITHUB_ENV
62
+ echo "_R_CHECK_FORCE_SUGGESTS_=false" | tee -a $GITHUB_ENV
62
63
shell : bash
63
64
64
65
- name : Set environment variables (non-Windows only)
You can’t perform that action at this time.
0 commit comments