Ever since I updated R to version 3.5.0, my R studio stopped working correctly. It crashes more frequently, and often times I have to reload R studio after running a line of code in order to see the results. IE I'll run glimpse on a dataframe, and then nothing will happen until I right click and click reload. I think it's still running, my R-Studio console just isn't updating after it's run. Any one else had this problem / know of a solution?
R 3.5 had some pretty big upates.
As a simple suggested fix, could you uninstall/reinstall RStudio, update all your packages, and give it a retry?
- Latest RStudio download.
- updating packages
update.packages
You can also use RStudio's package tab (next to the plots tab).
Failing that, system information would be quite helpful.