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
When using renv::install() with options(renv.config.pak.enabled = TRUE) and a package that is nested within a GitHub subdirectory, the package fails to install.
I created a very small test repo to demonstrate this issue, which can be demonstrated with the following code:
Thanks! I've made a change in renv that should improve the situation here, and have also asked the pak maintainer whether the renv-style remote declaration here could also be supported.
When using
renv::install()
withoptions(renv.config.pak.enabled = TRUE)
and a package that is nested within a GitHub subdirectory, the package fails to install.I created a very small test repo to demonstrate this issue, which can be demonstrated with the following code:
This yields the following error/backtrace:
The following code does work as expected:
as does:
While the
renv
documentation says that subdirectories in git repositories should be separated by:
, I did note that using a/
as below does also work:The text was updated successfully, but these errors were encountered: