[rkward-cvs] rkward/debian rkward.1,NONE,1.1 control,1.5,1.6
Thomas Friedrichsmeier
tfry at users.sourceforge.net
Wed Nov 9 18:00:36 UTC 2005
Update of /cvsroot/rkward/rkward/debian
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20417
Modified Files:
control
Added Files:
rkward.1
Log Message:
Adding man page for debian, break long lines in description
--- NEW FILE: rkward.1 ---
.\" Hey, EMACS: -*- nroff -*-
.\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1)
.TH RKWARD 1 "11-10-2005"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
.\" .nh disable hyphenation
.\" .hy enable hyphenation
.\" .ad l left justify
.\" .ad b justify to both left and right margins
.\" .nf disable filling
.\" .fi enable filling
.\" .br insert line break
.\" .sp <n> insert n+1 empty lines
.\" for manpage-specific macros, see man(7)
.SH NAME
rkward \- A KDE frontend to R
.SH SYNOPSIS
.B rkward
.RI [ options ] " [file]"
.br
.B bar
.RI [ options ] " [file]"
.SH DESCRIPTION
This manual page documents briefly the
.B rkward
command.
.PP
.SH OPTIONS
A summary of options is included below.
For a complete description, invoke rkward --help or refer to http://rkward.sourceforge.net .
.TP
.B \-\-help
Show summary of options.
.TP
.B \-v, \-\-version
Show version of program.
.TP
.B \-\-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
.TP
.B \-\-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
.SH SEE ALSO
.BR R (1),
.br
.SH AUTHOR
RKWard was written by Thomas Friedrichsmeier and the RKWard team. See http://rkward.sourceforge.net .
.PP
This manual page was written by Thomas Friedrichsmeier <tfry at users.sourceforge.net>,
for the Debian project (but may be used by others).
Index: control
===================================================================
RCS file: /cvsroot/rkward/rkward/debian/control,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** control 2 Nov 2005 16:51:10 -0000 1.5
--- control 9 Nov 2005 18:00:33 -0000 1.6
***************
*** 10,13 ****
Depends: kdebase (>= 4:3.2.0), r-base (>= 2.1.0), libstdc++6 (>= 4.0.1), php4-cli
Description: A KDE frontend to the R statistics language
! RKWard is meant to become an easy to use, transparent frontend to the R-language, a very powerful, yet hard-to-get-into scripting-language with a strong focus on statistic functions. It will not only provide a convenient user-interface, however, but also take care of seamless integration with an office-suite. Practical statistics is not just about calculating, after all, but also about documenting and ultimately publishing the results.
! RKWard is still in development status. Right now it is most useful as an IDE to users with some experience in R, or willing to learn R.
\ No newline at end of file
--- 10,20 ----
Depends: kdebase (>= 4:3.2.0), r-base (>= 2.1.0), libstdc++6 (>= 4.0.1), php4-cli
Description: A KDE frontend to the R statistics language
! RKWard is meant to become an easy to use, transparent frontend to the R-language,
! a very powerful, yet hard-to-get-into scripting-language with a strong focus on
! statistic functions. It will not only provide a convenient user-interface,
! however, but also take care of seamless integration with an office-suite.
! Practical statistics is not just about calculating, after all, but also about
! documenting and ultimately publishing the results.
! .
! RKWard is still in development status. Right now it is most useful as an IDE to
! users with some experience in R, or willing to learn R.
More information about the rkward-tracker
mailing list