finds all available source packages starting from the project root
Source:R/find_srcpkgs.R
find_srcpkgs.Rd
N.B: the hidden files and directories are ignored.
In general, this function is not used directly, instead you should use get_srcpkgs()
Usage
find_srcpkgs(
root = get_project_root(),
srcpkgs_paths = find_srcpkgs_paths(root, prune = prune),
prune = TRUE
)
Arguments
- root
directory from where to search for source packages
- srcpkgs_paths
paths to the source packages folders
- prune
whether to report packages contained inside another package (e.g. in tests/)