Check availability of binaries installed locally
installFindBinary(commandtest = NULL, verbose = FALSE)
Command to be used for testing
the availability of the binary, e.g. "php -v".
Note internal quotes need to be escaped, e.g.
installFindBinary('php -r
\"simplexml_load_string(\'\');\"')
.
See R/onload.R for tested binaries.
Set to TRUE
to see printed
return value of commandtest
A logical if executing commandtest returned an error or not