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.
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.