ggbiplot in R 4.1.2

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,

This is telling you to that there is a version of ggbiplot already installed and loaded in your current R session.

Try restarting your R session and installing the package before loading anything else.

Thank you for the quick response.
That worked.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.