Problem: ggplot2 load error

Hi all,

I'm pretty new to R, and am having problems loading the "ggplot2" package.

My code :
install.packages("ggplot2")
library("ggplot2")

Gives the error:

Error: package or namespace load failed for ‘ggplot2’ in rbind(info, getNamespaceInfo(env, "S3methods")): number of columns of matrices must match (see arg 2)

Does anyone know how to fix this?
-A

1 Like

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

Duplicated topic GGPLOT2 packagde installation/loading error