findCmd: Locates the executable given by 'command'

Description Usage Arguments Details Author(s)

Description

Locates the executable given by 'command' on the current system.

Usage

1
2
## Default S3 method:
findCmd(command, mustExist=TRUE, ..., verbose=FALSE)

Arguments

command

Name of executable to find

mustExist

If TRUE, an exception is thrown if the executable could not be located.

...

Not used.

verbose

See Verbose.

Details

The executable is searched for as follows:

  1. Sys.which(command)

NB: This method does NOT do any version checking!

Author(s)

Taku Tokuyasu


HenrikBengtsson/aroma.seq documentation built on Feb. 15, 2021, 2:21 a.m.