From a736ecc357889107b6e93f14cdf0c1ea4587817f Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 10 Jul 2018 16:08:52 +0200 Subject: Adapt path to package on windows --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index a6b575c..0a88d8c 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -79,7 +79,7 @@ drat: build "$(R_HOME)/bin/Rscript" -e "drat::insertPackage('$(TGZ)', commit = TRUE)" dratwin: winbin - "$(R_HOME)/bin/Rscript" -e "drat::insertPackage('$(WINBIN)', 'e:/git/drat/', commit = TRUE)" + "$(R_HOME)/bin/Rscript" -e "drat::insertPackage('$(WINBIN)', '~/git/drat/', commit = TRUE)" winbuilder: build date -- cgit v1.2.1