Closed
Description
Not sure if this is the right place to post this issue. ggplot
used to work perfectly fine for ages but once I installed ggpolt2
after ggbio
, I encounter this error:
Registered S3 method overwritten by 'GGally':
method from
+.gg ggplot2
Which makes the console stuck forever in the RStudio. I tried the same thing on my sister's MacBook and had the same error.
I used the following to install the packages:
install.packages("ggplot2")
BiocManager::install("ggbio")
To resolve the problem, I re-installed both R, all RFrameworks, and RStudio at least 3 times but still, the same problem occurs after installing ggpolt2
after ggbio
. Things go back to normal if I remove either ggplot2
or ggbio
.
I use R-4.0.3, RStudio v1.3.
Metadata
Metadata
Assignees
Labels
No labels