diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2017-07-21 21:52:49 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2017-07-21 21:52:49 +0200 |
commit | 6c459bcdf271589d57cb69e301cc85ec237efd1e (patch) | |
tree | e67a503e2a8cb32922553c51504680313f99ed5c /GNUmakefile | |
parent | d7226beed357b5a98ca31dc10859dc3fd2653291 (diff) |
Improve devtools::test() call, update logs
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 193de825..24e903a2 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -70,7 +70,7 @@ clean: $(RM) Rplots.pdf test: quickinstall - "$(RBIN)/Rscript" -e 'library(devtools); devtools::test(".")' 2>&1 | tee test.log + "$(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))" |