I create a project with a GitHub link and do renv::restore(). I agree to installing packages and they are successfully installed, but at the end there is a warning message:
Installing spelling [2.2] ...
OK [installed binary]
Moving spelling [2.2] into the cache ...
OK [moved to cache in 2.9 milliseconds]
Installing tidyr [1.1.3] ...
OK [installed binary]
Moving tidyr [1.1.3] into the cache ...
OK [moved to cache in 2.9 milliseconds]
Installing staged.dependencies [0.2.8] ...
OK [built from source]
Moving staged.dependencies [0.2.8] into the cache ...
OK [moved to cache in 2.8 milliseconds]
Installing styler [1.9.1] ...
OK [built from source]
Moving styler [1.9.1] into the cache ...
OK [moved to cache in 2.7 milliseconds]
Warning message:
In (function (url, destfile, method, quiet = FALSE, mode = "w", :
cannot open URL 'https://packagemanager.posit.co/cran/__linux__/focal/2021-03-31/': HTTP status was '404 Not Found'
If I then do another renv::restore(), I am told: * The library is already synchronized with the lockfile.