vqv / ggbiplot

A biplot based on ggplot2
302 stars 159 forks source link

Issue loading library(ggbiplot) #73

Open amepham opened 2 years ago

amepham commented 2 years ago
> library(ggbiplot)
Loading required package: scales
Error in value[[3L]](cond) : 
  Package ‘scales’ version 1.1.1 cannot be unloaded:
 Error in unloadNamespace(package) : namespace ‘scales’ is imported by ‘ggplot2’ so cannot be unloaded

I have been able to install but not load the package either through command line or selecting from the package list in R Console as above error message is displayed. Can you advise how to address this problem?

Thanks and regards,