diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2018-09-14 18:24:49 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2018-09-14 18:25:17 +0200 |
commit | 851f146e866817e48a7becf25b7d76f0ad45f1fe (patch) | |
tree | 63231a03f2bc011cf33415e90a4fe579f1be7519 /GNUmakefile | |
parent | b2cbfc35e4c2b3f8dbb2e9d83ab1f4b358427896 (diff) |
Skip some more tests on CRAN
Static documentation rebuilt by pkgdown
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 4 |
1 files changed, 2 insertions, 2 deletions
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))" |