From d1fe83f2f1a9c0d775b0dc8f18301a8bbb454077 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 2 Oct 2015 13:03:09 +0200 Subject: Remove --as-cran from make check as we do not submit to CRAN yet --- GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index b582462..af98dbe 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -50,11 +50,11 @@ install-no-vignettes: build-no-vignettes check: build # Vignettes have been rebuilt by the build target - "$(RBIN)/R" CMD check --as-cran --no-tests --no-build-vignettes $(TGZ) + "$(RBIN)/R" CMD check --no-tests --no-build-vignettes $(TGZ) check-no-vignettes: build-no-vignettes mv $(TGZVNR) $(TGZ) - "$(RBIN)/R" CMD check --as-cran --no-tests $(TGZ) + "$(RBIN)/R" CMD check --no-tests $(TGZ) mv $(TGZ) $(TGZVNR) README.html: README.md -- cgit v1.2.1