ggplot2
i am unable to load the ggplot2 a warning sign is coming saying one or more packages to be updated are currently loaded restarting r is recommended i am restarting but again the same message is popping up
R Introduction-to-ggplot2 09-10 min 40-50 sec
Answers:
Try reinstalling "ggplot2" package with "dependencies" set to TRUE - install.packages("ggplot2",dependencies = T)