HI there,
Does anyone how I can build my own library of R functions?
Regards,
Wayne
Dr Wayne R. Jones
Statistician / Research Analyst
KSS Group plc
St James's Buildings
79 Oxford Street
Manchester M1 6SS
Tel: +44(0)161 609 4084
Mob: +44(0)7810 523 713
KSS Ltd
A division of Knowledge Support Systems Group plc
Seventh Floor St James's Buildings 79 Oxford Street Manchester M1 6SS
England
Company Registration Number 2800886 (Limited) 3449594 (plc)
Tel: +44 (0) 161 228 0040 Fax: +44 (0) 161 236 6305
mailto:kssg@kssg.com http://www.kssg.com
The information in this Internet email is confidential and may b... {{dropped}}
Wayne Jones wrote:> HI there, > > Does anyone how I can build my own library of R functions? >The manual "Writing R extensions". Uwe Ligges> Regards, > > Wayne > > > Dr Wayne R. Jones > Statistician / Research Analyst > KSS Group plc > St James's Buildings > 79 Oxford Street > Manchester M1 6SS > Tel: +44(0)161 609 4084 > Mob: +44(0)7810 523 713 > > > > KSS Ltd > A division of Knowledge Support Systems Group plc > Seventh Floor St James's Buildings 79 Oxford Street Manchester M1 6SS England > Company Registration Number 2800886 (Limited) 3449594 (plc) > Tel: +44 (0) 161 228 0040 Fax: +44 (0) 161 236 6305 > mailto:kssg at kssg.com http://www.kssg.com > > > The information in this Internet email is confidential and may b... {{dropped}} > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://www.stat.math.ethz.ch/mailman/listinfo/r-help
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):> > HI there, > > Does anyone how I can build my own library of R functions? > > > Regards, > > Wayne-- The world would be much nicer if we would trust nature somewhat more. It seems as if we forgot that the same nature created us.