From 297285ac86a74c1ceb517aac9eca46d07513c45d Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 23 Jul 2021 15:43:02 +0200 Subject: Rerun tests, use current vdiffr on travis --- GNUmakefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 8604d3b3..a6abacac 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -90,9 +90,6 @@ 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 = "plot|nafta")' - testcheck: roxygen test check README.html: README.md -- cgit v1.2.1