aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2019-05-14 12:37:19 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2019-05-14 12:37:19 +0200
commitc9cc66f2557ee67db0d4d9ff724c68fd24c593b7 (patch)
tree3542c0f1164f2ec9acbe3e503fa2968e968f8d46 /GNUmakefile
parentc6079a807e2b400fe0c772603392aeacd887da2f (diff)
Don't use remote CRAN incoming checks
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index a900ce5c..95a61db4 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -54,7 +54,7 @@ quickinstall: build-no-vignettes
"$(RBIN)/R" CMD INSTALL $(TGZVNR)
check: build
- "$(RBIN)/R" CMD check --as-cran --no-tests $(TGZ) 2>&1 | tee check.log
+ _R_CHECK_CRAN_INCOMING_REMOTE_=false "$(RBIN)/R" CMD check --as-cran --no-tests $(TGZ) 2>&1 | tee check.log
quickcheck: build-no-vignettes
mv $(TGZVNR) $(TGZ)

Contact - Imprint