aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2018-12-12 10:22:30 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2018-12-12 10:22:30 +0100
commita8b7ab73a5df4fdf6cac5bad052b9ed77138fc86 (patch)
treecb4c76677217dd8da215b866ceecdcd279e52a81 /GNUmakefile
parent6cd60a250597e6cae027e17fbb9dd40ca63f1728 (diff)
Add whereClause argument to checkexperiment
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 2f8f38c..760dec8 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -34,3 +34,16 @@ winbuilder: build
curl -T $(TGZ) ftp://anonymous@win-builder.r-project.org/R-release/
@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)"
+
+$(WINBIN): build
+ @echo "Building windows binary package..."
+ "$(RBIN)/R" CMD INSTALL $(TGZ) --build
+ @echo "DONE."
+
+winbin: $(WINBIN)
+
+dratwin: winbin
+ "$(RBIN)/Rscript" -e "drat::insertPackage('$(WINBIN)', 'e:/git/drat/', commit = TRUE)"

Contact - Imprint