R CMD REMOVE [options] [-l lib] pkgs
R CMD REMOVE pkgs
without explicitly specifying
lib
, packages are removed from the library tree rooted at the
first directory in the library path which would be used by R run in
the current environment. To remove from the library tree lib
instead of the default
one, use R CMD REMOVE -l lib pkgs
.
Use R CMD REMOVE --help
for more usage information.
INSTALL
, remove.packages