aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2016-09-28 08:50:17 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2016-09-28 08:50:17 +0200
commit6b7c2049d4feb9dd76dd532830adba23b8a5007f (patch)
tree72adb7d1943273f184fda9e580bf2eae1a7e473d /GNUmakefile
parenta350a16bb2c11986faf5883a2804d46b03bd7c8f (diff)
Add drat target and rebuild for drat
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 062f4ead..70ce6f68 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -106,6 +106,9 @@ winbuilder: build
@echo "Uploading to R-devel on win-builder"
curl -T $(TGZ) ftp://anonymous@win-builder.r-project.org/R-devel/
+drat: build
+ "$(RBIN)/Rscript" -e "drat::insertPackage('$(TGZ)', commit = TRUE)"
+
submit:
@echo "\nHow about make test, make check, make winbuilder"
@echo "\nIs the DESCRIPTION file up to date?"

Contact - Imprint