]> git.donarmstrong.com Git - r/CairoHacks.git/commitdiff
remove makefile; CRAN does not need it
authorDon Armstrong <don@donarmstrong.com>
Mon, 1 Aug 2016 21:50:42 +0000 (16:50 -0500)
committerDon Armstrong <don@donarmstrong.com>
Mon, 1 Aug 2016 21:50:42 +0000 (16:50 -0500)
Makefile [deleted file]

diff --git a/Makefile b/Makefile
deleted file mode 100644 (file)
index c4a48a4..0000000
--- a/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/usr/bin/make -f
-
-R ?= R
-ROPTS=-q --no-save --no-restore-data
-
-build:
-       $(R) CMD build .
-
-update_docs:
-       $(R) $(ROPTS) -e "devtools::document()"
-
-check:
-       $(R) $(ROPTS) -e "devtools::check(manual=TRUE)"