I just updated to R 2.11.1 and after installing ggplot2, I tried
library(ggplot2)
and got
Loading required package: proto Loa
install.packages('ggplot2', dep = TRUE) would do the trick... install proto package
install.packages('ggplot2', dep = TRUE)
proto