diff options
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |