This function fetches the source package URL for a given Bioconductor package. If no version is specified, it retrieves the latest available version. Currently, this function is not able to fetch archived package version for a bioconductor version
Value
A list containing the following elements:
- url
The URL of the source package (if available).
- version
The specified or latest available package version.
- last_version
The last available version of the package.
- all_versions
A vector of all discovered versions of the package.
- bioconductor_version_package
The Bioconductor version associated with the package.
- archived
A logical value indicating whether the package is archived.