Rev 51301 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
% File src/library/base/man/Deprecated.Rd% Part of the R package, http://www.R-project.org% Copyright 1995-2010 R Core Development Team% Distributed under GPL 2 or later\name{Deprecated}\title{Marking Objects as Deprecated}\alias{Deprecated}\alias{.Deprecated}\description{When an object is about removed from \R it is first deprecated andshould include a call to \code{.Deprecated}.}\usage{.Deprecated(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 thedeprecated function might be listed.}\item{msg}{character string: A message to be printed, if missing a defaultmessage is used.}}\details{\code{.Deprecated("<new name>")} is called from deprecatedfunctions. The original help page for these functions is oftenavailable at \code{help("oldName-deprecated")} (note the quotes).Functions should be listed in \code{help("pkg-deprecated")} for anappropriate \code{pkg}, including \code{base}.}\seealso{\code{\link{Defunct}}\code{base-deprecated} and so on which list the deprecated functionsin the packages.}\keyword{documentation}\keyword{utilities}