Biobase not available for R version 3.5.1

You should first install the BiocManager package, then you can install phyloseq package. I just tried and it is successfully installed.

install.packages("BiocManager")
BiocManager::install("phyloseq", version = "3.8")
2 Likes