diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2019-05-14 12:37:19 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2019-05-14 12:37:19 +0200 |
commit | c9cc66f2557ee67db0d4d9ff724c68fd24c593b7 (patch) | |
tree | 3542c0f1164f2ec9acbe3e503fa2968e968f8d46 /GNUmakefile | |
parent | c6079a807e2b400fe0c772603392aeacd887da2f (diff) |
Don't use remote CRAN incoming checks
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
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) |