TongZhou2017 / itol.toolkit

Helper Functions for Interactive Tree Of Life (iTOL)
https://tongzhou2017.github.io/itol.toolkit/
Other
154 stars 17 forks source link

Installation: dependency 'Biostrings' is not available #2

Closed TongZhou2017 closed 1 year ago

TongZhou2017 commented 1 year ago

From user WeChat group: 这个报错是因为?应该如何调整一下? How to solve this error?

image
TongZhou2017 commented 1 year ago

The dependency 'Biostrings' package is hosted on Bioconductor, which can't auto-install from CRAN.

Please use the following command to install the dependency package first.

# install.packages("BiocManager")
BiocManager::install("Biostrings")

And retry.

install.packages("itol.toolkit")