diff options
-rw-r--r-- | GNUmakefile | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/GNUmakefile b/GNUmakefile index 9d34c37..5d396fc 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -6,16 +6,6 @@ DATE := $(shell date +%Y-%m-%d) .PHONEY: usage check clean -usage: - @echo "Usage: make TARGET with TARGET being:" - @echo "" - @echo " clean - Clean up." - @echo " roxygen - Roxygenize." - @echo " sd - Build static documentation." - @echo " build - Build source package." - @echo " check - Run CRAN check on the package." - @echo " install - Install the package." - pkgfiles = DESCRIPTION \ README.html \ .Rbuildignore \ @@ -78,6 +68,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" |