From cb338bea13b3b834bc3b09e6b1014959195f37bb Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 28 Jun 2016 08:12:05 +0200 Subject: Test the package using devtools to get a test.log --- GNUmakefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'GNUmakefile') 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))" -- cgit v1.2.1