Hi,
I tried to switch to pak for package installation with renv.
We use a self-hosted Gitlab instance for internal package development and do also have several packages as dependencies on a self-hosted Gitlab instance.
renv::restore is used regularly in Gitlab CI pipelines to check/test and also create docker images.
Restoring packages hosted on that Gitlab instance does not work when using pak and the packages are installed via remotes::install_gitlab() or similar approaches, but they do work when installing directly from git repositories.
I did also open an issue in the pak repo: r-lib/pak#820