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 ______________________________________________ R-help@r-project.org 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.