Re: [Rd] Recommended way to change defaultPackages under Windows

2003-08-19 Thread Martin Maechler
(catching up on e-mails from my vacation) > "UweL" == Uwe Ligges <[EMAIL PROTECTED]> > on Mon, 28 Jul 2003 20:11:45 +0200 writes: UweL> BTW: Is ?options completely correct? UweL> I have [1] "ts" "nls" "modreg" "mva" "ctest" "methods"

Re: [Rd] Recommended way to change defaultPackages under Windows

2003-07-30 Thread Kurt Hornik
> David Brahm writes: > Douglas Bates <[EMAIL PROTECTED]> wrote: >> options(defaultPackages = c(options("defaultPackages"), "Devore6")) > Just to pick a nit, shouldn't this be: > options(defaultPackages = c(getOption("defaultPackages"), "Devore6")) > since options("defaultPackages") retur

Re: [Rd] Recommended way to change defaultPackages under Windows

2003-07-30 Thread David Brahm
Douglas Bates <[EMAIL PROTECTED]> wrote: > options(defaultPackages = c(options("defaultPackages"), "Devore6")) Just to pick a nit, shouldn't this be: options(defaultPackages = c(getOption("defaultPackages"), "Devore6")) since options("defaultPackages") returns a one-component list, not a vecto

Re: [Rd] Recommended way to change defaultPackages under Windows

2003-07-28 Thread Uwe Ligges
Douglas Bates wrote: What is the recommended way to change the default set of packages that are loaded at startup by R for Windows? I am writing vignettes for the Devore6 package which my introductory engineering statistics students will use and I would like to describe how the R environment can b

Re: [Rd] Recommended way to change defaultPackages under Windows

2003-07-28 Thread Prof Brian Ripley
On 28 Jul 2003, Douglas Bates wrote: > What is the recommended way to change the default set of packages that > are loaded at startup by R for Windows? I am writing vignettes for > the Devore6 package which my introductory engineering statistics > students will use and I would like to describe ho

[Rd] Recommended way to change defaultPackages under Windows

2003-07-28 Thread Douglas Bates
What is the recommended way to change the default set of packages that are loaded at startup by R for Windows? I am writing vignettes for the Devore6 package which my introductory engineering statistics students will use and I would like to describe how the R environment can be changed so that thi