This help topic is for R version 1.7.1. For the current version of R, try https://stat.ethz.ch/R-manual/R-patched/library/base/html/remove.packages.html
remove.packages {base}R Documentation

Remove Installed Packages

Description

Removes installed packages and updates index information as necessary.

Usage

remove.packages(pkgs, lib, version)

Arguments

pkgs

a character vector with the names of the packages to be removed.

lib

a character string giving the library directory to move the packages from.

version

A character string specifying a specific version of the package to remove. If none is provided, the system will remove an unversioned install of the package.

See Also

REMOVE for a command line version; install.packages for installing packages.


[Package base version 1.7.1 ]