powered by
A wrapper for remove.packages. Usefull since it also works if the package is currently loaded into the workspace.
uninstall.packages(pkgs, lib, warning = TRUE, ...)
a character vector with the names of the packages to be removed.
a character vector giving the library directories to remove the packages from. If missing, defaults to the first element in .libPaths.
boolean (TRUE), should a message be printed in various cases.
currently ignored.
Invisible NULL
install.packages, remove.packages, install.packages.zip
install.packages
remove.packages
install.packages.zip
# NOT RUN { install.packages(c("reshape", "plyr")) require(plyr) uninstall.packages(c("reshape", "plyr")) install.packages(c("reshape", "plyr")) # }
Run the code above in your browser using DataLab