Hi everyone, I am new in the community just starting with R.
I am trying to install the package ggplot2. So, my code is simply:
install.packages("ggplot2")
library("ggplot2")
The package is downloaded. But when I run library("ggplot2") it wrote this:
library("ggplot2")
Error in library("ggplot2") : aucun package nommé ‘ggplot2’ n'est trouvé
which means that no package with this name is founded.
Thank you for your help.