From 7fad4cde8be2b7a98e96b16f9ac672ca337f6981 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 24 Mar 2017 15:42:21 +0100 Subject: Clean up after the merge of v0.6.7, add check.log --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GNUmakefile') 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()" -- cgit v1.2.1