get_gh_repo_dependencies: Gets the import/depends/suggest list from a GitHub repo

Description Usage Arguments Value Examples

View source: R/neuroc_sysreq.R

Description

get_gh_repo_dependencies will parse a remote GitHub repo's DESCRIPTION file and it will return a list of unique dependencies (from Imports/Dependes/Suggests)

Usage

1

Arguments

slug

is the GitHub repository name in the form of username/repo

Value

a list of unique package names that slug repo depends on, from the DESCRIPTION file. This is a combination of the Imports, Depends and Suggests tags.

Examples

1
## Not run: get_gh_repo_dependencies('neuroconductor/fslr')

adigherman/neuroc.sysreq documentation built on Jan. 28, 2020, 9:27 p.m.