From d22214d9f1b17bd3ab2febe810ab996bebb01410 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 28 Sep 2016 08:56:57 +0200 Subject: Add drat target --- GNUmakefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/GNUmakefile b/GNUmakefile index d15273d..76339e7 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -69,6 +69,9 @@ install: build "$(R_HOME)/bin/R" CMD INSTALL --no-multiarch $(TGZ) @echo "DONE." +drat: build + "$(R_HOME)/bin/Rscript" -e "drat::insertPackage('$(TGZ)', commit = TRUE)" + winbuilder: build date @echo "Uploading to R-release on win-builder" -- cgit v1.2.1