Hi,
I am not being able to install ggbiplot in R 4.1.2.
library(usethis)
library(devtools)
install_github("vqv/ggbiplot")
install_github("vqv/ggbiplot", force = TRUE)
Downloading GitHub repo vqv/ggbiplot@HEAD
√ checking for file 'C:\Users\hp\AppData\Local\Temp\RtmpYFOgQR\remotes31e46bf6d48\vqv-ggbiplot-7325e88/DESCRIPTION' (559ms)
- preparing 'ggbiplot':
√ checking DESCRIPTION meta-information ... - checking for LF line-endings in source and make files and shell scripts
- checking for empty or unneeded directories
- looking to see if a 'data/datalist' file should be added
- building 'ggbiplot_0.55.tar.gz'
Warning: package ‘ggbiplot’ is in use and will not be installed
This is what I get after trying to install from github. I tried to find solutions elsewhere, but could not.
Any help is appreciated.
Thank you,