I came across this issue today:
> remotes::install_github("tidyverse/dplyr")
Using github PAT from envvar GITHUB_PAT
Downloading GitHub repo tidyverse/dplyr@master
These packages have more recent versions available.
It is recommended to update all of them.
Which would you like to update?
1: All
2: CRAN packages only
3: None
4: vctrs (67c49a1cd... -> d7d4fd378...) [GitHub]
Enter one or more numbers, or an empty line to skip updates:
I don't necessarily want the GH version of vctrs, but my local version of vctrs < CRAN version yet there is no option to install the newer CRAN version on the GH version.
Is this by design, an infelicity, or a bug? Worth reporting? Or am I missing something/some functionality?