aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2016-09-28 08:56:57 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2016-09-28 08:56:57 +0200
commitd22214d9f1b17bd3ab2febe810ab996bebb01410 (patch)
tree7fe530676d2d79bcb3f363fd0ae5b7fdc131a0e0
parentcc5ba9d7cf9435bc6243222691b76d35c866aea5 (diff)
Add drat target
-rw-r--r--GNUmakefile3
1 files changed, 3 insertions, 0 deletions
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"

Contact - Imprint