Rev 67599 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
% File src/library/utils/man/REMOVE.Rd% Part of the R package, https://www.R-project.org% Copyright 1995-2014 R Core Team% Distributed under GPL 2 or later\name{REMOVE}\alias{REMOVE}\title{Remove Add-on Packages}\description{Utility for removing add-on packages.}\usage{\special{R CMD REMOVE [options] [-l lib] pkgs}}\arguments{\item{pkgs}{a space-separated list with the names of the packages tobe removed.}\item{lib}{the path name of the \R library tree to remove from. Maybe absolute or relative. Also accepted in the form \samp{--library=lib}.}\item{options}{further options for help or version.}}\details{If used as \command{R CMD REMOVE pkgs} without explicitly specifying\code{lib}, packages are removed from the library tree rooted at thefirst directory in the library path which would be used by \R run inthe current environment.To remove from the library tree \code{\var{lib}} instead of the defaultone, use \command{R CMD REMOVE -l lib \var{pkgs}}.Use \command{R CMD REMOVE --help} for more usage information.}#ifdef unix\note{Some binary distributions of \R have \code{REMOVE} in a separatebundle, e.g.\sspace{}an \code{R-devel} RPM.}#endif\seealso{\code{\link{INSTALL}}, \code{\link{remove.packages}}}\keyword{utilities}