From 6901f0ee4743fde23e20d56729e9561aeaa1ace5 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 2 Nov 2016 22:05:05 +0100 Subject: Easy installation of colorout --- .gitignore | 1 + Makefile | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 3750a9f..e87396e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ bak VimCom +colorout test.R diff --git a/Makefile b/Makefile index 640535e..10cdcf8 100644 --- a/Makefile +++ b/Makefile @@ -8,3 +8,7 @@ vimcom: git checkout v1.2-8;\ cd .. R CMD INSTALL VimCom + +colorout: + if [ ! -e colorout ]; then git clone --depth 1 https://github.com/jalvesaq/colorout; fi + R CMD INSTALL colorout -- cgit v1.2.1