The R Project SVN R

Rev

Rev 9615 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

\name{Deprecated}
%------ NOTE:  ../R/Deprecated.R   must be synchronized with this!
\title{Deprecated Functions}
\alias{Deprecated}
\alias{.Deprecated}
\usage{
getenv(x)

.Deprecated(new)
}
%------ PLEASE: put \alias{.} here for  EACH !
%
\alias{getenv}
\description{
  These functions are provided for compatibility with older versions of
  \R only, and may be defunct as soon as of the next release.

  \code{.Deprecated("<new name>")} is called from deprecated functions.

  \code{getenv} is a deprecated altenative name for \code{\link{Sys.getenv}}.

  \code{save(, oldstyle=TRUE)} is deprecated, and will be removed from
  \R version 1.3.0.
}
\seealso{\code{\link{Defunct}}}
%\examples{
%save.plot # to see how the ``Deprecated'' reference is made automagically
%}
\keyword{documentation}
\keyword{utilities}