| Defunct {base} | R Documentation |
Marking Objects as Defunct
Description
When a function is removed fromR it should be replaced by a functionwhich calls.Defunct.
Usage
.Defunct(new, package = NULL, msg)Arguments
new | character string: A suggestion for a replacement function. |
package | character string: The package to be used when suggesting where thedefunct function might be listed. |
msg | character string: A message to be printed, if missing a defaultmessage is used. |
Details
.Defunct is called from defunct functions.These should be listed inhelp("pkg-defunct")for an appropriatepkg, includingbase.The alias of the defunct function is added to the same file.
.Defunct signals an error of class"defunctError"with fieldsold,new, andpackage.
See Also
help("base-defunct") and so on which list the defunctfunctions in the packages.
[Packagebase version 4.6.0Index]