Description Usage Arguments Value See Also
Parse system requirements in JSON format.
1 | parse_rules(system_req_folder)
|
system_req_folder |
The location of a local clone of "System Requirements for R Packages". |
A data.frame
with rules info in these columns:
"Rule": Name of the rule/JSON file.
"Packages": Name of the system package.
"OS": The operating system (Linux or Windows).
"Distribution": The Linux distribution. NA
if OS
is "Windows".
"Patterns": Regular expression pattern to match Package
.
"CollapsedPatterns": If there are multiple entries in Patterns
, they are here collapsed into
a single pattern to work with grepl()
.
distro_req
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.