Check For Perl and C Tools
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 messagingList fn result of all packages
invisible(system_check_requirements())