The following fails in a fresh environment: ```r remotes::install_bioc("Biostrings") ``` with ```txt Error: package ‘XVector’ 0.20.0 was found, but >= 0.21.4 is required by ‘Biostrings’ ``` Remotes is installing XVector 0.20.0 instead of [the latest](https://bioconductor.org/packages/release/bioc/html/XVector.html) (0.22.0). Remotes: 2.0.2 Platform: Mac For a fresh environment, I'm using `packrat::init(); install.packages("remotes")`.