[R] loading a package within R, in a MS Windows environment?

2010-08-20 Thread Eva Nordstrom
I am using R 2.11.1 in a Microsoft Windows environment. Is there a way to load a package (e.g. the zoo package) using only written code, not menus or mouse clicks? The code below code brings up the Select One [package] menu.  I just want to automatically load the zoo package.  local({pkg -

Re: [R] loading a package within R, in a MS Windows environment?

2010-08-20 Thread Duncan Murdoch
On 20/08/2010 3:25 PM, Eva Nordstrom wrote: I am using R 2.11.1 in a Microsoft Windows environment. Is there a way to load a package (e.g. the zoo package) using only written code, not menus or mouse clicks? The code below code brings up the Select One [package] menu. I just want to

Re: [R] loading a package within R, in a MS Windows environment?

2010-08-20 Thread David Winsemius
On Aug 20, 2010, at 3:25 PM, Eva Nordstrom wrote: I am using R 2.11.1 in a Microsoft Windows environment. Is there a way to load a package (e.g. the zoo package) using only written code, not menus or mouse clicks? The code below code brings up the Select One [package] menu. I just want

Re: [R] loading a package within R, in a MS Windows environment?

2010-08-20 Thread Erik Iverson
Are you just looking for: library(zoo) ? Eva Nordstrom wrote: I am using R 2.11.1 in a Microsoft Windows environment. Is there a way to load a package (e.g. the zoo package) using only written code, not menus or mouse clicks? The code below code brings up the Select One [package] menu. I