We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27bd3bc commit 4cd453eCopy full SHA for 4cd453e
.github/workflows/install/action.yml
@@ -56,6 +56,8 @@ runs:
56
echo "_R_CHECK_UNDOC_USE_ALL_NAMES_=true" | tee -a $GITHUB_ENV
57
echo "_R_CHECK_URLS_SHOW_301_STATUS_=true" | tee -a $GITHUB_ENV
58
echo "_R_CXX_USE_NO_REMAP_=true" | tee -a $GITHUB_ENV
59
+ echo "_R_CHECK_CRAN_INCOMING_=true" | tee -a $GITHUB_ENV
60
+ echo "_R_CHECK_CRAN_INCOMING_SKIP_LARGE_VERSION_=true" | tee -a $GITHUB_ENV
61
shell: bash
62
63
- name: Set environment variables (non-Windows only)
0 commit comments