get_single_pkg_sysreqs: Get repo SystemRequirements

Description Usage Arguments Value Examples

View source: R/neuroc_sysreq.R

Description

get_single_pkg_sysreqs returns the system requirements for a package by cross referencing the package name with the Neuroconductor maintained list of formatted system requirements

Usage

1
get_single_pkg_sysreqs(pkg, sysreqs_db)

Arguments

pkg

is the package name to be cross referenced with the Neuroconductor list of formatted system requirements, it can also be a repo slug

sysreqs_db

is the data.frame containing the Google sheet system requirements list

Value

a list of formatted system requirements if the package is in the Neuroconductor system requirements list or the original system requirements for the DESCRIPTION file (NA if none)

Examples

1
2
## Not run: get_gh_repo_sysreqs('neuroconductor/ANTsR')
## Not run: get_gh_repo_sysreqs('fslr')

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