Unable to load packages on 3.6.3 for mac

I am new to R and have just tried to download the package tidyverse.

When I try to load the package though it comes up with an error.
I've been trying for a few hours to try to work out why this is happening, including removing and re-downloading R, but the error message is still coming up.

I would be so grateful for any advice.

library(tidyverse)
Error: package or namespace load failed for ‘tidyverse’ in dyn.load(file, DLLpath = DLLpath, ...):
unable to load shared object '/Library/Frameworks/R.framework/Versions/3.6/Resources/library/dplyr/libs/dplyr.so':
dlopen(/Library/Frameworks/R.framework/Versions/3.6/Resources/library/dplyr/libs/dplyr.so, 6): Symbol not found: ___cxa_uncaught_exceptions
Referenced from: /Library/Frameworks/R.framework/Versions/3.6/Resources/lib/libc++.1.dylib
Expected in: /usr/lib/libc++abi.dylib
in /Library/Frameworks/R.framework/Versions/3.6/Resources/lib/libc++.1.dylib

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.