aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2016-06-28 08:12:05 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2016-06-28 08:12:05 +0200
commitcb338bea13b3b834bc3b09e6b1014959195f37bb (patch)
tree79235a13771fed9482cbd46dca504934586382ab /GNUmakefile
parent585a1b1d84c8036192f816566e49099392508a62 (diff)
Test the package using devtools to get a test.log
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 1a861d13..ad455ae5 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -73,8 +73,7 @@ clean:
$(RM) Rplots.pdf
test: quickinstall
- cd tests;\
- "$(RBIN)/Rscript" testthat.R 2>&1 | tee ../test.log
+ "$(RBIN)/Rscript" -e 'library(devtools); 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