Skip to contents

The simulator tumopp is a command-line tool written in C++. The executable is built and installed along with this R package unless the pre-installed one was found during the package installation.

Usage

tumopp_path()

tumopp_version()

Value

tumopp_path() returns the path to the tumopp executable.

See also

tumopp() to run the simulator.

Examples

if (FALSE) { # \dontrun{
tumopp_path()

tumopp_version()
} # }