Skip to content

Registered S3 method overwritten by 'GGally' #4304

Closed
@BatoolMM

Description

@BatoolMM

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions