[R] Problems loading xlsx

2013-11-07 Thread Barrett Gady
does anyone know how to resolve Error: .onLoad failed in loadNamespace() for ‘xlsxjars’ I can’t seem to get this package to load on my windows 7 install of R3.02 Sent from Windows Mail [[alternative HTML version deleted]] __

Re: [R] Problems loading xlsx

2013-11-07 Thread David Winsemius
On Nov 7, 2013, at 12:55 PM, Barrett Gady wrote: does anyone know how to resolve Error: .onLoad failed in loadNamespace() for ‘xlsxjars’ I can’t seem to get this package to load on my windows 7 install of R3.02 It appears that you did not install all the depndencies for package xlsx.

Re: [R] Problems loading xlsx

2010-11-15 Thread Paolo Rossi
Thanks Jim that is my second best option but would hope to get xlsx working as it seems a more coveninet fit to xlsx files Paolo On 15 November 2010 00:12, jim holtman jholt...@gmail.com wrote: If you are running on WIndows, I would suggest that you use the RODBC package and the

[R] Problems loading xlsx

2010-11-14 Thread Paolo Rossi
Hi all, I am trying to run the package xlsx to read Excel 2007 files and I am getting the error below. library(xlsx) Loading required package: xlsxjars Loading required package: rJava Error : .onLoad failed in loadNamespace() for 'xlsxjars', details: call: .jinit() error: cannot obtain

[R] Problems loading xlsx

2010-11-14 Thread Paolo Rossi
Hi all, I am trying to run the package xlsx to read Excel 2007 files and I am getting the error below. library(xlsx) Loading required package: xlsxjars Loading required package: rJava Error : .onLoad failed in loadNamespace() for 'xlsxjars', details: call: .jinit() error: cannot obtain

Re: [R] Problems loading xlsx

2010-11-14 Thread jim holtman
If you are running on WIndows, I would suggest that you use the RODBC package and the odbcConnectExcel2007 function. I have had reasonable success with this. On Sun, Nov 14, 2010 at 3:23 PM, Paolo Rossi statmailingli...@googlemail.com wrote: Hi all, I am trying to run the package xlsx to