Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unknown loading error #52

Open
jmhallas opened this issue May 21, 2021 · 1 comment
Open

Unknown loading error #52

jmhallas opened this issue May 21, 2021 · 1 comment

Comments

@jmhallas
Copy link

Hi,

I used this package a number of months ago and everything worked perfectly. Now, however, I am receiving this error, and have no idea as to why the package won't load as it has in the past.

Any advise would be greatly appreciated.

** testing if installed package can be loaded from temporary location
Error: package or namespace load failed for ‘rEEMSplots’ in dyn.load(file, DLLpath = DLLpath, ...):
 unable to load shared object '/Users/joshuahallas/Library/R/4.0/library/00LOCK-rEEMSplots/00new/rEEMSplots/libs/rEEMSplots.so':
  dlopen(/Users/joshuahallas/Library/R/4.0/library/00LOCK-rEEMSplots/00new/rEEMSplots/libs/rEEMSplots.so, 6): Library not loaded: /Library/Frameworks/R.framework/Versions/3.5/Resources/lib/libR.dylib
  Referenced from: /Users/joshuahallas/Library/R/4.0/library/00LOCK-rEEMSplots/00new/rEEMSplots/libs/rEEMSplots.so
  Reason: image not found
Error: loading failed
Execution halted
ERROR: loading failed
* removing ‘/Users/joshuahallas/Library/R/4.0/library/rEEMSplots’
Warning in install.packages :
  installation of package ‘rEEMSplots’ had non-zero exit status
@dipetkov
Copy link
Owner

dipetkov commented Aug 8, 2021

The error message is cryptic but it references two R versions: 3.5 and 4.0.

In general it's a good idea to re-install all packages after upgrading the base R version. I simply delete the old library and install packages anew as needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants