aboutsummaryrefslogtreecommitdiff
path: root/R/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'R/Makefile')
-rw-r--r--R/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/R/Makefile b/R/Makefile
index 1f51e10..fb8a06e 100644
--- a/R/Makefile
+++ b/R/Makefile
@@ -35,6 +35,9 @@ build: clean
test: check
check: build
+ R CMD check $(PACKAGE)_$(VERSION).tar.gz
+
+cran: build
R CMD check --as-cran $(PACKAGE)_$(VERSION).tar.gz
############