panel.loess
Deepayan Sarkar writes:
Hi,
I'm not sure what the recommended thing to do here would be:
In the lattice library, panel.loess needs to use loess.smooth(), which is in the modreg library. Now should I
(1) make lattice depend on modreg, and call require(modreg) in zzz.R
OR
(2) use autoload("loess", "modreg")
I like the second option better, as a particular session might not need panel.loess. Are there any general guidelines, or any other possibilities?
No strong preference.
Also, should I include modreg on the `depends' line in DESCRIPTION ?
In either case, yes. -k -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._