[R] Can R read open office.org Calc files

David Winsemius dwinsemius at comcast.net
Thu Mar 28 19:24:42 CET 2013


On Mar 28, 2013, at 10:40 AM, Rainer Schuermann wrote:

> This might help:
> http://www.omegahat.org/ROpenOffice/
> Rgds,
> Rainer

Just to save some people some time, I will add that the ROpenOffice package depends on the RCompression package and will not install on R3.0.0 beta until you also reinstall that package.

I needed to download each to my User directory and then run:

install.packages("~/Rcompression_0.93-2.tar.gz", repos=NULL, type="source")
install.packages("~/ROpenOffice_0.4-0.tar.gz", repos=NULL, type="source")

> On Thursday 28 March 2013 17:32:23 Shane Carey wrote:
>> Hi,
>> 
>> Can R read open office.org Calc files
>> 
>> Thanks
> 
-- 

David Winsemius
Alameda, CA, USA



More information about the R-help mailing list