I am using Bioconductor 3.2, R 3.2.3 and cannot seem to get Lumi to operate. Everytime I try to initaite lumi I get this error
> library(lumi)
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.2/Resources/library/rgl/libs/rgl.so':
dlopen(/Library/Frameworks/R.framework/Versions/3.2/Resources/library/rgl/libs/rgl.so, 6): Library not loaded: /opt/X11/lib/libGLU.1.dylib
Referenced from: /Library/Frameworks/R.framework/Versions/3.2/Resources/library/rgl/libs/rgl.so
Reason: image not found
Error: package or namespace load failed for ‘lumi’
I have uninstalled and re-installed R and tried installing thorugh package instead of using biocLite. I was only able to get it to work for a short amount of time but I had to use an older version of R which is not compatible with lumiHumanAll.db which I also need.
Any help would be appreciated
Also note that according to the XQuartz doc, after installing XQuartz, you need to log out of your Mac and log back in before XQuartz will work.