diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2021-07-23 15:43:02 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2021-07-23 15:43:02 +0200 |
commit | 297285ac86a74c1ceb517aac9eca46d07513c45d (patch) | |
tree | 9e2d9f4e5c4ae8fc68a83ba72978c886768a97a6 /GNUmakefile | |
parent | 24c504bb5d4d202661de5e36e6d80f2b8e906ff8 (diff) |
Rerun tests, use current vdiffr on travis
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 3 |
1 files changed, 0 insertions, 3 deletions
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 |