From 8363b1c179c4e83d97c3c0c4cfa365f92c7832af Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 15 Jun 2020 10:27:19 +0200 Subject: Test plots on r-devel only following the arguments of Xavier Robin https://github.com/r-lib/vdiffr/issues/86#issuecomment-636447231 --- GNUmakefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index d2476218..8108704a 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -10,6 +10,7 @@ WINBIN := $(PKGSRC)_$(PKGVERS).zip # If no alternate bin folder is specified, the default is to use the folder # containing the first instance of R on the PATH. RBIN ?= $(shell dirname "`which R`") +#RBIN=/home/jranke/svn/R/r-devel/build/bin # Specify package and static documentation directories for subversion on r-forge RFSVN ?= $(HOME)/svn/r-forge/kinfit @@ -82,7 +83,7 @@ slowtests: install sed -i -e "s/\r.*\r//" tests_slow.log vdiffr: - "$(RBIN)/Rscript" -e 'vdiffr::manage_cases(filter = "plots|nafta")' + /home/jranke/svn/R/r-devel/build/bin/Rscript -e 'vdiffr::manage_cases(filter = "plot|nafta")' testcheck: test check -- cgit v1.2.1