Skip to content

Commit 8781dc7

Browse files
REVDEP: more strick checks by escalating deprecation warning to defunct errors [ci skip]
1 parent 8e2e7da commit 8781dc7

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed

revdep/revdepcheck.Renviron

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,10 @@ OPENBLAS_NUM_THREADS=8
1616
MKL_NUM_THREADS=8
1717
GOTO_NUM_THREADS=8
1818

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-
## Allow for at most 8 threads
26-
OMP_NUM_THREADS=8
27-
OPENBLAS_NUM_THREADS=8
28-
MKL_NUM_THREADS=8
29-
GOTO_NUM_THREADS=8
30-
3119
## Turn on more checks
32-
#NOT_CRAN=true
20+
NOT_CRAN=true
21+
22+
R_FUTURE_PLAN_EARLYSIGNAL=defunct
23+
R_FUTURE_FUTURE_EARLYSIGNAL=defunct
24+
R_FUTURE_FUTURE_LOCAL=defunct
25+
R_FUTURE_FUTURE_GC=defunct

0 commit comments

Comments
 (0)