diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2016-09-28 08:56:57 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2016-09-28 08:56:57 +0200 |
commit | d22214d9f1b17bd3ab2febe810ab996bebb01410 (patch) | |
tree | 7fe530676d2d79bcb3f363fd0ae5b7fdc131a0e0 /GNUmakefile | |
parent | cc5ba9d7cf9435bc6243222691b76d35c866aea5 (diff) |
Add drat target
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 3 |
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" |