rstudio / renv

renv: Project environments for R.
https://rstudio.github.io/renv/
MIT License
1.02k stars 155 forks source link

Better repository recovery for BioC packages #1215

Closed hadley closed 1 year ago

hadley commented 1 year ago

Need a better fallback if repos does not include the Bioc repos. Worth exploring the git_branch field as discussed in https://github.com/Bioconductor/BiocManager/issues/164

kevinushey commented 1 year ago

Can you elaborate a bit more? renv tries to be "smart" about adding the Bioconductor repositories when required, e.g. in a call to renv::install("bioc::Biobase").

hadley commented 1 year ago

Hmmmm, I can't seem to recreate the problem, so I think this must be some artefact of how was installing packages and setting up a test case for rsconnect.