Description Usage Arguments Value Examples
View source: R/neuroc_sysreq.R
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)
1 | get_gh_repo_dependencies(slug)
|
slug |
is the GitHub repository name in the form of username/repo |
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.
1 | ## Not run: get_gh_repo_dependencies('neuroconductor/fslr')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.