aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2017-03-24 15:42:21 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2017-03-24 15:42:21 +0100
commit7fad4cde8be2b7a98e96b16f9ac672ca337f6981 (patch)
tree2ab2970df5a0ea355d3dafcd01a851b08db5fce9 /GNUmakefile
parentbaf8e4341b58c09532b4ca37ebf80c9068934db4 (diff)
Clean up after the merge of v0.6.7, add check.log
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 6b5e68c..7f7e85c 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -16,7 +16,7 @@ install: build
"$(RBIN)/R" CMD INSTALL $(TGZ)
check: build
- "$(RBIN)/R" CMD check --as-cran $(TGZ)
+ "$(RBIN)/R" CMD check --as-cran --no-tests $(TGZ) 2>&1 | tee check.log
pd:
"$(RBIN)/Rscript" -e "pkgdown::build_site()"

Contact - Imprint