Can not finish loading mixOmics(library(mixOmics))

Issue #137 resolved
snmrna created an issue

Hi, I have successfully installed mixOmics, but when I tried to load mixOmics using library(mixOmics), it showed: loading MASS loading lattice loading gplot2

But STOP here, anyone know how to fix this problem? I used R 3.5.0 on a mac (Platform: x86_64-apple-darwin15.6.0 (64-bit)) Thanks in advance! Bin

Comments (5)

  1. Florian Rohart

    Hi there,

    We observed that before and it was due to another package that failed to load properly. I would suggest to load each of the following and see which one is not loading:

    library(MASS)
    library(lattice)
    library(ggplot2)
    library(igraph)
    library(rgl)
    library(ellipse)
    library(corpcor)
    library(RColorBrewer)
    library(parallel)
    library(dplyr)
    library(tidyr)
    library(reshape2)
    library(methods)
    library(matrixStats)
    library(rARPACK)
    library(gridExtra)
    

    From memory 'rgl' will not load

  2. snmrna reporter

    Thanks for your suggestion! In my case, it is 'rgl' not load, do you know how to fix this problem? regards, Bin

  3. Florian Rohart

    I would suggest first to try to reinstall rgl, and maybe second to try to install XQuartz (application that is used to plot in R) https://www.xquartz.org/

  4. Log in to comment