Hello, Please I have problems with R. I downloaded R from UC Berkeley CRAN mirror, but each time I try to read a data file using the command 'moi.data <- read.csv(choose.files())' or 'my.data <- choose.files() #' , the program becomes unstable and exits itself. However, I just noticed from my Windows Task manager that the R-program process tree is still active and using up about 30% of the processor activity. Is this a problem with my download? I have tried reinstalling from UC Los Angeles, but still have the same issues. Any help will be appreciated. I need to use the acepack package in R. Thank you ....Best Regards Obinna Duru Energy Resources Engineering Department, Green Earth Sciences Building, 367 Panama Street, Stanford, CA 94305-2220 cell: (650) 814 6079 fax: (659) 725 2099 email: duru@stanford.edu [[alternative HTML version deleted]]
On 1/1/2007 4:09 AM, Obinna Duru wrote:> Hello, > > Please I have problems with R. I downloaded R from UC Berkeley CRAN > mirror, but each time I try to read a data file using the command > 'moi.data <- read.csv(choose.files())' or 'my.data <- choose.files() > #' , the program becomes unstable and exits itself.This must be some local problem with your system; I think you'll have to get local help to diagnose it. As a workaround, you can specify the name of the file rather than using choose.files(), but you really should try to find what's messing up your system. Duncan Murdoch> > However, I just noticed from my Windows Task manager that the > R-program process tree is still active and using up about 30% of the > processor activity. > > Is this a problem with my download? I have tried reinstalling from UC > Los Angeles, but still have the same issues. > > Any help will be appreciated. I need to use the acepack package in R. > > Thank you > > > ....Best Regards > > Obinna Duru > > Energy Resources Engineering Department, > Green Earth Sciences Building, > 367 Panama Street, > Stanford, CA 94305-2220 > cell: (650) 814 6079 > fax: (659) 725 2099 > email: duru at stanford.edu > > > > > > [[alternative HTML version deleted]] > > ______________________________________________ > 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 > and provide commented, minimal, self-contained, reproducible code.
You got to supply the absolute path of your files and the seperating symbol in your csv file. Please read the help file by typing help(read.csv), you will have no problem. ----- Original Message ----- From: "Obinna Duru" <duru at pangea.Stanford.EDU> To: <r-help at stat.math.ethz.ch> Sent: Monday, January 01, 2007 4:09 AM Subject: [R] Problems with R> > Hello, > > Please I have problems with R. I downloaded R from UC Berkeley CRAN > mirror, but each time I try to read a data file using the command > 'moi.data <- read.csv(choose.files())' or 'my.data <- choose.files() > #' , the program becomes unstable and exits itself. > > However, I just noticed from my Windows Task manager that the > R-program process tree is still active and using up about 30% of the > processor activity. > > Is this a problem with my download? I have tried reinstalling from UC > Los Angeles, but still have the same issues. > > Any help will be appreciated. I need to use the acepack package in R. > > Thank you > > > ....Best Regards > > Obinna Duru > > Energy Resources Engineering Department, > Green Earth Sciences Building, > 367 Panama Street, > Stanford, CA 94305-2220 > cell: (650) 814 6079 > fax: (659) 725 2099 > email: duru at stanford.edu > > > > > > [[alternative HTML version deleted]] > > ______________________________________________ > 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 > and provide commented, minimal, self-contained, reproducible code. > >