Proteomicslab57357 / UniprotR

Retrieving Information of Proteins from Uniprot
GNU General Public License v3.0
59 stars 18 forks source link

Error when loading package #40

Open donumanimae opened 4 months ago

donumanimae commented 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’

AliYoussef96 commented 3 months ago

Hi @donumanimae

This is fixed by installing first GenomicAlignments

if (!require("BiocManager", quietly = TRUE)) install.packages("BiocManager")

BiocManager::install("GenomicAlignments")