You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm very new to R and am trying to install the course "R Programming" in swirl. I keep getting this error when I type install_course("R Programming")
Error in dyn.load(file, DLLpath = DLLpath, ...) :
unable to load shared object '/Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/library/curl/libs/curl.so':
dlopen(/Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/library/curl/libs/curl.so, 6): Symbol not found: _curl_easy_option_by_id
Referenced from: /Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/library/curl/libs/curl.so
Expected in: flat namespace
in /Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/library/curl/libs/curl.so
I'm not sure how to fix this? I did install.packages("curl") and install.packages("RCurl") and it didn't make any difference?
Thanks so much! I'm on MacOS Big Sur if it makes any difference.
The text was updated successfully, but these errors were encountered:
Hi, I'm very new to R and am trying to install the course "R Programming" in swirl. I keep getting this error when I type install_course("R Programming")
Error in dyn.load(file, DLLpath = DLLpath, ...) :
unable to load shared object '/Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/library/curl/libs/curl.so':
dlopen(/Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/library/curl/libs/curl.so, 6): Symbol not found: _curl_easy_option_by_id
Referenced from: /Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/library/curl/libs/curl.so
Expected in: flat namespace
in /Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/library/curl/libs/curl.so
I'm not sure how to fix this? I did install.packages("curl") and install.packages("RCurl") and it didn't make any difference?
Thanks so much! I'm on MacOS Big Sur if it makes any difference.
The text was updated successfully, but these errors were encountered: