Rev 75234 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
% File src/library/base/man/Defunct.Rd% Part of the R package, https://www.R-project.org% Copyright 1995-2007 R Core Team% Distributed under GPL 2 or later\name{Defunct}\title{Marking Objects as Defunct}\alias{Defunct}\alias{.Defunct}\alias{defunct}\description{When a function is removed from \R it should be replaced by a functionwhich calls \code{.Defunct}.}\usage{.Defunct(new, package = NULL, msg)}\arguments{\item{new}{character string: A suggestion for a replacement function.}\item{package}{character string: The package to be used when suggesting where thedefunct function might be listed.}\item{msg}{character string: A message to be printed, if missing a defaultmessage is used.}}\details{\code{.Defunct} is called from defunct functions. Functions should belisted in \code{help("pkg-defunct")} for an appropriate \code{pkg},including \code{base} (with the alias added to the respective Rdfile).\code{.Defunct} signals an error of class \code{defunctError}with fields \code{old}, \code{new}, and \code{package}.}\seealso{\code{\link{Deprecated}}.\code{base-defunct} and so on which list the defunct functionsin the packages.}\keyword{documentation}\keyword{utilities}