Man page - rkward(1)
Packages contas this manual
Available languages:
en it ca nl sv uk deManual
| RKWARD(1) | RKWard User's Manual | RKWARD(1) |
NAME
rkward - A KDE frontend to R
SYNOPSIS
rkward [--evaluate Rcode] [--debug-level level] [--debug-flags flags] [--debug-output where] [--backend-debugger debugger_command] [--r-executable path_to_executable] [--reuse] [--autoreuse] [--nowarn-external] [KDE Generic Options] [Qt Generic Options] [files_to_open]
DESCRIPTION
RKWard is the a KDE-based GUI and IDE for the R scripting language for statistical computing.
For more information, please refer to the RKWard website[1], and the documentation provided inside RKWard.
OPTIONS
--evaluate Rcode
--debug-level level
--debug-output where
--debug-flags flags
--backend-debugger command
--r-executable command
This option changes the R installation only for the current session, not persistently.
--reuse
--autoreuse
--nowarn-external
(If used in combination with --reuse, then *both* commands in question will need to be invoked with --nowarn-external, in order to suppress the warning.)
--setup
--quirkmode
files_to_open
SEE ALSO
R(1)
EXAMPLES
# Start with the t-test dialog rkward --nowarn-external rkward://runplugin/rkward::t_test/ # Open two script files in a running instance of RKWard (or in a fresh instance, if RKWard is not running) rkward --reuse file_a.R file_b.R # Run the rkward backend through valgrind rkward --backend-debugger 'valgrind --log-file=valgrind.log'
AUTHORS
RKWard was written by Thomas Friedrichsmeier and the RKWard team. See the RKWard website[1].
AUTHOR
Thomas Friedrichsmeier <rkward-devel@kde.org>
NOTES
- 1.
- the RKWard website
| 2024-05-26 | KDE Applications RKWard 0.8.0 |