install homals package: error

Hi,

I'm trying to install the Homals package - library(homals), but keep getting this error message:

> library(homals)
Error : .onLoad failed in loadNamespace() for 'rgl', details:
  call: dyn.load(file, DLLpath = DLLpath, ...)
  error: unable to load shared object '/Library/Frameworks/R.framework/Versions/3.3/Resources/library/rgl/libs/rgl.so':
  dlopen(/Library/Frameworks/R.framework/Versions/3.3/Resources/library/rgl/libs/rgl.so, 6): Library not loaded: /opt/X11/lib/libGLU.1.dylib
  Referenced from: /Library/Frameworks/R.framework/Versions/3.3/Resources/library/rgl/libs/rgl.so
  Reason: image not found
Error: package or namespace load failed for ‘homals’

I have a couple of my colleagues to run the same code, the same thing happens. Any solutions for this? thank you.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.