R renv lockfile repository configuration missing
Goal Ensure that renv::restore() can install all required packages on a production server that has no outbound network access. Current Behavior Locally the restore succeeds because renv falls back to the system's CRAN mirror when the lockfile lacks a repos field. On a server without internet, the same restore silently fails with a generic “cannot open URL” m