From c9cc66f2557ee67db0d4d9ff724c68fd24c593b7 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 14 May 2019 12:37:19 +0200 Subject: Don't use remote CRAN incoming checks --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GNUmakefile') 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) -- cgit v1.2.1