X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Makefile;h=c4a48a497039f74ce8a9f27fe84dafd6456049ca;hb=e6690339eea09ea227fb54f9baa61b817c09b6f7;hp=b119c245d554276ced2300e3083c51ace4c20625;hpb=ab965e02baa9042e42859e4af9682bf277407e2a;p=r%2FCairoHacks.git diff --git a/Makefile b/Makefile index b119c24..c4a48a4 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,9 @@ R ?= R ROPTS=-q --no-save --no-restore-data +build: + $(R) CMD build . + update_docs: $(R) $(ROPTS) -e "devtools::document()"