From e371d9edd474bcf89cf5d462eaccb8638900b390 Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Sat, 3 Oct 2020 19:27:15 -0400 Subject: Initial commit --- .local/bin/Rinstall | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 .local/bin/Rinstall (limited to '.local/bin/Rinstall') diff --git a/.local/bin/Rinstall b/.local/bin/Rinstall new file mode 100755 index 0000000..8d2857e --- /dev/null +++ b/.local/bin/Rinstall @@ -0,0 +1,5 @@ +#!/bin/sh +for f in $* + do + sudo R --vanilla -e "install.packages('"$f"', repos='http://cran.us.r-project.org')" +done -- cgit v1.2.3