Return details of packages required by all src reports in this orderly repo
Source:R/info.R
orderly_packages.Rd
Return details of packages required by all src reports in this orderly repo
Arguments
- root
The path to an orderly root directory, or
NULL
(the default) to search for one from the current working directory iflocate
isTRUE
.- locate
Logical, indicating if the configuration should be searched for. If
TRUE
andconfig
is not given, then orderly looks in the working directory and up through its parents until it finds anorderly_config.yml
file.
Examples
path <- orderly::orderly_example("minimal")
orderly::orderly_packages(root = path)
#> [[1]]
#> [1] "withr"
#>