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

Deprecated Functions

Description

These functions are provided for compatibility with older versions of R only, and may be defunct as soon as of the next release.

.Deprecated("<new name>") is called from deprecated functions.

provide allows code to register the names of packages that it encompasses. The argument is stored in the list .Provided. provide returns FALSE if the package was already present in .Provided or among the packages in search(). The main use for provide is when multiple packages share code. This is most likely when the code implements features present in S(-PLUS) but not in R.

Usage

.Deprecated(new)

provide(package)

See Also

Defunct


[Package base version 1.1 ]