From 6809d6951f8d664868ee6b3981ba4a1acfc05205 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 19 Feb 2019 15:20:58 +0100 Subject: Fix NAMESPACE and rebuild docs --- GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'GNUmakefile') 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 -- cgit v1.2.1