From 851f146e866817e48a7becf25b7d76f0ad45f1fe Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 14 Sep 2018 18:24:49 +0200 Subject: Skip some more tests on CRAN Static documentation rebuilt by pkgdown --- GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index a6f0d8c6..20a9c723 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -63,8 +63,8 @@ clean: $(RM) -r vignettes/web_only/*.R $(RM) Rplots.pdf -test: quickinstall - NOT_CRAN=true "$(RBIN)/Rscript" -e 'devtools::test()' 2>&1 | tee test.log +test: install + "$(RBIN)/Rscript" -e 'devtools::test()' 2>&1 | tee test.log README.html: README.md "$(RBIN)/Rscript" -e "rmarkdown::render('README.md', output_format = 'html_document', output_options = list(mathjax = NULL))" -- cgit v1.2.1