ML_for_Hackers icon indicating copy to clipboard operation
ML_for_Hackers copied to clipboard

digest package on OSX

Open paul-english opened this issue 12 years ago • 2 comments

While trying to install the necessary packages using source('package_installer.R') I run into these errors,

Error in library.dynam(lib, package, package.lib) : 
  shared object ‘digest.so’ not found
ERROR: lazy loading failed for package ‘memoise’
* removing ‘/usr/local/Cellar/r/2.14.1/R.framework/Versions/2.14/Resources/library/memoise’
ERROR: dependency ‘memoise’ is not available for package ‘ggplot2’
* removing ‘/usr/local/Cellar/r/2.14.1/R.framework/Versions/2.14/Resources/library/ggplot2’

Is there an issue in my R install, that may be stopping the digest package dependency from installing correctly?

paul-english avatar Apr 01 '12 09:04 paul-english

I have exactly the same issue (Mac OS X 10.7.3, R-2.15.0)

mhofert avatar Apr 22 '12 17:04 mhofert

You could try to install the digest package from the Mac OS X binary: http://cran.r-project.org/web/packages/digest/

drewconway avatar May 22 '12 13:05 drewconway