girke-lab / ChemmineOB

OpenBabel wrapper package for R
Other
9 stars 5 forks source link

Error: package or namespace load failed for ‘ChemmineOB’ #13

Closed denzilc closed 3 years ago

denzilc commented 6 years ago

I repeatedly get this error

Error: package or namespace load failed for ‘ChemmineOB’:
 .onLoad failed in loadNamespace() for 'ChemmineOB', details:
  call: dyn.load(file, DLLpath = DLLpath, ...)
  error: unable to load shared object '/Library/Frameworks/R.framework/Versions/3.4/Resources/library/ChemmineOB/libs/ChemmineOB.so':
  dlopen(/Library/Frameworks/R.framework/Versions/3.4/Resources/library/ChemmineOB/libs/ChemmineOB.so, 10): Library not loaded: /usr/local/lib/libopenbabel.4.dylib
  Referenced from: /Library/Frameworks/R.framework/Versions/3.4/Resources/library/ChemmineOB/libs/ChemmineOB.so
  Reason: image not found

I'm on macOS High Sierra and R 3.4.2 - is there something I'm missing?