Closed jeroen closed 3 years ago
You need to use remotes:::parse_one_extra("github::statnet/rle@master")
to parse the full remote.
Any thoughts on exporting this function for package use? I'm adding a PR to https://github.com/o2r-project/containerit, which is trying to parse remotes and using remotes:::parse_one_extra
, but violates CRAN policy.
I was expecting
github::statnet/rle@master
andstatnet/rle@master
to be interchangable, but I found that:Results in:
Which is of course not a valid GitHub name, and hence broke things downstream.