risk.assessr can fetch the version available for an R package along with the release date.
risk.assessr can fetch the version available for an R package stored on bioconductor
html_content <- fetch_bioconductor_releases()
release_data <- parse_bioconductor_releases(html_content)The function below will retrieve the versions of bioconductor package corresponding to bioconductor version. In the example below, we find the versions 2.20.0 of flowCore package for the bioconductor version 3.21
Note: This function is not able to find all the archived versions for a Bioconductor package
This function below gets the flowCore package version for all version of Bioconductor