From 9cb1cebc1dcb85b1474b560210bf3939c0dc8da0 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 6 Feb 2018 17:15:22 +0100 Subject: Skip some tests on CRAN, more quiet examples --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 4a87d274..be595d7d 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -62,7 +62,7 @@ clean: $(RM) Rplots.pdf test: quickinstall - "$(RBIN)/Rscript" -e 'devtools::test()' 2>&1 | tee test.log + NOT_CRAN=true "$(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