diff options
author | Johannes Ranke <johannes.ranke@jrwb.de> | 2018-07-10 16:08:52 +0200 |
---|---|---|
committer | Johannes Ranke <johannes.ranke@jrwb.de> | 2018-07-10 16:08:52 +0200 |
commit | a736ecc357889107b6e93f14cdf0c1ea4587817f (patch) | |
tree | 5bfe66e0d675023eecfb38527e8f3f9b852400ac | |
parent | cac29c8c1cc0f6004ef0cd63229cfb993a24496c (diff) |
Adapt path to package on windows
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |