Skip to contents

The simulator tekka 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

tekka_path()

tekka_version()

Value

tekka_path() returns the path to the tekka executable.

tekka_version() returns the version of the tekka executable.

See also

tekka() to run the simulator.

Examples

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

tekka_version()
} # }