summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 70d581b..213ecb2 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -34,8 +34,8 @@ $(TGZ): $(pkgfiles)
build: $(TGZ)
check: build
- @echo "Running CRAN check..."
- "$(R_HOME)/bin/R" CMD check --as-cran $(TGZ)
+ @echo "Running check..."
+ "$(R_HOME)/bin/R" CMD check $(TGZ)
@echo "DONE."
install: build

Contact - Imprint