aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2020-06-15 10:27:19 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2020-06-15 10:27:19 +0200
commit8363b1c179c4e83d97c3c0c4cfa365f92c7832af (patch)
treee745ed501c421345483574e940ef67d3c9656dd6 /GNUmakefile
parent8100cd494b0e1869fc03af6c664a5a2cdbb36002 (diff)
Test plots on r-devel only
following the arguments of Xavier Robin https://github.com/r-lib/vdiffr/issues/86#issuecomment-636447231
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile3
1 files changed, 2 insertions, 1 deletions
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

Contact - Imprint