Re: [CentOS] R: dplyr, doBy, and ggplot2 in CentOS7

2017-10-30 Thread Larry Martell
On Mon, Oct 30, 2017 at 4:03 PM, Jason Edgecombe wrote: > You can install any R packages from CRAN using the "install.packages()" > command form within R itself. This will download, compile, and install the > packages into your personal user account. you might need to install

Re: [CentOS] R: dplyr, doBy, and ggplot2 in CentOS7

2017-10-30 Thread Jason Edgecombe
You can install any R packages from CRAN using the ​"install.packages()" command form within R itself. This will download, compile, and install the packages into your personal user account. you might need to install some supporting *-devel RPM packages via "yum", but otherwise, it should work.

Re: [CentOS] R: dplyr, doBy, and ggplot2 in CentOS7

2017-10-30 Thread Larry Martell
On Mon, Oct 30, 2017 at 10:56 AM Tony Schreiner wrote: > On Mon, Oct 30, 2017 at 10:27 AM, Larry Martell > wrote: > > > I have a R script that I am running from python with rpy2. On a debian > > system I run this: > > > > apt-get install

Re: [CentOS] R: dplyr, doBy, and ggplot2 in CentOS7

2017-10-30 Thread Tony Schreiner
On Mon, Oct 30, 2017 at 10:27 AM, Larry Martell wrote: > I have a R script that I am running from python with rpy2. On a debian > system I run this: > > apt-get install R-cran-ggplot2 R-cran-caret > > And the script works. I want to move this to CentOS 7 system. There it

[CentOS] R: dplyr, doBy, and ggplot2 in CentOS7

2017-10-30 Thread Larry Martell
I have a R script that I am running from python with rpy2. On a debian system I run this: apt-get install R-cran-ggplot2 R-cran-caret And the script works. I want to move this to CentOS 7 system. There it cannot find R-cran-ggplot2 or R-cran-caret. Does anyone know what packages in CentOS 7 I