Closed Tomas-Pe closed 1 year ago
Hi @Tomas-Pe,
I believe this can be fixed by installing first GenomicAlignments;
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("GenomicAlignments")
Also due to dependency "alakazam" version 1.1.0 while UniprotR requires alakazam version 1.0.0. This 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")
For the GitHub version we are working on updating it.
The last version of UniprotR 2.3.0, available now on GitHub.
Hello,
I'm trying to install UniprotR in R 4.3.1, and I'm having an error: Also, I see that yesterday a new doc of UniprotR was released in CRAN , corresponding to the version 2.3.0, but here I see that here in GitHub the last version of UniprotR is 2.2.0
R version: 4.3.1 OS: Ubuntu 20.04 Rstudio version: 2022.12.0 Build 353
Console output: