aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2018-02-06 17:15:22 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2018-02-06 17:15:22 +0100
commit9cb1cebc1dcb85b1474b560210bf3939c0dc8da0 (patch)
treec4481a97689dc0a7087bdb8724f0a1867440ef45 /GNUmakefile
parent6dd10cb60c040e1c74e2bc109094fe3217ed7df6 (diff)
Skip some tests on CRAN, more quiet examplesv0.9.47.1
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
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))"

Contact - Imprint