Skip to content

Commit cb74487

Browse files
authored
Comments only
1 parent 6899343 commit cb74487

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.appveyor.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,12 @@ environment:
1717
CRAN: http://cloud.r-project.org
1818
WARNINGS_ARE_ERRORS: 1
1919
R_CHECK_ARGS: --no-manual
20-
R_ARCH: x64
2120
# 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.
2521
_R_CHECK_NO_STOP_ON_TEST_ERROR_: true
2622
# continue tests even if some script failed
2723
_R_CHECK_TESTS_NLINES_: 0
2824
# 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
2926

3027
matrix:
3128

0 commit comments

Comments
 (0)