如何使用所有软件包,设置和所有其他功能卸载R和RStudio?
我弄乱了东西,tidyverse出了问题.试图找到一种解决方案,但花了很多时间却没有结果.
如何在Windows上使用所有软件包,设置和所有其他工具卸载R和RStudio.我尝试通过Windows卸载菜单进行卸载,在我安装R和RStudio之后,再次出现了与以前安装时相同的软件包.如何清除与R和RStudio有关的所有内容,以便进行全新安装?
How to uninstall R and RStudio with all packages, settings and everything else on Windows. I tried to uninstall through Windows uninstall menu and after I installed R and RStudio again same packages appeared as they were installed before. How can I erase everything related to R and RStudio so I be able to make a fresh install?
-
从Windows程序和功能"菜单中卸载R和RStudio.
Uninstall R and RStudio from Windows "Programs and Features" menu.
删除在R中运行.libPaths()
后显示的文件夹中的所有内容.
Delete everything in folders that was shown after running .libPaths()
in R.
删除c:\Users\%USERNAME%\AppData\Local\RStudio-Desktop\
在Rstudio之后安装R.
Install R and after Rstudio.
所有软件包都已删除,我认为所有Rstudio设置也是如此.
All packages where deleted and I think all Rstudio settings too.