tests/testthat/_snaps/load.md

load() installs packages if needed

Code
  load()
Output
  - Project '<wd>' loaded. [renv <version>]
  - None of the packages recorded in the lockfile are currently installed.
  The following package(s) will be updated:

  # CRAN ---
  - bread       [* -> 1.0.0]
  - breakfast   [* -> 1.0.0]
  - oatmeal     [* -> 1.0.0]
  - toast       [* -> 1.0.0]

  # Installing packages ---
  - Installing bread ...                          OK [linked from cache in XXs]
  - Installing oatmeal ...                        OK [linked from cache in XXs]
  - Installing toast ...                          OK [linked from cache in XXs]
  - Installing breakfast ...                      OK [linked from cache in XXs]

load() reports on problems

Code
  load()
Output
  - Project '<wd>' loaded. [renv <version>]
  - The project is out-of-sync -- use `renv::status()` for details.


Try the renv package in your browser

Any scripts or data that you put into this service are public.

renv documentation built on Sept. 19, 2023, 9:06 a.m.