Description Usage Arguments Value Examples
Parse Package Dependencies
1 | parse_deps_versions(string, full = FALSE, all = FALSE)
|
string |
Specification of a set of dependencies either as a character vector
or as a single string as returned by devtools::as.package in fields |
full |
logical that indicates if version requirements should also be returned. |
all |
loigical that indicates if R requirement and base packages should be indluded in the result. |
a character vector if full=FALSE
or a character matrix otherwise.
1 2 3 | parse_deps_versions("a, b, c")
# with some version requirement
parse_deps_versions("a (>= 1.2.3), b, c (<= 2.5)")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.