[R] Error when invoking x11()

2010-05-04 Thread Alex Chelminsky
I'm running an instance of R under Solaris 10.(sun4u sparc). When I invoke the x11() interface, I get the following error: > x11() Error in x11() : X11 module cannot be loaded In addition: Warning message: In x11() : unable to load shared library '/usr/local/lib/R/modules//R_X11.so': ld.so.1:

[R] Setting thevalue of max in calls to sqlGetResults

2010-01-24 Thread Alex Chelminsky
I have compiled and linked a 64 bit version of R (R 2.9.2) and the corresponding unix ODBC 64 bit package When issuing a SqlQuery, I get the following error > library(RODBC) > channel <- odbcConnect("OraLSH", , ) > sqlQuery(channel,"select sysdate from dual") Error in .Call(C_RODBCFetchRows, att

[R] Setting the value of max in calls to sqlGetResults

2010-01-24 Thread Alex Chelminsky
I have compiled and linked a 64 bit version of R (R 2.9.2) and the corresponding unix ODBC 64 bit package When issuing a SqlQuery, I get the following error > library(RODBC) > channel <- odbcConnect("OraLSH", , ) > sqlQuery(channel,"select sysdate from dual") Error in .Call(C_RODBCFetchRows, att

[R] Run time error when executing sqlQuery using the 64-bit version of R with 64-bit RODBC package in a Solaris 10 Sparc machine.

2009-12-19 Thread Alex Chelminsky
I have compiled and linked a 64 bit version of R (R 2.9.2) and the corresponding unix ODBC 64 bit package The red highlighted text below is the error I'm getting trying to when invoking a sqlQuery > library(RODBC) > channel <- odbcConnect("OraLSH", , ) > sqlQuery(channel,"select sysdate from dua