RE: [R] Loading packages at startup

2004-01-20 Thread antonio rodriguez
Hi, go to your C:/R/rw1080/etc directory and edit the Rprofile file adding (e.g.): library(foreign) library(survival) cheers, antonio rodriguez > -Mensaje original- > De: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] nombre de imap > Enviado el: martes, 20 de enero de 2004 16:16 > Par

RE: [R] Loading packages at startup

2004-01-20 Thread Simon Fear
See Introduction to R section 10.8 and Appendix B.2. I searched for `.First` to find it, but then, I knew what to look for ... searching for `startup` would find it too. > -Original Message- > From: imap [mailto:[EMAIL PROTECTED] > Sent: 20 January 2004 15:16 > To: [EMAIL PROTECTED] > Sub

Re: [R] Loading packages at startup

2004-01-20 Thread Prof Brian Ripley
On Tue, 20 Jan 2004, imap wrote: > Hi, > > I use the Windows R GUI. I frequently use (or have my students use) > foreign and survival packages. I would like to make them part of the > basic start-up package set (like base, ctest, etc.) using something > short of recompiling a special Windows ve

Re: [R] Loading packages at startup

2004-01-20 Thread Roger D. Peng
Take a look at ?Startup. You can create a Rprofile file which loads these packages from the start. -roger imap wrote: Hi, I use the Windows R GUI. I frequently use (or have my students use) foreign and survival packages. I would like to make them part of the basic start-up package set (like