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 8e2e7da commit 8781dc7Copy full SHA for 8781dc7
revdep/revdepcheck.Renviron
@@ -16,17 +16,10 @@ OPENBLAS_NUM_THREADS=8
16
MKL_NUM_THREADS=8
17
GOTO_NUM_THREADS=8
18
19
-## Allow for at most 8 threads
20
-OMP_NUM_THREADS=8
21
-OPENBLAS_NUM_THREADS=8
22
-MKL_NUM_THREADS=8
23
-GOTO_NUM_THREADS=8
24
-
25
26
27
28
29
30
31
## Turn on more checks
32
-#NOT_CRAN=true
+NOT_CRAN=true
+
+R_FUTURE_PLAN_EARLYSIGNAL=defunct
+R_FUTURE_FUTURE_EARLYSIGNAL=defunct
+R_FUTURE_FUTURE_LOCAL=defunct
+R_FUTURE_FUTURE_GC=defunct
0 commit comments