diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2019-10-22 10:13:16 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2019-10-22 10:13:16 +0200 |
commit | f8d45402477a588f773f6fd300f3d4e914648773 (patch) | |
tree | b4191dab6d7249150933e322349501d90dc05ac3 /GNUmakefile | |
parent | 1c8fae503c6c18764d62bc98236111168ac83529 (diff) |
Improved visual testing
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 0141b54c..231273c1 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -76,6 +76,9 @@ slowtests: install NOT_CRAN=true "$(RBIN)/Rscript" -e 'library(mkin); testthat::test_dir("tests/testthat/slow")' 2>&1 | tee tests_slow.log sed -i -e "s/\r.*\r//" tests_slow.log +vdiffr: + "$(RBIN)/Rscript" -e 'vdiffr::manage_cases(filter = "plots|nafta")' + testcheck: test check README.html: README.md @@ -123,7 +126,6 @@ winbin: $(WINBIN) dratwin: winbin "$(RBIN)/Rscript" -e "drat::insertPackage('$(WINBIN)', '~/git/drat/', commit = TRUE)" - submit: @echo "\nHow about make test, make check, make pd, make winbuilder" @echo "\nIs the DESCRIPTION file up to date?" |