[R] Problem with adding packages to default start-up list

2007-03-28 Thread Jeff Lusk
After reading the help files (?Startup) and using RSiteSearch(defaultPackages), I have been trying to add several packages to my default startup list using the following code: local({ old-getOption(defaultPackages) options(defaultPackages=c(old,lattice,RODBC) }) Subsequently, when I query the

Re: [R] Problem with adding packages to default start-up list

2007-03-28 Thread Prof Brian Ripley
On Wed, 28 Mar 2007, Jeff Lusk wrote: After reading the help files (?Startup) and using RSiteSearch(defaultPackages), I have been trying to add several packages to my default startup list using the following code: local({ old-getOption(defaultPackages)