[R] *.R files for user libraries

Agustin Lobo alobo at ija.csic.es
Fri Jun 22 14:15:20 CEST 2001


Hi!

The Writing R Extensions document (R-exts.pdf) states that,
for creating an R library,

""
The `R' subdirectory contains R code files. The code files to be installed
must start with
a (lower or upper case) letter and have one of the extensions `.R', `.S',
`.q', `.r', or `.s'.
""

Does this mean that each function sould go into
a separate *.R file?

I understand that I can save a given function as

save(test,file="R/test.R")

But I have many functions, should I make that each function
go to a separate file? Is there any utility for doing 
this?

Thanks

Agus

Dr. Agustin Lobo
Instituto de Ciencias de la Tierra (CSIC)
Lluis Sole Sabaris s/n
08028 Barcelona SPAIN
tel 34 93409 5410
fax 34 93411 0012
alobo at ija.csic.es


-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list