Rev 28372 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
\name{REMOVE}\title{Remove Add-on Packages}\alias{REMOVE}\usage{R CMD REMOVE [-l lib] pkgs}\arguments{\item{pkgs}{a list with the names of the packages to be removed.}\item{lib}{the path name of the \R library tree to remove from. Maybe absolute or relative.}}\description{Use \code{R CMD REMOVE pkgs} to remove the packages in \code{pkgs} fromthe default library tree (which is rooted at\file{\$R\_HOME/library}).To remove from the library tree \code{lib} instead of the defaultone, use \code{R CMD REMOVE -l lib pkgs}.}\details{Windows Perl and the files for installing from source packages need tobe installed.}\seealso{\code{\link{INSTALL}}}\keyword{utilities}