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

2012-07-16 Thread Davor Cubranic
...@stat.ucla.edu] Sent: 14 July 2012 20:04 To: Rodriguez Fernandez, Ricardo Julio Cc: r-sig-mac@r-project.org Subject: Re: [R-SIG-Mac] installXLSXsupport() error You only loaded the JAR package, not the actual XLConnect package. install.packages(XLConnect) library(XLConnect) On Jul 14, 2012

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

2012-07-16 Thread Prof Brian Ripley
On 16/07/2012 17:17, Davor Cubranic wrote: You didn't have to go through the command line. In the R GUI's package installer, if you switched package repository to CRAN (sources), you would have found XLConnect there too. You don't mention the version of OS X you're running, but for me with Lion

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

2012-07-16 Thread Simon Urbanek
On Jul 16, 2012, at 12:43 PM, Prof Brian Ripley wrote: On 16/07/2012 17:17, Davor Cubranic wrote: You didn't have to go through the command line. In the R GUI's package installer, if you switched package repository to CRAN (sources), you would have found XLConnect there too. You don't

[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
concerned function. Thanks for your help! Ricardo From: Ian Fellows [ian.fell...@stat.ucla.edu] Sent: 14 July 2012 19:21 To: Rodriguez Fernandez, Ricardo Julio Cc: r-sig-mac@r-project.org Subject: Re: [R-SIG-Mac] installXLSXsupport() error much better support

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

2012-07-14 Thread Ian Fellows
From: Ian Fellows [ian.fell...@stat.ucla.edu] Sent: 14 July 2012 19:21 To: Rodriguez Fernandez, Ricardo Julio Cc: r-sig-mac@r-project.org Subject: Re: [R-SIG-Mac] installXLSXsupport() error much better support for Excel is available via the XLConnect and xlsx packages

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

2012-07-14 Thread R. Michael Weylandt michael.weyla...@gmail.com
From: Ian Fellows [ian.fell...@stat.ucla.edu] Sent: 14 July 2012 19:21 To: Rodriguez Fernandez, Ricardo Julio Cc: r-sig-mac@r-project.org Subject: Re: [R-SIG-Mac] installXLSXsupport() error much better support for Excel is available via the XLConnect and xlsx packages. I would

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

2012-07-14 Thread Ricardo.Julio.Rodriguez.Fernandez
. Cheers, Ricardo From: Ian Fellows [ian.fell...@stat.ucla.edu] Sent: 14 July 2012 20:04 To: Rodriguez Fernandez, Ricardo Julio Cc: r-sig-mac@r-project.org Subject: Re: [R-SIG-Mac] installXLSXsupport() error You only loaded the JAR package, not the actual