error after updating RStudio Version 1.3.959

After updating RStudio no longer seems to fund my libraries.

R> 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/scales/libs/scales.so':
dlopen(/Library/Frameworks/R.framework/Versions/3.6/Resources/library/scales/libs/scales.so, 6): Library not loaded: /Library/Frameworks/R.framework/Versions/3.5/Resources/lib/libR.dylib
Referenced from: /Library/Frameworks/R.framework/Versions/3.6/Resources/library/scales/libs/scales.so
Reason: image not found

How do I tell REStudio where to find my libraries? I have already tried to re-install tidyverse but this didn't fix the problem.

Thanks

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