.find.package(...)
.path.package(...).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.
Deprecated