aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2019-03-04 10:12:43 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2019-03-04 10:12:43 +0100
commitd0a358a8f4fd03c95536409523e492eb15726f44 (patch)
treefefa34562fb4557921d88f64c6827401a9c1ed99 /GNUmakefile
parent4e85356bbe535aaf5bc7dc25238ed6a8d1f9913c (diff)
Review tests and examples based on winbuilder results
Static documentation rebuilt by pkgdown
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 20a9c723..a900ce5c 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -32,6 +32,11 @@ pkgfiles = \
all: build
$(TGZ): $(pkgfiles) vignettes
+ $(RM) -r vignettes/*_cache
+ $(RM) -r vignettes/*_files
+ $(RM) -r vignettes/*.R
+ $(RM) -r vignettes/web_only/*.R
+ $(RM) Rplots.pdf
"$(RBIN)/R" CMD build . 2>&1 | tee build.log
$(TGZVNR): $(pkgfiles)
@@ -66,6 +71,8 @@ clean:
test: install
"$(RBIN)/Rscript" -e 'devtools::test()' 2>&1 | tee test.log
+testcheck: test check
+
README.html: README.md
"$(RBIN)/Rscript" -e "rmarkdown::render('README.md', output_format = 'html_document', output_options = list(mathjax = NULL))"

Contact - Imprint