fetch_bioconductor_package_info: Fetch Bioconductor Package Information
Description
This function retrieves information about a specific Bioconductor package
for a given Bioconductor version. It fetches the package details, such as
version, source package URL, and archived versions if available.
A list containing package details, including the latest version, package URL,
source package link, and any archived versions if available.
Returns `FALSE` if the package does not exist or cannot be retrieved.
Arguments
bioconductor_version
A character string specifying the Bioconductor version (e.g., "3.14").
package_name
A character string specifying the name of the package.