clusterfly icon indicating copy to clipboard operation
clusterfly copied to clipboard

Dependency issue with rgobbi

Open hack-r opened this issue 9 years ago • 7 comments

Prof. Wickham,

Perhaps this issue should not be directed towards clusterfly, but rather it's dependency.

I cannot get the package to load due to some inexplicable problem loading rgobbi.dll on Windows.

I posted this issue to StackOverflow and 1 other user confirmed that they have the same result.

https://stackoverflow.com/questions/30245209/cant-load-rggobi-dll-though-it-appears-to-be-available?noredirect=1#comment48606432_30245209

> pacman::p_load(caret, clusterfly, devtools, geonames, inTrees, mclust, party, 
+                RDSTK, reshape, ROCR, RRF, sqldf, stringi, tree, xlsx)
Error in inDL(x, as.logical(local), as.logical(now), ...) : 
  unable to load shared object 'C:/Program Files/R/R-3.2.0/library/rggobi/libs/x64/rggobi.dll':
  LoadLibrary failure:  The specified path is invalid.

Failed with error:  ‘package ‘rggobi’ could not be loaded’
trying URL 'http://cran.rstudio.com/bin/windows/contrib/3.2/clusterfly_0.4.zip'
Content type 'application/zip' length 64469 bytes (62 KB)
downloaded 62 KB

package ‘clusterfly’ successfully unpacked and MD5 sums checked

The downloaded binary packages are in
    C:\Users\hackr\AppData\Local\Temp\RtmpopFKT2\downloaded_packages

clusterfly installed
Error in inDL(x, as.logical(local), as.logical(now), ...) : 
  unable to load shared object 'C:/Program Files/R/R-3.2.0/library/rggobi/libs/x64/rggobi.dll':
  LoadLibrary failure:  The specified path is invalid.

Failed with error:  ‘package ‘rggobi’ could not be loaded’
Warning message:
In pacman::p_load(caret, clusterfly, devtools, geonames, inTrees,  :
  Failed to install/load:
clusterfly

Thanks,

Jason

hack-r avatar May 15 '15 16:05 hack-r