2
3
4
5
6 rkward - A KDE frontend to R
7
8
9 rkward [workspace_file] [--evaluate Rcode] [--debug-level level]
10 [--debug-flags flags] [--debugger debugger_command]
11 [KDE Generic Options] [Qt Generic Options]
12
14 RKWard is the a KDE-based GUI and IDE for the R scripting language for
15 statistical computing.
16
17 For more information, please refer to the RKWard website[1], and the
18 documentation provided inside RKWard.
19
21 --evaluate Rcode
22 The given R code is evaluated after RKWard has started, and after
23 any specified workspace is loaded. Mostly useful for automated
24 testing.
25
26 --debug-level level
27 Verbosity of debug output. 0-5, where 0 is no output, 5 is all
28 output including function trace information. Default it 2.
29
30 --debug-flags flags
31 Allows to configure, which sections of code to debug. Flags are
32 given as a binary number. Refer to the source files for
33 documentation, as this really is an internal option.
34
35 --debugger command
36 Run RKWard through the specified debugger command. To add command
37 line options to the debugger command, enclose them in single quotes
38 ('') together with the command. NOTE: To use the \-\-debugger
39 option, it must be specified as the first option on the command
40 line. Only the frontend process will be debugged, using this
41 option.
42
44 R(1)
45
47 RKWard was written by Thomas Friedrichsmeier and the RKWard team. See
48 the RKWard website[1].
49
50
51 1. the RKWard website
52 http://rkward.sf.net/
53
54
55
56[FIXME: source] 2011-05-23 rkward(1)