Open donumanimae opened 4 months ago
I receive the following error when trying to open the package:
Error: package or namespace load failed for ‘UniprotR’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]): there is no package called ‘GenomicAlignments’
Hi @donumanimae
This is fixed by installing first GenomicAlignments
if (!require("BiocManager", quietly = TRUE)) install.packages("BiocManager")
BiocManager::install("GenomicAlignments")
I receive the following error when trying to open the package:
Error: package or namespace load failed for ‘UniprotR’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]): there is no package called ‘GenomicAlignments’