S.O. Nyangoma
2005-Sep-13 15:59 UTC
[R] where is eda library (Prof. Ripley's Exploratory Data Analysis Library)
Hi I want to install eda library. Where can I download it? I use R version 2.1.0 on Linux. Thanks. Stephen. ----- Original Message ----- From: Luis Ridao Cruz <Luisr at frs.fo> Date: Tuesday, September 13, 2005 1:32 pm Subject: Re: [R] How to erase objects> ?rm > > > >>> <v.schlecht at arcor.de> 13/09/2005 12:08:55 >>> > > Hi, I admit that I rather carelessly built lots of large objects > and therefore ran out of memory. Most objects, which I have at the > moment are now unnecessary, but it would take a lot of time to > recreate the last few ones from scratch. So I would like to erase > (get rid of) selected objects in order to be able to continue. > Does anyone know how I could do this? > > Machen Sie aus 14 Cent spielend bis zu 100 Euro! > Die neue Gaming-Area von Arcor - ??ber 50 Onlinespiele im Angebot. > http://www.arcor.de/rd/emf-gaming-1 > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! http://www.R-project.org/posting- > guide.html > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! http://www.R-project.org/posting- > guide.html
ernesto
2005-Sep-13 16:06 UTC
[R] where is eda library (Prof. Ripley's Exploratory Data Analysis Library)
S.O. Nyangoma wrote:>Hi >I want to install eda library. Where can I download it? >I use R version 2.1.0 on Linux. > >Thanks. >Stephen. > > > > > library(eda)Warning message: package 'eda' has been merged into 'stats' EJ
Uwe Ligges
2005-Sep-13 16:08 UTC
[R] where is eda library (Prof. Ripley's Exploratory Data Analysis Library)
S.O. Nyangoma wrote:> Hi > I want to install eda library. Where can I download it? > I use R version 2.1.0 on Linux.What about typing > library(eda) Warning message: package 'eda' has been merged into 'stats' Now we see immediately that we alreeady have access to the functions that *were* included in *package* "eda". Uwe Ligges> Thanks. > Stephen. > > > > ----- Original Message ----- > From: Luis Ridao Cruz <Luisr at frs.fo> > Date: Tuesday, September 13, 2005 1:32 pm > Subject: Re: [R] How to erase objects > > >>?rm >> >> >> >>>>><v.schlecht at arcor.de> 13/09/2005 12:08:55 >>> >> >>Hi, I admit that I rather carelessly built lots of large objects >>and therefore ran out of memory. Most objects, which I have at the >>moment are now unnecessary, but it would take a lot of time to >>recreate the last few ones from scratch. So I would like to erase >>(get rid of) selected objects in order to be able to continue. >>Does anyone know how I could do this? >> >>Machen Sie aus 14 Cent spielend bis zu 100 Euro! >>Die neue Gaming-Area von Arcor - ??ber 50 Onlinespiele im Angebot. >>http://www.arcor.de/rd/emf-gaming-1 >> >>______________________________________________ >>R-help at stat.math.ethz.ch mailing list >>https://stat.ethz.ch/mailman/listinfo/r-help >>PLEASE do read the posting guide! http://www.R-project.org/posting- >>guide.html >>______________________________________________ >>R-help at stat.math.ethz.ch mailing list >>https://stat.ethz.ch/mailman/listinfo/r-help >>PLEASE do read the posting guide! http://www.R-project.org/posting- >>guide.html > > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
Sundar Dorai-Raj
2005-Sep-13 16:16 UTC
[R] where is eda library (Prof. Ripley's Exploratory Data Analysis Library)
Three things: 1. Please do not hit the reply button to an unrelated topic and change the subject. As the signature tells you, "PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html" 2. You are looking for the "eda" *package* and not a *library*. 3. Since "eda" is not on CRAN (just tried install.packages("eda")) perhaps you can tell us what functions you're looking for. eda, which I'm not familiar with, may have been merged with other packages or is defunct. Either way, there may be alternatives out there that will satisfy your needs. Thanks, --sundar S.O. Nyangoma wrote:> Hi > I want to install eda library. Where can I download it? > I use R version 2.1.0 on Linux. > > Thanks. > Stephen. > > > > ----- Original Message ----- > From: Luis Ridao Cruz <Luisr at frs.fo> > Date: Tuesday, September 13, 2005 1:32 pm > Subject: Re: [R] How to erase objects > > >>?rm >> >> >> >>>>><v.schlecht at arcor.de> 13/09/2005 12:08:55 >>> >> >>Hi, I admit that I rather carelessly built lots of large objects >>and therefore ran out of memory. Most objects, which I have at the >>moment are now unnecessary, but it would take a lot of time to >>recreate the last few ones from scratch. So I would like to erase >>(get rid of) selected objects in order to be able to continue. >>Does anyone know how I could do this? >> >>Machen Sie aus 14 Cent spielend bis zu 100 Euro! >>Die neue Gaming-Area von Arcor - ??ber 50 Onlinespiele im Angebot. >>http://www.arcor.de/rd/emf-gaming-1 >> >>______________________________________________ >>R-help at stat.math.ethz.ch mailing list >>https://stat.ethz.ch/mailman/listinfo/r-help >>PLEASE do read the posting guide! http://www.R-project.org/posting- >>guide.html >>______________________________________________ >>R-help at stat.math.ethz.ch mailing list >>https://stat.ethz.ch/mailman/listinfo/r-help >>PLEASE do read the posting guide! http://www.R-project.org/posting- >>guide.html > > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html