You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
renv uses : in remote specifications, for indicating a sub-directory within a repository. For example:
renv::install("jashapiro/nestedpak:mypak")
This doesn't work with pak, as a final / is instead expected. Would it be possible for pak to support this notation as well?
For context, renv chose to use : here to avoid ambiguity with things like GitLab where repositories could be nested, so : allows us to disambiguate whether we're trying to refer to a sub-repository as opposed to a folder within the repository.
renv
uses:
in remote specifications, for indicating a sub-directory within a repository. For example:This doesn't work with
pak
, as a final/
is instead expected. Would it be possible forpak
to support this notation as well?For context,
renv
chose to use:
here to avoid ambiguity with things like GitLab where repositories could be nested, so:
allows us to disambiguate whether we're trying to refer to a sub-repository as opposed to a folder within the repository.Associated issue: rstudio/renv#2011
The text was updated successfully, but these errors were encountered: