Re: [R] ROCR package not installing

2012-11-22 Thread Pascal Oettli
version 2.10.1 (2009-12-14) Philip -Original Message- From: Pascal Oettli [mailto:kri...@ymail.com] Sent: Thursday, 22 November 2012 4:20 PM To: Philip Robinson Cc: r-help@r-project.org Subject: Re: [R] ROCR package not installing Hello, What is the version of R you use ? Regards, Pascal

Re: [R] ROCR package not installing

2012-11-22 Thread Philip Robinson
it status thanks Philip -Original Message- From: Mohammed Ouassou [mailto:mohammed.ouas...@statkart.no] Sent: Thursday, 22 November 2012 6:02 PM To: Philip Robinson Cc: r-help@r-project.org Subject: Re: [R] ROCR package not installing try: install.packages("ROCR",dep=T) M.O On to., 2012-11-

Re: [R] ROCR package not installing

2012-11-22 Thread Philip Robinson
Robinson Cc: r-help@r-project.org Subject: Re: [R] ROCR package not installing Hello, What is the version of R you use ? Regards, Pascal Le 22/11/2012 15:02, Philip Robinson a écrit : > I have tried installing the package (ROCR) with this command: > > > > Install.packages(ROCR) &

Re: [R] ROCR package not installing

2012-11-22 Thread Mohammed Ouassou
try: install.packages("ROCR",dep=T) M.O On to., 2012-11-22 at 16:02 +1000, Philip Robinson wrote: > I have tried installing the package (ROCR) with this command: > > > > Install.packages(ROCR) > > > > And with this command on the command line > > > > R CMD INSTALL ROCR_1.0-4.tar.gz

Re: [R] ROCR package not installing

2012-11-21 Thread Pascal Oettli
Hello, What is the version of R you use ? Regards, Pascal Le 22/11/2012 15:02, Philip Robinson a écrit : I have tried installing the package (ROCR) with this command: Install.packages(ROCR) And with this command on the command line R CMD INSTALL ROCR_1.0-4.tar.gz But both times I

[R] ROCR package not installing

2012-11-21 Thread Philip Robinson
I have tried installing the package (ROCR) with this command: Install.packages(ROCR) And with this command on the command line R CMD INSTALL ROCR_1.0-4.tar.gz But both times I get exactly the same error shown below, I don't understand what is wrong, is this an error in the package c