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)
printNoClass(x, digits = NULL, quote = TRUE, na.print = NULL,
print.gap = NULL, right = FALSE, ...)
.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).
printNoClass
was in package methods
and calls directy the
internal function print.default
. It should no longer be needed.
tkfilefind
is a demo in package tcltk
displaying a
widget for selecting files but the same functionality is available in
a better form in the tkgetOpenFile
and tkgetSaveFile
functions. The demo is reported not even to work with recent versions
of Tcl and Tk libraries.
Defunct
,