Check the local installation for perl and verify C compiler is installed and working.
Examples
# \donttest{
invisible(system_check_requirements())
#> #> system_check_requirements()
#> #> Testing perl, looking for a perl interpreter
#> #> Perl interpreter found, now testing it
#> #> > Success: Perl runs, everything should be good
#> #> Attempting to compile C file
#> #> > Success: C file compiled
#> #> Loading the library
#> #> > Success: C library loaded
# }