RE: [R] Version Number of a Package

2003-07-10 Thread Paul Boutros
Thanks to all for the help: works like a charm now. :) Paul > -Original Message- > From: Jeff Gentry [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 10, 2003 4:24 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: [R] Version Number of a Package > &g

Re: [R] Version Number of a Package

2003-07-10 Thread Jeff Gentry
> I am documenting an analysis procedure in a DB and I would like to know the > specific version number of each package that I use. Is there a standardized > way of getting that information out from R, or should I parse it out from the > source-code files? Ideally I would like a function like

Re: [R] Version Number of a Package

2003-07-10 Thread Christian Schulz
pack <- installed.packages() christian - Original Message - From: "Paul Boutros" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 10, 2003 6:59 PM Subject: [R] Version Number of a Package > Hello, > > Apologies if this is a stupid question. I googled and skimmed the arc