Skip to content

Building function libraries

3 messages · Wayne Jones, Uwe Ligges, Kurt Sys

#
Wayne Jones wrote:
The manual "Writing R extensions".

Uwe Ligges
#
Hello,

It's very simple: read the manual (R-exts.pdf, R extensions):
R CMD build <dir>
with <dir> the name of the directory (which is be the name of your
library), and this directory should be conform the directory structure
one should have to build libraries. To know how this looks like: read
the manual (R-exts.pdf, R extensions):
Function sources in <dir/R>, manual pages sources in <dir/man> ...


Kurt.



--
Mail from Wayne Jones
sent on Wednesday April 9 2003 at 11:56 (GMT+0100):