I needed to change the line install_github("woobe/rPlotter") to devtools::install_github('woobe/rPlotter') to get it to install.
I needed to change the line
install_github("woobe/rPlotter")
to
devtools::install_github('woobe/rPlotter')
to get it to install.