RKWARD(1)
NAME
rkward - A KDE frontend to R
SYNOPSIS
rkward [options] [file]
DESCRIPTION
This manual page documents briefly the rkward command.
OPTIONS
A summary of options is included below. For a complete description,
invoke rkward --help or refer to http://rkward.sourceforge.net .
--help Show summary of options.
- -v, --version
- Show version of program.
- --evaluate <Rcode>
- The given R code is evaluated after RKWard has started, and after any specified workspace is loaded. Mostly useful for automated testing.
- --debug-level <level>
- Verbosity of debug output. 0-5, where 0 is no output, 5 is all output including function trace information. Default it 2
- --debug-flags <flags>
- Allows to configure, which sections of code to debug. Flags are given as a binary number. Refer to the source files for documentation, as this really is an internal option
- --debugger <command>
- Run RKWard through the specified debugger command. To add command line options to the debugger command, enclose them in single quotes ('') together with the command.
- --disable-stack-check
- Disable the R C stack checking mechanism. If you see the error message "C stack usage too close to the limit", this option may serve as a workaround.
SEE ALSO
R(1),
AUTHOR
RKWard was written by Thomas Friedrichsmeier and the RKWard team. See
http://rkward.sourceforge.net .
- This manual page was written by Thomas Friedrichsmeier
<tfry@users.sourceforge.net>, for the Debian project (but may be used
by others).