Hey everyone,
I already read through some instructions regarding the installing ggbiplot, but I could not figure out an answer to my specific problem. Therefore, I hope I do not bother you, because you alredy explained it somewhere.
So what I have been basically doing:
I have started a new clean session and started with
install.packages("rlang")
install.packages("devtools")
library(devtools)
install_github("vqv/ggbiplot")
and I get at the end:
Version:1.0 StartHTML:0000000107 EndHTML:0000001880 StartFragment:0000000127 EndFragment:0000001862
Installing package into ‘C:/Users/Fabio.Krueger/Documents/R/win-library/3.6’ (as ‘lib’ is unspecified) * installing source package 'ggbiplot' ... ** using staged installation ** R ** data ** byte-compile and prepare package for lazy loading Fehler: (konvertiert von Warnung) Paket 'ggplot2' wurde unter R Version 3.6.2 erstellt Ausführung angehalten ERROR: lazy loading failed for package 'ggbiplot' * removing 'C:/Users/Fabio.Krueger/Documents/R/win-library/3.6/ggbiplot' Error: Failed to install 'ggbiplot' from GitHub: (converted from warning) installation of package ‘C:/Users/FABIO~1.KRU/AppData/Local/Temp/Rtmpi0sVKX/file3e9044f630/ggbiplot_0.55.tar.gz’ had non-zero exit Status
Does anyone know how to solve this issue?
Thanks a lot in advance and kind regards,
FKrueger