OpenMx does not work after updating R 3.6
Posted on

Forums
Hi everyone,
After updating R3.6, OpenMx doesn't work. My OS is macOS Mojave version10.14.5. I am pasting the error message I got. Any advice about it? Thanks in advance.
Veronica
Error: package or namespace load failed for ‘OpenMx’ in dyn.load(file, DLLpath = DLLpath, ...):
unable to load shared object '/Library/Frameworks/R.framework/Versions/3.6/Resources/library/OpenMx/libs/OpenMx.so':
dlopen(/Library/Frameworks/R.framework/Versions/3.6/Resources/library/OpenMx/libs/OpenMx.so, 6): Library not loaded: /usr/local/lib/libgomp.1.dylib
Referenced from: /Library/Frameworks/R.framework/Versions/3.6/Resources/library/OpenMx/libs/OpenMx.so
Reason: image not found
source of binary?
Log in or register to post comments
In reply to source of binary? by AdminRobK
From your repository...
Log in or register to post comments
New one coming in the next few days
A the (new) version of OpenMx on our repository should resolve any issue with R 3.6
source("https://openmx.ssri.psu.edu/getOpenMx.R")
note too:
install.packages("OpenMx")
from CRAN will always allow you to keep working.Log in or register to post comments
In reply to New one coming in the next few days by tbates
It works now. I really
Log in or register to post comments