Rev 9011 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.020..TH R "1" "May 2000" "R 1.1.0" FSF.SH NAMER \- a language for data analysis and graphics.SH SYNOPSIS.B R[\fIoptions\fR] [\fI< infile\fR] [\fI> outfile\fR].br.B R\fICMD command \fR[\fIarguments\fR].SH DESCRIPTIONStart R, a system for statistical computation and graphics, with thespecified options, or invoke an R tool via the `R CMD' interface..PPR is a language which bears a passing resemblance to the S languagedeveloped at AT&T Bell Laboratories. It provides support for a varietyof statistical and graphical analyses. R is a true computer languagewhich contains a number of control-flow constructions for iteration andalternation. It allows users to add additional functionality bydefining new functions..LPOn platforms which support the \fBdlopen\fP(3) interface, Fortran and Ccode can be linked and called at run time..LPOn systems which have the GNU \fBreadline\fP(3) library, R will maintaina command history, so that commands can be recalled, edited andre-executed..SH OPTIONSMost options control what happens at the beginning and at the end of anR session, in particular which files are being read and written, and howmuch memory is reserved for the R process..TP\fB\-h\fR, \fB\-\-help\fRPrint short help message and exit.TP\fB\-\-version\fRPrint version info and exit.TPRHOMEPrint path to R home directory and exit.TP\fB\-\-save\fRDo save data sets at the end of the session.TP\fB\-\-no\-save\fRDon't save them.TP\fB\-\-no\-environ\fRDon't read the .Renviron or ~/.Renviron files.TP\fB\-\-no\-site\-file\fRDon't read the site-wide Rprofile.TP\fB\-\-no\-init\-file\fRDon't read the .Rprofile or ~/.Rprofile files.TP\fB\-\-restore\fRDo restore previously saved data sets at startup.TP\fB\-\-no\-restore\fRDon't restore them.TP\fB\-\-vanilla\fRCombine \fB\-\-no\-save\fR, \fB\-\-no\-restore\fR, \fB\-\-no\-site\-file\fR,\fB\-\-no\-init\-file\fR, and \fB\-\-no\-environ\fR.TP\fB\-\-no\-readline\fRDon't use readline for command-line editing.TP\fB\-\-vsize\fR=\fIN\fRSet vector heap size to N bytes; `4M' = 4 MegaB.TP\fB\-\-nsize\fR=\fIN\fRSet number of cons cells to N.TP\fB\-q\fR, \fB\-\-quiet\fRDon't print startup message.TP\fB\-\-silent\fRSame as \fB\-\-quiet\fR.TP\fB\-\-slave\fRMake R run as quietly as possible.TP\fB\-\-verbose\fRPrint more information about progress.TP\fB\-d\fR, \fB\-\-debugger\fR=\fINAME\fRRun R through debugger NAME.TP\fB\-g\fR, \fB\-\-gui\fR=\fITYPE\fRUse TYPE as GUI; possible values are `X11'(default), `none' and `gnome'.SS "Commands:".TPBATCHRun R in batch mode.TPCOMPILECompile files for use with R.TPSHLIBBuild shared library for dynamic loading.TPINSTALLInstall add-on packages.TPREMOVERemove add-on packages.TPbuildBuild add-on packages.TPcheckCheck add-on packages.TPRdconvConvert Rd format to various other formats.TPRd2dviConvert Rd format to DVI/PDF.TPRd2txtConvert Rd format to pretty text.TPRdindexExtract index information from Rd files.TPSd2RdConvert S documentation to Rd format.PPThe first five tools (i.e., BATCH, COMPILE, SHLIB, INSTALL, and REMOVE)can also be invoked without the `CMD' option..PPPlease use `R CMD command \fB\-\-help\fR' to obtain further information aboutthe usage of `command'..SH "REPORTING BUGS"Report bugs to <R-bugs@lists.r-project.org>..SH COPYRIGHTCopyright \(co 2000 R Development Core Team.PPR is free software and comes with ABSOLUTELY NO WARRANTY.You are welcome to redistribute it under the terms of theGNU General Public License. For more information aboutthese matters, see http://www.gnu.org/copyleft/gpl.html..SH "SEE ALSO"The full documentation for R is provided by a collection of Texinfomanuals and individual help for R objects which is also availableon-line..LPStart R and type \fB?\fP\fItopic\fP at the R prompt to obtain on-lineinformation for `\fItopic\fP'..LPIf the processed manuals have been installed they will be available asDVI and/or PDF files in the directory `R RHOME`/doc/manual..LPIf the \fBinfo\fP program and the R manuals are installed on yoursystem, typing \fBinfo -f R-intro\fP, \fBinfo -f R-exts\fP, and \fBinfo-f R-FAQ\fP should give you access to ``An Introduction to R'' (thebasic manual), the ``R Extension Writer's Guide'', and the ``R FAQ''.