Return details of packages required by all src reports in this orderly repo
Source:R/info.R
orderly_packages.RdReturn 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 iflocateisTRUE.- locate
Logical, indicating if the configuration should be searched for. If
TRUEandconfigis not given, then orderly looks in the working directory and up through its parents until it finds anorderly_config.ymlfile.
Examples
path <- orderly1::orderly_example("minimal")
orderly1::orderly_packages(root = path)
#> [[1]]
#> [1] "withr"
#>