When I tried to install EnsDb.Mmusculus.v79 package, I met this problem. It showed that
Error: package or namespace load failed for 'EnsDb.Mmusculus.v79': .onLoad failed in loadNamespace() for 'EnsDb.Mmusculus.v79', details: call: NULL error: disk I/O error Error: loading failed Execution halted ERROR: loading failed
and I used command followed to install the package.
BiocManager::install("EnsDb.Mmusculus.v79")
May anyone know how to fix this problem? Please.Thanks for your attention.
Besides, I also tried to use conda to install this package, but in R I couldn't find the package installed in conda environment. The environment includes R that I use. I can find the package when I use "conda list" to check which packages I've installed.
conda install bioconductor-ensdb.mmusculus.v79
**sessionInfo( )
Bioconductor version 3.13 (BiocManager 1.30.16), R 4.1.1 (2021-08-10)**
Actually, I perform my codes on the server of the university where I study, so I have no idea about the server and no root authority.
To me it seems you have no permissions to install packages.
Please have a word with your system administrators. They should be able to tell you how you can configure your system to install R packages without the need of admin permissions.