diff options
Diffstat (limited to 'R/Makefile')
| -rw-r--r-- | R/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 ############ |
