Skip to content

Commit 5192a5d

Browse files
REVDEP: Check with R_PARALLELLY_AVAILABLECORES_FALLBACK=2
1 parent 9a73981 commit 5192a5d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

revdep/revdepcheck.Renviron

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## Environment variables set by revdepcheck.extras::run()
2+
R_REVDEPCHECK_TIMEOUT=${R_REVDEPCHECK_TIMEOUT:-180}
3+
TAR_SKIP_CLUSTERMQ=${TAR_SKIP_CLUSTERMQ-true}
4+
5+
## Allow for at least two workers
6+
R_PARALLELLY_AVAILABLECORES_FALLBACK=2
7+
8+
## Turn on more checks
9+
# NOT_CRAN=true
10+

0 commit comments

Comments
 (0)