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")
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")