From 0e0b22c7f1d5041c5fa29652643a6d1351fe9825 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 26 Oct 2016 17:17:28 +0200 Subject: Use v1.2-8 for R plugin and vimcom if necessary --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e50eff8..640535e 100644 --- a/Makefile +++ b/Makefile @@ -3,5 +3,8 @@ install: ./install vimcom: - git clone --depth=1 https://github.com/jalvesaq/VimCom + if [ ! -e VimCom ]; then git clone https://github.com/jalvesaq/VimCom; fi + cd VimCom;\ + git checkout v1.2-8;\ + cd .. R CMD INSTALL VimCom -- cgit v1.2.1