parse_deps | R Documentation |
Parse package dependency strings.
parse_deps(string)
string |
to parse. Should look like |
list of two character vectors: name
package names,
and version
package versions. If version is not specified,
it will be stored as NA.
parse_deps("httr (< 2.1),\nRCurl (>= 3)")
# only package dependencies are returned
parse_deps("utils (== 2.12.1),\ntools,\nR (>= 2.10),\nmemoise")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.