常见问题
https://community.rstudio.com/t/biobase-not-available-for-r-version-3-5-1/17761 ΔBiobase not available for R version 3.5.1 should first install the BiocManager package install.packages(“BiocManager”) BiocManager::install(“phyloseq”, version = “3.8”) Δchecking whether pkg-config knows about cairo… no Cannot find cairo.h! you need the cario dev files apt-get install libcairo2-dev I also needed to install the following apt-get install libxt-dev Δ设置 Bioconductor …