From d337a9665d9261d18734d81edc8fe4b569635e71 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 18 May 2015 16:58:44 +0200 Subject: Make checking faster, testing is done by tests --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 30576682..613c124c 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -60,7 +60,7 @@ check: build check-no-vignettes: build-no-vignettes mv $(TGZVNR) $(TGZ) - "$(RBIN)/R" CMD check --as-cran --no-tests $(TGZ) + "$(RBIN)/R" CMD check --as-cran --no-tests --no-build-vignettes --no-vignettes $(TGZ) mv $(TGZ) $(TGZVNR) clean: -- cgit v1.2.1