We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27bd3bc commit 19f613dCopy full SHA for 19f613d
.github/workflows/install/action.yml
@@ -56,6 +56,7 @@ 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
shell: bash
61
62
- name: Set environment variables (non-Windows only)
0 commit comments