Hello,
I'm having problems trying to install ggplot2 in my computer. Its returning a message stating that it can't find Colorspace. Can somebody help? I need to do some visualizations but without ggplot2 it's going to be difficult.
Appreciating your help!
This probably means that the installation routine is not insalling a dependency {Colorspace]
Try
install.packages("Colorspace")
and try {ggplot} again