Rstudio 打不开
Rstudio is not opening
它只是说
loading workspace from ~/.Rdata...
而且轮子一直在旋转。
我试过卸载并重新安装 Rstudio。我尝试了会话下拉列表中的 Interrupt R
、Terminate R
和 Restart R
。有什么想法吗?
我记得我曾经遇到过这种情况,我相信解决方案是删除它试图加载的 .Rdata 文件。如果您需要它,请移动它,然后在它最终启动后尝试从 RStudio 中加载。
不打算作为对特定问题的回答:
loading workspace from ~/.Rdata...
但我在 RStudio 中遇到了类似的问题,只是在重启后旋转并且删除 .Rdata 文件没有帮助。
“源代码”窗格中打开了一个选项卡,用于使用 url.show()
从 URL 查看 XML。最终 RStudio 在大约 10 分钟无响应后加载,当我关闭该选项卡并重新启动 RStudio 时,它正常启动。我不确定如果 XML 太大而无法加载到内存中并且 RStudio 一直试图打开它,尽管 'official comment' 在这个 RStudio 支持社区问题上的位置未保存的脚本标签可能有帮助:
The project folder contains a hidden folder called .Rproj.user, which contains most of RStudio's state for the project. If you search in the subfolders of .Rproj.user for folders named sdb (short for "source database"), you may find some files that have the contents of the unsaved tabs in JSON format.
These are internal RStudio state files and you may cause instability if they're removed or altered; we recommend a good backup system and version control for recovering data.
https://support.rstudio.com/hc/en-us/community/posts/203104668-rstudio-unsaved-script-tabs-loaction
在这个 SO 问题的评论中也提到了它:
删除 .Rdata 文件对我也没有帮助,我什至尝试重新安装。
只有在我删除整个文件夹 %LocalAppData%\RStudio-Desktop 后问题才得到解决
它只是说
loading workspace from ~/.Rdata...
而且轮子一直在旋转。
我试过卸载并重新安装 Rstudio。我尝试了会话下拉列表中的 Interrupt R
、Terminate R
和 Restart R
。有什么想法吗?
我记得我曾经遇到过这种情况,我相信解决方案是删除它试图加载的 .Rdata 文件。如果您需要它,请移动它,然后在它最终启动后尝试从 RStudio 中加载。
不打算作为对特定问题的回答:
loading workspace from ~/.Rdata...
但我在 RStudio 中遇到了类似的问题,只是在重启后旋转并且删除 .Rdata 文件没有帮助。
“源代码”窗格中打开了一个选项卡,用于使用 url.show()
从 URL 查看 XML。最终 RStudio 在大约 10 分钟无响应后加载,当我关闭该选项卡并重新启动 RStudio 时,它正常启动。我不确定如果 XML 太大而无法加载到内存中并且 RStudio 一直试图打开它,尽管 'official comment' 在这个 RStudio 支持社区问题上的位置未保存的脚本标签可能有帮助:
The project folder contains a hidden folder called .Rproj.user, which contains most of RStudio's state for the project. If you search in the subfolders of .Rproj.user for folders named sdb (short for "source database"), you may find some files that have the contents of the unsaved tabs in JSON format.
These are internal RStudio state files and you may cause instability if they're removed or altered; we recommend a good backup system and version control for recovering data.
https://support.rstudio.com/hc/en-us/community/posts/203104668-rstudio-unsaved-script-tabs-loaction
在这个 SO 问题的评论中也提到了它:
删除 .Rdata 文件对我也没有帮助,我什至尝试重新安装。
只有在我删除整个文件夹 %LocalAppData%\RStudio-Desktop 后问题才得到解决