(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"
> 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
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
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
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
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