Re: [R] how to install R 3.0.1

2013-06-01 Thread Ranjan Maitra
On Sat, 1 Jun 2013 16:51:19 +0200 Uwe Ligges wrote: > > > On 01.06.2013 15:58, Ranjan Maitra wrote: > > On Sat, 1 Jun 2013 14:58:22 +0200 Uwe Ligges > > wrote: > > > >> > >> > >> On 01.06.2013 02:02, Ranjan Maitra wrote: > >>> On Fri, 31 May 2013 18:10:19 -0500 Robert Baer wrote: > >>> >

Re: [R] how to install R 3.0.1

2013-06-01 Thread Uwe Ligges
On 01.06.2013 15:58, Ranjan Maitra wrote: On Sat, 1 Jun 2013 14:58:22 +0200 Uwe Ligges wrote: On 01.06.2013 02:02, Ranjan Maitra wrote: On Fri, 31 May 2013 18:10:19 -0500 Robert Baer wrote: On 5/31/2013 11:59 AM, Ranjan Maitra wrote: Hi John, I suspect you may be missing a c()? On F

Re: [R] how to install R 3.0.1

2013-06-01 Thread Ranjan Maitra
On Sat, 1 Jun 2013 14:58:22 +0200 Uwe Ligges wrote: > > > On 01.06.2013 02:02, Ranjan Maitra wrote: > > On Fri, 31 May 2013 18:10:19 -0500 Robert Baer wrote: > > > >> On 5/31/2013 11:59 AM, Ranjan Maitra wrote: > >>> Hi John, > >>> > >>> I suspect you may be missing a c()? > >>> > >>> On Fri,

Re: [R] how to install R 3.0.1

2013-06-01 Thread John Kane
dortmund.de > Sent: Sat, 1 Jun 2013 14:59:22 +0200 > To: r-h...@stat.math.ethz.ch > Subject: Re: [R] how to install R 3.0.1 > > > > On 01.06.2013 14:58, Uwe Ligges wrote: >> >> >> On 01.06.2013 02:02, Ranjan Maitra wrote: >>> On Fri, 31 May 2013 18:1

Re: [R] how to install R 3.0.1

2013-06-01 Thread Uwe Ligges
On 01.06.2013 14:58, Uwe Ligges wrote: On 01.06.2013 02:02, Ranjan Maitra wrote: On Fri, 31 May 2013 18:10:19 -0500 Robert Baer wrote: On 5/31/2013 11:59 AM, Ranjan Maitra wrote: Hi John, I suspect you may be missing a c()? On Fri, 31 May 2013 06:05:45 -0800 John Kane wrote: paks <

Re: [R] how to install R 3.0.1

2013-06-01 Thread Uwe Ligges
On 01.06.2013 02:02, Ranjan Maitra wrote: On Fri, 31 May 2013 18:10:19 -0500 Robert Baer wrote: On 5/31/2013 11:59 AM, Ranjan Maitra wrote: Hi John, I suspect you may be missing a c()? On Fri, 31 May 2013 06:05:45 -0800 John Kane wrote: paks <- install.packages( "Hmisc", "plyr") pak

Re: [R] how to install R 3.0.1

2013-05-31 Thread Ranjan Maitra
On Fri, 31 May 2013 18:10:19 -0500 Robert Baer wrote: > On 5/31/2013 11:59 AM, Ranjan Maitra wrote: > > Hi John, > > > > I suspect you may be missing a c()? > > > > On Fri, 31 May 2013 06:05:45 -0800 John Kane > > wrote: > > > >> paks <- install.packages( "Hmisc", "plyr") > > paks <- install.p

Re: [R] how to install R 3.0.1

2013-05-31 Thread Robert Baer
On 5/31/2013 11:59 AM, Ranjan Maitra wrote: Hi John, I suspect you may be missing a c()? On Fri, 31 May 2013 06:05:45 -0800 John Kane wrote: paks <- install.packages( "Hmisc", "plyr") paks <- install.packages( c("Hmisc", "plyr")) install.packages(paks) You can use the command l

Re: [R] how to install R 3.0.1

2013-05-31 Thread Upananda Pani
gt; > -Original Message- > > From: maitra.mbox.igno...@inbox.com > > Sent: Fri, 31 May 2013 11:59:05 -0500 > > To: r-h...@stat.math.ethz.ch > > Subject: Re: [R] how to install R 3.0.1 > > > > Hi John, > > > > I suspect you may be

Re: [R] how to install R 3.0.1

2013-05-31 Thread John Kane
Arh, a sloppy copy and paste. Thanks John Kane Kingston ON Canada > -Original Message- > From: maitra.mbox.igno...@inbox.com > Sent: Fri, 31 May 2013 11:59:05 -0500 > To: r-h...@stat.math.ethz.ch > Subject: Re: [R] how to install R 3.0.1 > > Hi John, >

