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
Error:
! error in pak subprocess
Caused by error in `get_remote_types(refs)`:
! Cannot parse package:
../pkg2.
ℹ See `?pkgdepends::pkg_refs()` for supported
package sources.
Type .Last.error to see the more details.
The solution is to convert the path to be in absolute form via normalizePath(). This is definitely not the end of the world but involves a lot of typing given how short&sweet the pak::pak() command is.
My request is: can it be done automatically (for all local type of reference)?
The text was updated successfully, but these errors were encountered:
Given the following file structure:
I usually do:
And then want to do the following:
But it results in the following error:
The solution is to convert the path to be in absolute form via
normalizePath()
. This is definitely not the end of the world but involves a lot of typing given how short&sweet thepak::pak()
command is.My request is: can it be done automatically (for all local type of reference)?
The text was updated successfully, but these errors were encountered: