R version 4.0.3
Rstudio 1.3.1093
MacOS Catalina 10.15.6
Any ideas?
R version 4.0.3
Rstudio 1.3.1093
MacOS Catalina 10.15.6
Any ideas?
This is the warning message I got after > install.packages("ggplot")
Other things I've tried:
library("ggplot")
which I get the message: Error in library("ggplot") : there is no package called ‘ggplot’
I've also tried > install.packages("ggplot2"), which gets me a train of downloads, but when I try > library("ggplot") , I get the message: Error in library("ggplot") : there is no package called ‘ggplot’ again
Never mind , i got it to work after
library("ggplot2")
if anyone else is having the same problem
This is after having done > install.packages("ggplot2"), btw
This topic was automatically closed 7 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.