Skip to content
Prev 25665 / 398502 Next

library help files

You need to INSTALL your package (as `libraries' are really called in R).
That will automatically set up all the documentation files you need.

The help directory does not contain .Rd files: it contains text files
translated by Rdconv.
On Mon, 25 Nov 2002 huan.huang at bnpparibas.com wrote:

            
Writing R Extensions starts

Creating R packages

Packages provide a mechanism for loading optional code and attached
documentation as needed. The R distribution provides several packages,
such as eda, mva, and stepfun.

In the following, we assume that you know the library() command, including
its lib.loc argument, and we also assume basic knowledge of R CMD INSTALL.
Otherwise, please look at R's help pages

?library
?INSTALL

before reading on.