tryCMD | R Documentation |
Function to check if third-party software or utility is installed and set in the PATH.
tryCMD(command, silent = FALSE)
command |
a character vector containing the command line name to be tested. |
silent |
If set to |
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:
tryCMD(command="R")
tryCMD(command="blastp")
tryCMD(command="hisat2")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.