diff options
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index a6b575c..c10c13a 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -57,7 +57,7 @@ winbin: $(WINBIN) test: build @echo "Running testthat tests..." - "$(R_HOME)/bin/Rscript" -e 'devtools::test()' 2>&1 | tee test.log + NOT_CRAN=true "$(R_HOME)/bin/Rscript" -e 'devtools::test()' 2>&1 | tee test.log @echo "DONE." quickcheck: build |