diff options
-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" |