Re: [R] how to install R 3.0.1

2013-05-31 Thread Ranjan Maitra
Hi John, I suspect you may be missing a c()? On Fri, 31 May 2013 06:05:45 -0800 John Kane wrote: > paks <- install.packages( "Hmisc", "plyr") paks <- install.packages( c("Hmisc", "plyr")) > install.packages(paks) > You can use the command library() to get a list of what is installe

Re: [R] how to install R 3.0.1

2013-05-31 Thread Berend Hasselman
On 31-05-2013, at 18:18, Upananda Pani wrote: > Does it mean the packages are already updated ? > Yes. Unless you got error messages. Try library(…) with one of the packages. Berend __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/

Re: [R] how to install R 3.0.1

2013-05-31 Thread Upananda Pani
for Windows and >> install. You will need to reinstall any additional >> packages that you >> >> have >> >> installed. >> >> John Kane >> Kingston ON Can

Re: [R] how to install R 3.0.1

2013-05-31 Thread Prof Brian Ripley
- From: upananda.p...@gmail.com <mailto:upananda.p...@gmail.com> Sent: Fri, 31 May 2013 18:11:28 +0530 To: r-help@r-project.org <mailto:r-help@r-project.org>

Re: [R] how to install R 3.0.1

2013-05-31 Thread Upananda Pani
gt;> >>>> >>>> >>>> On Fri, May 31, 2013 at 7:01 PM, John Kane wrote: >>>> >>>> Sorry I misread your post. Just download the 3.0.1 for Windows and >>>>> install. You will need to reinstall any additional packages that you >&

Re: [R] how to install R 3.0.1

2013-05-31 Thread Prof Brian Ripley
ssage- From: upananda.p...@gmail.com Sent: Fri, 31 May 2013 18:11:28 +0530 To: r-help@r-project.org Subject: [R] how to install R 3.0.1 Hi All, I want to switch over from 2.13.1 to 3.0.1. Is it advisable to switch over. I am using Windows Vista. Please suggest me installation procedure a

Re: [R] how to install R 3.0.1

2013-05-31 Thread Steve Friedman
e: >>> >>> Sorry I misread your post. Just download the 3.0.1 for Windows and >>>> install. You will need to reinstall any additional packages that you >>>> >>> have >>> >>>> installed. >>>> >>>> John Kane >>>> Kings

Re: [R] how to install R 3.0.1

2013-05-31 Thread John Kane
st of what is installed on your machine. John Kane Kingston ON Canada > -Original Message- > From: upananda.p...@gmail.com > Sent: Fri, 31 May 2013 19:10:39 +0530 > To: > Subject: Re: [R] how to install R 3.0.1 > > Hi John, > > Thanks for your reply .How

Re: [R] how to install R 3.0.1

2013-05-31 Thread Steve Friedman
all. You will need to reinstall any additional packages that you > have > > installed. > > > > John Kane > > Kingston ON Canada > > > > > > > -Original Message- > > > From: upananda.p...@gmail.com > > > Sent: Fri, 31 May 201

Re: [R] how to install R 3.0.1

2013-05-31 Thread Upananda Pani
. You will need to reinstall any additional packages that you have > installed. > > John Kane > Kingston ON Canada > > > > -Original Message- > > From: upananda.p...@gmail.com > > Sent: Fri, 31 May 2013 18:11:28 +0530 > > To: r-help@r-project.org &g

Re: [R] how to install R 3.0.1

2013-05-31 Thread John Kane
0 > To: r-help@r-project.org > Subject: [R] how to install R 3.0.1 > > Hi All, > > I want to switch over from 2.13.1 to 3.0.1. Is it advisable to switch > over. > I am using Windows Vista. > > Please suggest me installation procedure as i am not very comfor

Re: [R] how to install R 3.0.1

2013-05-31 Thread Upananda Pani
to give more detailed advice. > > John Kane > Kingston ON Canada > > > > -Original Message- > > From: upananda.p...@gmail.com > > Sent: Fri, 31 May 2013 18:11:28 +0530 > > To: r-help@r-project.org > > Subject: [R] how to install R 3.0.1 > > > &

Re: [R] how to install R 3.0.1

2013-05-31 Thread John Kane
18:11:28 +0530 > To: r-help@r-project.org > Subject: [R] how to install R 3.0.1 > > Hi All, > > I want to switch over from 2.13.1 to 3.0.1. Is it advisable to switch > over. > I am using Windows Vista. > > Please suggest me installation procedure as i am not very c

[R] how to install R 3.0.1

2013-05-31 Thread Upananda Pani
Hi All, I want to switch over from 2.13.1 to 3.0.1. Is it advisable to switch over. I am using Windows Vista. Please suggest me installation procedure as i am not very comfortable in Installing R and If any good documentations can be found, Please send me the link. Thanks and Regards, Upananda