This function checks if a list of system commands are available on the user's PATH. If any commands are missing, it stops execution and returns an informative error message.
Value
The function returns TRUE if all specified commands are available
on the system, FALSE if any is not available.
Examples
CheckCommands(c("unzip", "head", "curl"))
#> [1] TRUE