diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2019-02-19 15:20:58 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2019-02-19 15:20:58 +0100 |
commit | 6809d6951f8d664868ee6b3981ba4a1acfc05205 (patch) | |
tree | 7a8eec81556e6ff5e30410438996731336f99055 /GNUmakefile | |
parent | 4797fe2021dc0f05cc0da266e802c513ac543927 (diff) |
Fix NAMESPACE and rebuild docs
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 4 |
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 |