tests/testthat/_snaps/pkg-lockfile.md

new_pkg_installation_plan

Code
  plan
Output
  <pkg_installation_plan>
  + refs:
    - pkg3
  + has solution
  (use `$update()` to update the plan for an updated library)
  (use `$show_solution()` to see the packages to install
  (use `$get_solution()` to see the full solution results)
  (use `$draw()` to draw the dependency tree)
  (use `$download()` to download packages)

sysreqs

Code
  plan
Output
  <pkg_installation_plan>
  + refs:
    - pkg3
  + has solution
  (use `$update()` to update the plan for an updated library)
  (use `$show_solution()` to see the packages to install
  (use `$get_solution()` to see the full solution results)
  (use `$draw()` to draw the dependency tree)
  (use `$download()` to download packages)

install_sysreqs

Code
  plan$show_solution()
Message
  + curl   1.0.0 [bld][dl] (<size>) + libcurl4-openssl-dev, libssl-dev
Code
  plan$show_sysreqs()
Message
  * libcurl4-openssl-dev  - curl
  * libssl-dev            - curl

update_sysreqs

Code
  plan$show_sysreqs()
Message
  + libcurl4-openssl-dev  - curl

update_sysreqs with old lock file

Code
  plan$show_sysreqs()
Message


Try the pkgdepends package in your browser

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

pkgdepends documentation built on May 29, 2024, 1:56 a.m.