Open kevinushey opened 1 month ago
SSH is not supported, only HTTPS:
pak::pkg_install("git::https://github.com/rstudio/gt.git")
Is this something that might change in the future, or should I discourage this in renv
? I suppose I could also transform such SSH URIs into https URIs, at least for GitHub.
It is unlikely that it would change any time soon.
For example:
The equivalent
remotes
invocation works.