Complete remove and reinstall R, including all packages

后端 未结 1 745
慢半拍i
慢半拍i 2021-02-01 15:10

After some heavy tinkering, I must have screwed up my R installation and some package permissions. Rather than try to fix it, I just want to wipe and reinstall everything. So I

相关标签:
1条回答
  • 2021-02-01 15:57

    In R, you can use the .libPaths() instruction (or R -e '.libPaths()' in terminal) to know where your packages are installed. Delete those folders and reinstall.

    0 讨论(0)
提交回复
热议问题