Re: [R-SIG-Mac] Importing Excel files

2012-06-19 Thread peter dalgaard
On Jun 19, 2012, at 01:16 , Colstat wrote: I think the error says it package Œgdata‚ was built under R version 2.15.1 and you have R 2.5.10. Update your R first, let me know if it doesn't work. 2.15.1 is announced for Friday... I think it's a bit of a glitch that CRAN is already

Re: [R-SIG-Mac] Importing Excel files

2012-06-19 Thread Colstat
Here's my sessionInfo(), and it works fine sessionInfo() R version 2.14.2 (2012-02-29) Platform: x86_64-apple-darwin9.8.0/x86_64 (64-bit) locale: [1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8 attached base packages: [1] stats graphics grDevices utils datasets

[R-SIG-Mac] Importing Excel files

2012-06-18 Thread Victoria Xiao
Hi all, I'm trying to figure out how to import Excel files into R. I'm running Mac 10.6, and so far I've tried the xlsx and gdata packages; both gave error messages. For the xlsx package, here is what I got: library(xlsx) project.source = /Users/vicki/Desktop/R/test/kdReport.xls #change the

Re: [R-SIG-Mac] Importing Excel files

2012-06-18 Thread peter dalgaard
On Jun 18, 2012, at 23:06 , Victoria Xiao wrote: Hi all, I'm trying to figure out how to import Excel files into R. I'm running Mac 10.6, and so far I've tried the xlsx and gdata packages; both gave error messages. For the xlsx package, here is what I got: library(xlsx)

Re: [R-SIG-Mac] Importing Excel files

2012-06-18 Thread Colstat
I think the error says it package ‘gdata’ was built under R version 2.15.1 and you have R 2.5.10. Update your R first, let me know if it doesn't work. On Mon, Jun 18, 2012 at 5:28 PM, Victoria Xiao victoriayx...@gmail.comwrote: Exactly. Every time I try to load it from the package manager,