From f8d45402477a588f773f6fd300f3d4e914648773 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 22 Oct 2019 10:13:16 +0200 Subject: Improved visual testing --- GNUmakefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'GNUmakefile') 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?" -- cgit v1.2.1