Rstudio on macOS Catalina (10.15.3)

This is driving me crazy, and it's not even my machine.

Here's another blind guess, if you're comfortable editing your path in vi or another text editor: copy the existing path and comment out one of them. Move all of the /usr/local paths to the end.

My hypothesis is that if there are brew installations that conflict, moving them to the end will "intercept" them and allow the system versions to be loaded preferentially.

After doing that

$ source .profile
$ source .bash_profile

from your home directory.

If that doesn't work, please run

$ /Applications/RStudio.app/Contents/MacOS/diagnostics

and cut and paste down to

User prefs: /Users/rc/.config/rstudio/rstudio-prefs.json

and we'll try to parse that

so I got it!

I tried everything you told me but in the end I reset my MacBook. Now (I have absolutely no clue why) it works! After resetting my Mac I downloaded R and Rstudio again and now I can start RStudio!

Thank you very much for everything!

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