How to uninstall R and RStudio with all packages, settings and everything else?

谁说我不能喝 提交于 2020-01-14 02:59:08

问题


I messed up something and there is a problem with tidyverse. Tried to find a solution but spend lots of time without result.

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?


回答1:


  1. Uninstall R and RStudio from Windows "Programs and Features" menu.

  2. Delete everything in folders that was shown after running .libPaths() in R.

  3. Delete everything in c:\Users\%USERNAME%\AppData\Local\RStudio-Desktop\

  4. Install R and after Rstudio.

All packages where deleted and I think all Rstudio settings too.



来源:https://stackoverflow.com/questions/55204017/how-to-uninstall-r-and-rstudio-with-all-packages-settings-and-everything-else

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!