Closed ritika-giri closed 1 year ago
As you said, I found that mixOmics
was not automatically installed in some environment.
I'm not sure the reason but to explicitly install mixOmics
, I changed the command as follows:
install.packages("BiocManager")
BiocManager::install(c("mixOmics", "iTensor"))
Please see the latest version of the manuscript. https://github.com/openjournals/joss-reviews/issues/5496#issuecomment-1586735597
When I load iTensor in the R workspace using
install.packages("iTensor")
andlibrary(iTensor)
as mentioned in the paper, I get the following error message:It works after I install mixOmics manually as:
Below also works without any bugs - it skips mixOmics, but does not error out: