diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2020-10-08 09:57:03 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-10-08 09:57:03 +0200 |
commit | f6f7d67decd75b87a68f20c311a652b5b11237ef (patch) | |
tree | 21b409e83d775edeb80e547c40d3a4fc1315e5c1 /GNUmakefile | |
parent | bc3825ae2d12c18ea3d3caf17eb23c93fef180b8 (diff) |
Fix another URL, add devcheck targetv0.9.50.3
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile index fea87d6b..09933ee7 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -62,6 +62,9 @@ quickinstall: build-no-vignettes check: roxygen build _R_CHECK_CRAN_INCOMING_REMOTE_=false "$(RBIN)/R" CMD check --as-cran --no-tests $(TGZ) 2>&1 | tee check.log +devcheck: roxygen build + _R_CHECK_CRAN_INCOMING_REMOTE_=false "$(RDEVBIN)/R" CMD check --as-cran --no-tests $(TGZ) 2>&1 | tee check_dev.log + quickcheck: roxygen build-no-vignettes mv $(TGZVNR) $(TGZ) "$(RBIN)/R" CMD check --no-tests --no-build-vignettes --no-vignettes $(TGZ) |