summaryrefslogtreecommitdiff
path: root/Makefile
blob: 10cdcf81c5ff9223261353620954d4b9a39a9ef9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.PHONY: install
install:
	./install

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

colorout:
	if [ ! -e colorout ]; then git clone --depth 1 https://github.com/jalvesaq/colorout; fi
	R CMD INSTALL colorout

Contact - Imprint