Rev 50421 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
% File src/library/base/man/RdUtils.Rd% Part of the R package, http://www.R-project.org% Copyright 1995-2009 R Core Development Team% Distributed under GPL 2 or later\name{RdUtils}\alias{Rdconv}\alias{Rd2dvi}\alias{Rd2pdf}\alias{Sd2Rd}\title{Utilities for Processing Rd Files}\description{Utilities for converting files in R documentation (Rd) format to otherformats or create indices from them, and for converting documentationin other formats to Rd format.}\usage{\special{R CMD Rdconv [options] file}\special{R CMD Rd2dvi [options] files}\special{R CMD Rd2pdf [options] files}\special{R CMD Sd2Rd [options] file}}\arguments{\item{file}{the path to a file to be processed.}\item{files}{a list of file names specifying the R documentationsources to use, by either giving the paths to the files, or the pathto a directory with the sources of a package.}\item{options}{further options to control the processing, or forobtaining information about usage and version of the utility.}}\details{\command{R CMD Rdconv} converts Rd format to plain text, HTML or LaTeXformats: it can also extract the examples.\command{R CMD Rd2dvi} is the user-level program for producing DVI/PDF outputfrom Rd sources. It will make use of the environment variables#ifdef unix\env{R_PAPERSIZE} (set by \command{R CMD}, with a default set when \Rwas installed) and \env{xdvi} (the DVI previewer, default\command{xdvi}),#endif#ifdef windows\env{R_PAPERSIZE} (default \code{a4}, also \code{legal} and\code{executive}) and \env{xdvi} (the DVI previewer, default\command{open} (use file associations)),#endifand \env{R_PDFVIEWER} (the PDF previewer). (Valid values for\env{R_PAPERSIZE} are \code{a4}, \code{letter}, \code{legal} and\code{executive}.) \command{Rd2pdf} is shorthand for \command{Rd2dvi--pdf}.\command{R CMD Sd2Rd} converts S (version 3 or 4) documentation formats to Rdformat: it is no longer much used and the results may needhand-tuning. (It requires Perl.)Use \command{R CMD \var{foo} --help} to obtain usage information on utility\code{\var{foo}}.}\seealso{The chapter \dQuote{Processing Rd format} in the \dQuote{Writing \RExtensions} manual.}\keyword{utilities}