You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm trying to use the mixOmics inside container.
I build the apptainer container from your docker images. apptainer build --fakeroot mixOmics.sif docker://mixomicsteam/mixomics:github
I load the initiate the shell and run R inside. When I try to load the R packages, R can load my local packages, but failed to load mixOmics from the container.
Overall, I can't neither identify packages location nor load the packages inside (attached a screenshot). Please give me some directions. Thank you.
The text was updated successfully, but these errors were encountered:
Hi @chenyanniii , I've just tried pulling and the mixOmics image from Dockerhub (mixomicsteam/mixomics) using docker desktop and running library(mixOmics) loads the mixOmics package without problems on my system. Perhaps try pulling and downloading the mixOmics image from dockerhub (https://hub.docker.com/r/mixomicsteam/mixomics) using command line or docker desktop? Let me know if that works for you!
Hello, I'm trying to use the mixOmics inside container.
I build the apptainer container from your docker images.
apptainer build --fakeroot mixOmics.sif docker://mixomicsteam/mixomics:github
I load the initiate the shell and run R inside. When I try to load the R packages, R can load my local packages, but failed to load mixOmics from the container.
Overall, I can't neither identify packages location nor load the packages inside (attached a screenshot). Please give me some directions. Thank you.
The text was updated successfully, but these errors were encountered: