jashubbard / edfR

an R package for importing EDF files from Eyelink eyetrackers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can not successful library(edfR)

psysungeng opened this issue · comments

when I library(edfR) in Rstudio, I got an error in my console

Error: package or namespace load failed for ‘edfR’ in dyn.load(file, DLLpath = DLLpath, ...): unable to load shared object‘/Library/Frameworks/R.framework/Versions/3.6/Resources/library/edfR/libs/edfR.so’:: dlopen(/Library/Frameworks/R.framework/Versions/3.6/Resources/library/edfR/libs/edfR.so, 6): Library not loaded: @executable_path/../Frameworks/edfapi.framework/Versions/A/edfapi Referenced from: /Library/Frameworks/R.framework/Versions/3.6/Resources/library/edfR/libs/edfR.so Reason: image not found

And I have installed SR Research's API
image

So, How can I solve this error?
Looking forward to your reply!!