| Deprecated {base} | R Documentation |
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)
.Deprecated("<new name>") is called from deprecated
functions. The original help page for these functions is often
available at help("oldName-deprecated") (note the quotes).
Machine() and Platform() are functions returning the
variables .Machine and .Platform
respectively.
restart() should be replaced by try(), in preparation
for an exception-based implementation. If you use restart() in
a way that cannot be replaced with try() then ask for help on r-devel.