Proteomicslab57357 / UniprotR

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

No package called ‘UniprotR’ after installation #16

Closed Xyderal closed 3 years ago

Xyderal commented 3 years ago

Hi. I don't know what I am doing wrong, but

install.packages("UniprotR") Warning in install.packages : dependencies ‘Biostrings’, ‘GenomicAlignments’, ‘IRanges’ are not available also installing the dependency ‘alakazam’

There are binary versions available but the source versions are later: binary source needs_compilation alakazam 0.3.0 1.1.0 TRUE UniprotR 1.2.4 2.0.7 FALSE

Do you want to install from sources the package which needs compilation? (Yes/no/cancel) installing the source packages ‘alakazam’, ‘UniprotR’

trying URL 'https://cran.rstudio.com/src/contrib/alakazam_1.1.0.tar.gz' Content type 'application/x-gzip' length 2474294 bytes (2.4 MB)

downloaded 2.4 MB

trying URL 'https://cran.rstudio.com/src/contrib/UniprotR_2.0.7.tar.gz' Content type 'application/x-gzip' length 29544 bytes (28 KB)

downloaded 28 KB

ERROR: dependencies ‘Biostrings’, ‘GenomicAlignments’, ‘IRanges’ are not available for package ‘alakazam’

The downloaded source packages are in ‘/private/var/folders/jr/9194sd815yl2zwkz7j2qcy5m0000gn/T/RtmpC3bKdv/downloaded_packages’

library(UniprotR) Error in library(UniprotR) : there is no package called ‘UniprotR’

I would really want to retrieve information from Uniprot for my Master's assignment. I would really appreciate your help Antonio

I am using Rstudio Version 1.1.463 with R version 3.5.3 (2019-03-11) -- "Great Truth" Appreciated

MohmedSoudy commented 3 years ago

Dear @Xyderal the issue is similar to #14, it's recommended to install alakazam version 1.0.0 before installing UniprotR.

Xyderal commented 3 years ago

Thanks! Working perfectly.