Proteomicslab57357 / UniprotR

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

Hidden bioconductor dependency(-ies?) is an obstacle for installation/loading #14

Closed mattias-erhardsson closed 2 years ago

mattias-erhardsson commented 3 years ago

Hi! I noticed that the bioconductor package GenomicAlignments is a dependency for UniprotR, and unless you have it previously installed with bioconductors special way of installing packages you won't be able to load UniprotR. It took some time for me to figure out why I couldn't load UniprotR nor install GenomicAlignments. For users even more green than me I think it would be helpful to maybe refer to installation of bioconductor packages required for UniprotR under the installation heading.

MohmedSoudy commented 3 years ago

It's due to dependency "alakazam" version 1.1.0 while UniprotR requires alakazam version 1.0.0. This problem will be solved in the next version of UniprotR and can be solved now by installing alakazam before installing UniprotR using install.packages("https://cran.r-project.org/src/contrib/Archive/alakazam/alakazam_1.0.0.tar.gz", repo=NULL, type="source")