rec_checkout_internal_deps | R Documentation |
This uses the staged_dependencies.yaml
to discover the upstream
and downstream packages.
Another function allows to check that only (and all) direct upstream
and downstream packages are listed there.
The packages listed there are internal packages. All other dependencies
listed in the DESCRIPTION
file are external dependencies.
rec_checkout_internal_deps(
repos_to_process,
ref,
direction = "upstream",
local_repos = get_local_pkgs_from_config(),
fallback_branch = "main"
)
repos_to_process |
|
ref |
( |
direction |
( |
local_repos |
( |
fallback_branch |
( |
A data frame, one row per checked out repository with columns repo, host and cache_dir
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.