From fcef4ecc315bdd46b4ea9c680bd7a42ed0103990 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 23 Jun 2015 11:57:53 +0200 Subject: Rename the check-no-vignettes target to quickcheck and do not check using the --as-cran option to skip the check for CRAN incoming feasibility. --- GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index ff39a59f..b236eef3 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -61,9 +61,9 @@ install-no-vignettes: build-no-vignettes check: build "$(RBIN)/R" CMD check --as-cran --no-tests $(TGZ) -check-no-vignettes: build-no-vignettes +quickcheck: build-no-vignettes mv $(TGZVNR) $(TGZ) - "$(RBIN)/R" CMD check --as-cran --no-tests --no-build-vignettes --no-vignettes $(TGZ) + "$(RBIN)/R" CMD check --no-tests --no-build-vignettes --no-vignettes $(TGZ) mv $(TGZ) $(TGZVNR) clean: -- cgit v1.2.1