RE^2: [Rd] New generic functions in "R base" {was `truncate'}
From: Prof Brian Ripley [mailto:ripley@stats.ox.ac.uk]
> > Warnes, Gregory R wrote:
> > > > Shouldn't such generally useful functions get moved into base or some other > > package that is on the default search path? > > Interesting Q. Partly for performance reasons and partly for > embedded applications, we are trying to make base a lot smaller. > The agreed idea seems to be to have a tiny core for R and lots of added > functionality. I think the problem is that functions are not necessarily well grouped into coherent packages. Currently, what functionality is contained in each package isn't being managed, per se. Rather packages and functions within packages seem to be accumulating organically. The need to trim down R-base to provides us with the opportunity to think about how features are divided into packages. We should make sure that the packages that we create are coherently organized. To do this , we will need to "pull in" code from existing packages as well as "separating out" code from R-base. -Greg LEGAL NOTICE Unless expressly stated otherwise, this message is confidential and may be privileged. It is intended for the addressee(s) only. Access to this E-mail by anyone else is unauthorized. If you are not an addressee, any disclosure or copying of the contents of this E-mail or any action taken (or not taken) in reliance on it is unauthorized and may be unlawful. If you are not an addressee, please inform the sender immediately. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel 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-devel-request@stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._