Je suis nouveau sur R et j'essaie juste de passer à travers certains tutoriels.
Lorsque j'essaie d'installer ggplot2, j'obtiens cette erreur.
Error in library(ggplot2) : There is no package called 'ggplot2'
J'ai essayé ces derniers dans R et RStudio.
install.packages("ggplot2", dep=T)
install.packages('ggplot2', repos='http://cran.us.r-project.org')
remove.packages("ggplot2")
mais je reçois l'erreur
(Error in remove.packages : there is no package called 'ggplot2')
Voici ce que j'obtiens de install.packages ("ggplot2")
> install.packages("ggplot2")
Installing package into ‘.../R/win-library/3.4’
(as ‘lib’ is unspecified)
Warning in install.packages :
'lib = ".../R/win-library/3.4"' is not writable
trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.4/ggplot2_2.2.1.Zip'
Content type 'application/Zip' length 2784566 bytes (2.7 MB)
downloaded 2.7 MB
package ‘ggplot2’ successfully unpacked and MD5 sums checked
Warning in install.packages :
cannot remove prior installation of package ‘ggplot2’
The downloaded binary packages are in
C:...\AppData\Local\temp\RtmpqaGNpr\downloaded_packages
J'ai supprimé tous les fichiers ggplot2 manuellement, puis j'ai essayé de réinstaller. Voici mon résultat.
> install.packages("ggplot2")
Installing package into ‘.../R/win-library/3.4’
(as ‘lib’ is unspecified)
--- Please select a CRAN mirror for use in this session ---
trying URL 'https://ftp.osuosl.org/pub/cran/bin/windows/contrib/3.4/ggplot2_2.2.1.Zip'
Content type 'application/Zip' length 2784566 bytes (2.7 MB)
downloaded 2.7 MB
package ‘ggplot2’ successfully unpacked and MD5 sums checked
Warning: unable to move temporary installation ‘...\R\win-library\3.4\file26b43a54980\ggplot2’ to ‘...\R\win-library\3.4\ggplot2’
The downloaded binary packages are in
C:...\AppData\Local\temp\Rtmpq0T9a6\downloaded_packages
> library(ggplot2)
Error in library(ggplot2) : there is no package called ‘ggplot2’
> library("ggplot2")
Error in library("ggplot2") : there is no package called ‘ggplot2’
>
Lorsque je rencontre ce problème, je suggère:
Pas
Accéder aux outils
Installer des packages
Dans les packages Type de zone de texte ggplot2
Cochez les dépendances d'installation des cases à cocher
Essayez de lancer le client R directement à partir de l'invite de commandes, puis exécutez l'instruction: install.packages ("ggplot2", lib = "C: /Users/YourUser/Documents/R/win-library/3.3")