tryCL {systemPipeR} | R Documentation |
Function to check if third-party software or utility is installed and set in the PATH.
tryCL(command)
command |
a character vector containing the command line name to be tested. |
It will return a positive message if the software is set on the PATH or an error message if the software is not set it.
Please note that not necessary the software is not installed if the message indicates an error, but it has not been exported on the current PATH.
Danela Cassol
## Not run: tryCL(command="R") tryCL(command="blastp") tryCL(command="hisat2") ## End(Not run)