I know how to get the list of all available packages on CRAN (Names of R's available packages and List all packages available on CRAN to console) with the available.packages()
function.
But how can I get the list of packages available on Bioconductor?
Thanks