Entering edit mode
jchristie
•
0
@jchristie-23291
Last seen 5.6 years ago
I am relatively naive to bioinformatics, during this locked down period I am trying to learn it a bit for proteomics data that I have generated.
I am trying to download a package available here at Bioconductor named SWATH2stats, while installing I got the below-mentioned error.
ERROR: dependencies ‘XML’, ‘httr’, ‘openssl’, ‘BiocFileCache’ are not available for package ‘biomaRt’
* removing ‘/home/joelc/R/x86_64-pc-linux-gnu-library/3.6/biomaRt’
ERROR: dependency ‘biomaRt’ is not available for package ‘SWATH2stats’
* removing ‘/home/joelc/R/x86_64-pc-linux-gnu-library/3.6/SWATH2stats’
Will anyone be able to address this query of mine.
Thanks, Joel

I am able to install, installed all the dependencies - XML, openssl and BiocFileCache.
Could you please show all output from
BiocManager::install("biomaRt")? And include yoursessionInfo()?