I am getting the following error when installing rrggobi:
Error in inDL(x, as.logical(local), as.logical(now), ...) :
unable to load shared object 'C:/Program Files/R/R-3.0.2/library/rggobi/libs/x64/rggobi.dll':
LoadLibrary failure: The specified module could not be found.
Error : .onLoad failed in loadNamespace() for 'rggobi', details:
call: fun(libname, pkgname)
error: Could not load the rggobi library - please ensure GGobi is on the library path
Error: package or namespace load failed for ‘rggobi’
yet:
Y:\>c:
C:\>cd C:/Program Files/R/R-3.0.2/library/rggobi/libs/x64
C:\Program Files\R\R-3.0.2\library\rggobi\libs\x64>dir
Volume in drive C is OS
Volume Serial Number is 0206-B417
Directory of C:\Program Files\R\R-3.0.2\library\rggobi\libs\x64
17/11/2013 16:33 <DIR> .
17/11/2013 16:33 <DIR> ..
17/11/2013 16:33 79,872 rggobi.dll
17/11/2013 16:33 5,471 symbols.rds
2 File(s) 85,343 bytes
2 Dir(s) 69,279,289,344 bytes free
C:\Program Files\R\R-3.0.2\library\rggobi\libs\x64>
So the library is there, it's just still giving me this error.
Strangely, I still have R 2.15 installed and that seems to work fine.
I am running 64 bit R under 64 bit windows.
Any hint at what the problem could be here? Thanks.