Skip to content
Prev 30384 / 398513 Next

Building function libraries

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):