diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2020-12-08 23:56:14 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-12-08 23:58:15 +0100 |
commit | df996535b0bb3077040abccf1c6e20bb4751d2ce (patch) | |
tree | 2701a2219a76929b7be235523ed8b7fb9a7c4e73 /GNUmakefile | |
parent | 81e0532542ff172b15130b7e8769509a3921399c (diff) |
Test plots on R-release and cache packages again
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index f27d02a3..aaa8cdf0 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -91,7 +91,7 @@ slowtests: install sed -i -e "s/\r.*\r//" tests_slow.log vdiffr: - "$(RDEVBIN)/Rscript" -e 'vdiffr::manage_cases(filter = "plot|nafta")' + "$(RBIN)/Rscript" -e 'vdiffr::manage_cases(filter = "plot|nafta")' testcheck: test check |