InseadDataAnalytics / INSEADAnalytics

Other
122 stars 1.31k forks source link

"ggplot2" package problem for inclass process #161

Open KayaTheRock opened 5 years ago

KayaTheRock commented 5 years ago

Some others mentioned the problem so here is the solution:

install.packages("ggplot2", dependencies = TRUE)

for some reason the ggplot2 does not work with actual R version . installing it with dependencies will install all that is needed.