Skip to content
Prev 72367 / 398498 Next

source of R functions {was ... aov ...}

On 6/23/2005 12:57 PM, Martin Maechler wrote:
Everything you say is correct, but one point might confuse some people: 
  it is possible to attach the source to a function definition, so that 
fix() will keep comments, etc.  "options(keep.source=TRUE)" makes this
happen, and that's the default setting for interactive use.  The point 
is that the installed packages are normally built with this option set 
to FALSE, so the source is only in the files.

Duncan Murdoch