Displaying 2 results from an estimated 2 matches for "sranney".
Did you mean:
ranney
2012 Oct 15
1
rJava install - "%1 is not a valid Win32 application."
...into R (2.15.1,
64-bit version), I get the following error:
> require(rJava)
Loading required package: rJava
Error : .onLoad failed in loadNamespace() for 'rJava', details:
call: inDL(x, as.logical(local), as.logical(now), ...)
error: unable to load shared object
'C:/Users/sranney/Documents/R/win-library/2.15/rJava/libs/x64/rJava.dll':
LoadLibrary failure: %1 is not a valid Win32 application.
I have verified that the file R is looking for is in the appropriate place,
but I continue to get the error. I have tried to download rJava from
another source, but still get...
2012 Oct 26
1
Package RODBC sqlQueries
...= sqlQuery(db, SELECT tblDataFieldRawSiteVisit.*
FROM tblDataFieldRawSiteVisit
WHERE (((tblDataFieldRawSiteVisit.dataForm)="Oyster Transition Plan
Site Mapping Detail"));)
I get the following error message:
Error in source(.trPaths[5], echo = TRUE, max.deparse.length = 150) :
C:\Users\sranney\AppData\Roaming\Tinn-R\tmp\selection.r:2:32:
unexpected symbol
1: db <<- odbcConnectAccess2007(paste(dbPath, dbName, sep = ''))
2: testData = sqlQuery(db, SELECT tblDataFieldRawSiteVisit.
^
Previous RODBC/SQL statements used by other coders at my firm...