base (version 3.0.3)

base-deprecated: Deprecated Functions in Package base

Description

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

Usage

.find.package(...) .path.package(...)

Arguments

...
arguments to be passed to the public version of the function.

Details

.find.package and .path.package were internal-only versions prior to R 2.13.0, and are now deprecated wrappers for find.package and path.package. The original help page for these functions is often available at help("oldName-deprecated") (note the quotes). Functions in standard packages other than the base package are listed in help("pkg-deprecated"), where pkg is replaced by the name of the package.

See Also

Deprecated