sklas
sklas
Yes, thats what I wanted to do. Thanks! Does this also work with all clusterfunctions? I've seen some calls to the $USER environment variable in the code, but don't know...
This works: ``` install.packages("[email protected]::r-packages/bookmark") ``` While this is the output with pak: ``` pak::pkg_install("[email protected]::r-packages/bookmark") ``` ``` Error: ! ! error in pak subprocess Caused by error in `get_remote_types(refs)`: ! Cannot...
It seems that the formats/remotes definition for `install.packages` is from the `remotes` package and also used by `renv`. It is in parts explained here: https://remotes.r-lib.org/articles/dependencies.html The syntax you proposed works...