Удалить пакет в R
uninstall.packages(c("reshape", "plyr")) # works even if the pkg is loaded
Grumpy Goose
uninstall.packages(c("reshape", "plyr")) # works even if the pkg is loaded
sudo apt-get remove r-base r-base-core