system_check_requirements function

Check For Perl and C Tools

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 )

Arguments

  • checklist: list with names corresponding to elements of the system to check.
  • verbose: enable verbose messaging

Returns

List fn result of all packages

Examples

invisible(system_check_requirements())
  • Maintainer: John Harrold
  • License: BSD_2_clause + file LICENSE
  • Last published: 2025-01-07