You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# R_CHECK_ARGS specified in order to turn off --as-cran (on by default) as that can be slow
22
-
# R stopped 32-bit windows support in R 4.2.0
23
-
# GHA has MacOS 64bit (test-coverage) and Ubuntu 64bit, therefore picked 32bit for Windows
24
-
# Default GCC_PATH appears to be gcc-4.6.3 which is now unsupported as from Rtools.exe v3.4.
25
21
_R_CHECK_NO_STOP_ON_TEST_ERROR_: true
26
22
# continue tests even if some script failed
27
23
_R_CHECK_TESTS_NLINES_: 0
28
24
# Block truncation of any error messages in R CMD check
25
+
# R is 64-bit only on Windows from 4.2.0 (prior default was build and test both 32bit and 64bit) so we no longer use R_ARCH to pick one to reduce CI time in PRs
0 commit comments