system_check_requirements | R Documentation |
Check the local installation for perl and verify C compiler is installed and working.
system_check_requirements(
checklist = list(perl = list(check = TRUE, perlcmd = "perl"), C = list(check = TRUE)),
verbose = TRUE
)
checklist |
list with names corresponding to elements of the system to check. |
verbose |
enable verbose messaging |
List fn result of all packages
invisible(system_check_requirements())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.