lvalnegri

r_packages_gh.sh

Dec 29th, 2018
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.14 KB | None | 0 0
  1. #!/bin/sh
  2. while read PKG
  3. do
  4.   cat $HOME/pwd | sudo -S su - -c "R -e \"devtools::install_github('$PKG')\""
  5. done < `dirname $0`/r_packages_gh.lst
Advertisement
Add Comment
Please, Sign In to add comment