We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f88df1a commit c612020Copy full SHA for c612020
attic/revdeps/run_checks.sh
@@ -7,5 +7,7 @@ fi
7
8
export _R_CHECK_CRAN_INCOMING_=false
9
export _R_CHECK_CRAN_INCOMING_REMOTE_=false
10
+export _R_CHECK_SYSTEM_CLOCK_=0
11
+
12
13
find ../revdeps-src -name '*.tar.gz' -type f -print0 | parallel -0 -j "$(nproc)" R CMD check --as-cran
0 commit comments