Skip to content

Can R read open office.org Calc files

3 messages · Shane Carey, Rainer Schuermann, David Winsemius

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

            
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")