Hi,
Here is my goal: update package versions in renv.lock
using rstudio package-manager as the source.
Issue: I could not see a convenient way from renv
to do that
renv::update
seems to be the right function, but it looks at CRAN and GitHub at this point and does not provide ways of explicitly providing a url to internal package repository.
Question: What's the best way to manage package updates in renv.lock
when your source is not CRAN, GitHub or a local file system?