diff options
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?" |