New version of RStudio not responding

I uninstalled the old version of RStudio and installed the new version. RStudio begins with the installation package, so the path .Rprofileand .Rhistoryset correctly.

RStudio allows me, for example, EDIT> clear console, under Codein the menu bar - it responds to the source file .. nothing else besides this! Clicking on other parts, such as File> Open File, does not respond.

Closing RStudio is not closed and should be closed by brute force ctrl+ alt+ del, any ideas why this is happening?

+3
source share
1 answer

, - RStudio. . .

RStudio , (. ), :

1) Remove temporarily files .Rprofile and .Rhistory from your working directory
2) Install new version from scratch (Uninstall not working RStudio)
3) Start RStudio (Save and close RStudio) - it crease new files in your working directory
4) Rewrite the files with the old once and you ready to go
+1

All Articles