Script for RStudio CentOS Linux install dependencies yum

  Script for RStudio CentOS Linux install dependencies yum This is supposed to work: http://support.rstudio.org/help/discussions/problems/3353-installing-r-studio-server-on-redhat-446-4#comment_18902730 yum install r-studio-server.rpm https://github.com/rstudio/rstudio/blob/master/dependencies/linux/install-dependencies-yum   #!/bin/bash # # install-dependencies-yum # # Copyright (C) 2009-12 by RStudio, Inc. # # This program is licensed to you under the terms of version 3 of the # GNU Affero General Public License. This […]