ZhangLabTJU / fastBCR

A heuristic method for fast BCR clonal family inference from large-scale AIRR-seq data
Other
4 stars 1 forks source link

multiple packages not found in devtools #2

Closed YilunKuang closed 6 months ago

YilunKuang commented 6 months ago

Hi, I was installing your package using the commandRscript requirement.R. It turns out the following three packages

install_version("Biostrings", version = "2.66.0", repos = "http://cran.us.r-project.org")
install_version("ggtree", version = "3.6.2", repos = "http://cran.us.r-project.org")
install_version("utils", version = "4.2.2", repos = "http://cran.us.r-project.org")

are actually not installable via devtools. I tried installing them using BiocManager and it works.

BiocManager::install("Biostrings")
BiocManager::install("ggtree")
BiocManager::install("utils")

Just calling this out.

ZhangLabTJU commented 6 months ago

Thanks! We have fixed it.