[R] XLConnect error - not implemented yet

2013-11-19 Thread Barry King
When using XLConnect's readWorksheet, instead of it correctly reading
string and numeric columns, I receive NA's with the following message:

 Error when trying to evaluate cell A2 - not implemented yet

I do not know what this means.  Can anyone please assist?

-- 
__
*Barry E. King, Ph.D.*
Chief Modeler
Qualex Consulting Services, Inc.
barry.k...@qlx.com
O: (317)940-5464
M: (317)507-0661
__

[[alternative HTML version deleted]]

__
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.


Re: [R] XLConnect error - not implemented yet

2013-11-19 Thread Rui Barradas

Hello,

I believe this is the sort of error message you should ask the 
maintainer about.


maintainer('XLConnect')
[1] Martin Studer martin.stu...@mirai-solutions.com

Hope this helps,

Rui Barradas

Em 19-11-2013 15:49, Barry King escreveu:

When using XLConnect's readWorksheet, instead of it correctly reading
string and numeric columns, I receive NA's with the following message:

 Error when trying to evaluate cell A2 - not implemented yet

I do not know what this means.  Can anyone please assist?



__
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.


Re: [R] XLConnect Error

2011-11-04 Thread Martin Studer
Hi Daniel,

you can get Java from http://www.java.com/en/download/manual.jsp?locale=en
Simply download and follow the instructions.
Hope that helps.

Martin

--
View this message in context: 
http://r.789695.n4.nabble.com/XLConnect-Error-tp3628528p3991681.html
Sent from the R help mailing list archive at Nabble.com.

__
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.


Re: [R] XLConnect Error

2011-11-03 Thread dcelta
Hi,
I am having the same issue as described by the original subscriber  

can you offer any guidance on how to install Java ???  Do I need to do this
from the R command line ???

or do I need to do this outside of the application??


Thanks

Daniel

--
View this message in context: 
http://r.789695.n4.nabble.com/XLConnect-Error-tp3628528p3986491.html
Sent from the R help mailing list archive at Nabble.com.

__
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.


[R] XLConnect Error

2011-06-27 Thread wwreith
Any ideas of what is happening when I attempt to load XLConnect? I think I
installed everything correctly. I posted what I get when I installed rJava
as well as when I attempted to load rJava directly. Thanks in advance for
any help you can give on this. 

library(XLConnect)
Loading required package: XLConnectJars
Loading required package: rJava
Error : .onLoad failed in loadNamespace() for 'rJava', details:
  call: fun(...)
  error: JAVA_HOME cannot be found from the Registry
Error: package 'rJava' could not be loaded

This is the mesage I get when I install rjava:

Installing package(s) into ‘C:/Users/550062/Documents/R/win-library/2.13’
(as ‘lib’ is unspecified)
trying URL
'http://cran.opensourceresources.org/bin/windows/contrib/2.13/rJava_0.9-0.zip'
Content type 'application/zip' length 654181 bytes (638 Kb)
opened URL
downloaded 638 Kb

package 'rJava' successfully unpacked and MD5 sums checked

The downloaded packages are in
C:\Users\550062\AppData\Local\Temp\RtmppIjwgg\downloaded_packages

If I try loading rJava directly I get the samer error as XLConnect:

 library(rJava)
Error : .onLoad failed in loadNamespace() for 'rJava', details:
  call: fun(...)
  error: JAVA_HOME cannot be found from the Registry
Error: package/namespace load failed for 'rJava

--
View this message in context: 
http://r.789695.n4.nabble.com/XLConnect-Error-tp3628528p3628528.html
Sent from the R help mailing list archive at Nabble.com.

__
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.


Re: [R] XLConnect Error

2011-06-27 Thread Uwe Ligges



On 27.06.2011 20:48, wwreith wrote:

Any ideas of what is happening when I attempt to load XLConnect? I think I
installed everything correctly. I posted what I get when I installed rJava
as well as when I attempted to load rJava directly. Thanks in advance for
any help you can give on this.

library(XLConnect)
Loading required package: XLConnectJars
Loading required package: rJava
Error : .onLoad failed in loadNamespace() for 'rJava', details:
   call: fun(...)
   error: JAVA_HOME cannot be found from the Registry
Error: package 'rJava' could not be loaded

This is the mesage I get when I install rjava:

Installing package(s) into ‘C:/Users/550062/Documents/R/win-library/2.13’
(as ‘lib’ is unspecified)
trying URL
'http://cran.opensourceresources.org/bin/windows/contrib/2.13/rJava_0.9-0.zip'
Content type 'application/zip' length 654181 bytes (638 Kb)
opened URL
downloaded 638 Kb

package 'rJava' successfully unpacked and MD5 sums checked

The downloaded packages are in
C:\Users\550062\AppData\Local\Temp\RtmppIjwgg\downloaded_packages

If I try loading rJava directly I get the samer error as XLConnect:


library(rJava)

Error : .onLoad failed in loadNamespace() for 'rJava', details:
   call: fun(...)
   error: JAVA_HOME cannot be found from the Registry
Error: package/namespace load failed for 'rJava



Obvious question is: Do you have Java installed? Is this 32- or 64-bit 
R? And Java? The other output suggests we are talking about Windows 7 as 
the OS?


Quoting the footer:
 PLEASE do read the posting guide 
http://www.R-project.org/posting-guide.html


Uwe Ligges




--
View this message in context: 
http://r.789695.n4.nabble.com/XLConnect-Error-tp3628528p3628528.html
Sent from the R help mailing list archive at Nabble.com.

__
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.


__
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.