Installing ggplot2

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

This topic was automatically closed 42 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.