Closed dholstius closed 3 years ago
ref
is the name of the git branch or tag. e.g. vctrs is using v0.3.6
(with the prepending v) as the name of the tag, so you would need to use remotes::install_github("r-lib/vctrs@v0.3.6")
Oops! Please ignore my PR then. Mea culpa!
Minimal reprex:
The correct URL in this case is https://github.com/r-lib/vctrs/archive/v0.3.6.tar.gz .