From d894b16fd245c33d458e3036b711be78e70053bd Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 12 Dec 2018 09:24:54 +0100 Subject: Correct dratwin target and ignore winbins --- .gitignore | 1 + GNUmakefile | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 18c7c89..fe7550b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ test.R drfit*.tar.gz +drfit*.zip drfit.Rcheck diff --git a/GNUmakefile b/GNUmakefile index 760dec8..405958c 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -2,6 +2,7 @@ PKGNAME := $(shell sed -n "s/Package: *\([^ ]*\)/\1/p" DESCRIPTION) PKGVERS := $(shell sed -n "s/Version: *\([^ ]*\)/\1/p" DESCRIPTION) PKGSRC := $(shell basename $(PWD)) TGZ := $(PKGNAME)_$(PKGVERS).tar.gz +WINBIN := $(PKGNAME)_$(PKGVERS).zip # Specify the directory holding R binaries. To use an alternate R build (say a # pre-prelease version) use `make RBIN=/path/to/other/R/` or `export RBIN=...` @@ -46,4 +47,4 @@ $(WINBIN): build winbin: $(WINBIN) dratwin: winbin - "$(RBIN)/Rscript" -e "drat::insertPackage('$(WINBIN)', 'e:/git/drat/', commit = TRUE)" + "$(RBIN)/Rscript" -e "drat::insertPackage('$(WINBIN)', '~/git/drat/', commit = TRUE)" -- cgit v1.2.1