diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2016-10-13 17:49:18 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2016-10-13 17:49:18 +0200 |
commit | 9124e0f7d673c65584c1b2f838a3b944ea89c31d (patch) | |
tree | 0d9ae3a4123af62f2852ebab90f31f71524cc293 /GNUmakefile | |
parent | 12a31f4c130c551f82232d9ef7dfb608bd52c53f (diff) |
Add drat target, remove unmaintained usage hints
Diffstat (limited to 'GNUmakefile')
-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" |