system_check_requirements {ubiquity} | 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())