aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2018-07-10 17:57:33 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2018-07-10 17:59:19 +0200
commitcb3695dd434b3a3273217fb22c5ffb86065ae96d (patch)
treec37fbe68273e25d2741c0845665458357ac05450 /GNUmakefile
parentc4c3ca282c6aadca82e392692ae4100fec1dd834 (diff)
EFSA PEC soil guidance from 2017
- Implement the new guidance as well as possible - Maintenance work addressing CRAN checks
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
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

Contact - Imprint