| base-deprecated {base} | R Documentation |
These functions are provided for compatibility with older versions of R only, and may be defunct as soon as the next release.
.find.package(...) .path.package(...)
... |
arguments to be passed to the public version of the function. |
.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.