missing_deps | R Documentation |
Check dependencies in DESCRIPTION.
missing_deps(exclude_base = TRUE)
extra_deps()
exclude_base |
exclude packages installed with R from missing dependencies |
missing_deps()
reports renv::dependencies()
not in DESCRIPTION.
extra_deps()
reports desc::desc_get_deps()
not found by renv.
The current package (pkgload::pkg_name(".")
) and renv
(in renv.lock
only) are automatically removed from renv::dependencies()
, along with 'base' R packages if
exclude_base
is TRUE
(base, compiler, datasets, grDevices, graphics, grid, methods, parallel, splines, stats, stats4, tcltk, tools, utils).
data.frame from either renv::dependencies()
or desc::desc_get_deps()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.