[R-SIG-Mac] installXLSXsupport() error

2012-07-14 Thread Ricardo.Julio.Rodriguez.Fernandez
Hi! Until now I've survive exporting my spreadsheets to CSV files, but this process is a error-prone as it is by no means easy to keep track of updated releases. Some weeks ago a new thread here talked about reading XLSX files by using gdata(): it would be really great to be able to get this

Re: [R-SIG-Mac] installXLSXsupport() error

2012-07-14 Thread Ian Fellows
much better support for Excel is available via the XLConnect and xlsx packages. I would recommend that you give them a try. ian On Jul 14, 2012, at 9:15 AM, ricardo.julio.rodriguez.fernan...@sergas.es wrote: Hi! Until now I've survive exporting my spreadsheets to CSV files, but this

Re: [R-SIG-Mac] installXLSXsupport() error

2012-07-14 Thread Ricardo.Julio.Rodriguez.Fernandez
Thanks, Ian! It seems like an impressive improvement providing a comprehensive set of functions to interact with XLSX spreadsheets! But I'm afraid I'm missing something. Please, check this... * sessionInfo() R version 2.15.1 (2012-06-22) Platform: x86_64-apple-darwin9.8.0/x86_64 (64-bit)

Re: [R-SIG-Mac] installXLSXsupport() error

2012-07-14 Thread Ian Fellows
You only loaded the JAR package, not the actual XLConnect package. install.packages(XLConnect) library(XLConnect) On Jul 14, 2012, at 10:59 AM, ricardo.julio.rodriguez.fernan...@sergas.es wrote: Thanks, Ian! It seems like an impressive improvement providing a comprehensive set of functions

Re: [R-SIG-Mac] installXLSXsupport() error

2012-07-14 Thread R. Michael Weylandt michael.weyla...@gmail.com
On Jul 14, 2012, at 12:59 PM, ricardo.julio.rodriguez.fernan...@sergas.es wrote: Thanks, Ian! It seems like an impressive improvement providing a comprehensive set of functions to interact with XLSX spreadsheets! But I'm afraid I'm missing something. Please, check this... *

Re: [R-SIG-Mac] installXLSXsupport() error

2012-07-14 Thread Ricardo.Julio.Rodriguez.Fernandez
Thanks, Ian, I looked for XLConnect with the package installer in CRAN binaries (R 2.15.1 GUI 1.52) and found nothing. Here what I get from the R prompt... install.packages(XLConnect) Installing package(s) into ‘/Users/rrodriguez/Library/R/2.15/library’ (as ‘lib’ is unspecified) Warning