I'm attempting to use GLMr (v 3.1.10) on OS X El Capitan (v 10.11.1) and receive the following error when evaluating run_glm(...):
dyld: Library not loaded: libifcore.dylib
Referenced from: /Library/Frameworks/R.framework/Versions/3.2/Resources/library/GLMr/exec/macglm
Reason: image not found
[1] 5
I've tried pointing 'DYLD_LIBRARY_PATH' and 'DYLD_FALLBACK_LIBRARY_PATH' to the .dylib files in */extbin/macGLM/bin/ via the terminal to no avail. Any help on this front is greatly appreciated.
Thanks!