The R Project SVN R

Rev

Rev 11009 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

\name{REMOVE}
\title{Remove Add-on Packages}
\alias{REMOVE}
\usage{Rcmd 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.  May
    be absolute or relative.} 
}
\description{
    Use \code{Rcmd REMOVE pkgs} to remove the packages in \code{pkgs} from
    the default library tree (which is rooted at
    \file{\$R\_HOME/library}).

    To remove from the library tree \code{lib} instead of the default
    one, use \code{Rcmd REMOVE -l lib pkgs}.
}
\seealso{
  \code{\link{INSTALL}}
}
\keyword{utilities}