An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20130328/585a0f8f/attachment.pl>
Can R read open office.org Calc files
3 messages · Shane Carey, Rainer Schuermann, David Winsemius
This might help: http://www.omegahat.org/ROpenOffice/ Rgds, Rainer
On Thursday 28 March 2013 17:32:23 Shane Carey wrote:
Hi, Can R read open office.org Calc files Thanks
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