Learn R Programming

ctrdata (version 1.6.0)

installFindBinary: Check availability of binaries installed locally

Description

Check availability of binaries installed locally

Usage

installFindBinary(commandtest = NULL, verbose = FALSE)

Arguments

commandtest

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.

verbose

Set to TRUE to see printed return value of commandtest

Value

A logical if executing commandtest returned an error or not