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

Mon Oct 30 14:27:13 UTC 2017
Larry Martell <larry.martell at gmail.com>

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 need for dplyr, doBy, and ggplot2?