checkDependencies
A function to quickly check if the dependencies in the given string list are available and installed.
Syntax
checkDependencies(dep_csv)
Returns
returns (string) with the first dependency not available. Or false if none found.
Parameters
- dep_csv (string)
- a comma separated list of command names. ie. use header.dependencies as default.