R.rsp (version 0.46.0)

findAsciiDoc: Locates the asciidoc executable

Description

Locates the asciidoc executable on the current system.

Usage

# S3 method for default
findAsciiDoc(mustExist=TRUE, ..., verbose=FALSE)

Value

Returns the pathname to the executable, or NULL if not found.

Arguments

mustExist

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

...

Not used.

verbose

See Verbose.

Author

Henrik Bengtsson

Details

The 'asciidoc' executable is searched for as follows:

  1. Sys.which("asciidoc")