Description Usage Arguments Value Examples
View source: R/neuroc_sysreq.R
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
1 | get_single_pkg_sysreqs(pkg, sysreqs_db)
|
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 |
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)
1 2 | ## Not run: get_gh_repo_sysreqs('neuroconductor/ANTsR')
## Not run: get_gh_repo_sysreqs('fslr')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.