BiocManager icon indicating copy to clipboard operation
BiocManager copied to clipboard

legacy version maps not available

Open LiNk-NY opened this issue 4 years ago • 0 comments

These sections of the config.yaml need to be added so that we can have dates for both RSPM and MRAN options.

config <- "https://bioconductor.org/config.yaml"
txt <- .version_map_get_online_config(config)
## in R/version.R:Line#130
    bioc_rspm_map <- .version_map_config_element(txt, "rspm_ver_for_bioc_ver")
    bioc_mran_map <- .version_map_config_element(txt, "mran_ver_for_bioc_ver")

LiNk-NY avatar Oct 19 '21 19:10 LiNk-NY