The R Project SVN R

Rev

Rev 56186 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
44805 jmc 1
% File src/library/methods/man/methods-deprecated.Rd
2
% Part of the R package, http://www.R-project.org
59039 ripley 3
% Copyright 1995-2009 R Core Team
44805 jmc 4
% Distributed under GPL 2 or later
5
 
6
\name{methods-deprecated}
56186 murdoch 7
\alias{methods-deprecated}
49733 maechler 8
%----- NOTE:  ../R/methods-deprecated.R   must be synchronized with this!
55914 hornik 9
\title{Deprecated Functions in Package \pkg{methods}}
49733 maechler 10
%----- PLEASE: put \alias{.} here for EACH ! --- Do not remove this file, even when ``empty''
11
%
44805 jmc 12
\description{
13
  These functions are provided for compatibility with older versions of
14
  \R only, and may be defunct as soon as the next release.
15
}
16
\details{
17
  The original help page for these functions is often
18
  available at \code{help("oldName-deprecated")} (note the quotes).
19
  Functions in packages other than the methods package are listed in
20
  \code{help("pkg-deprecated")}.
21
}
22
\seealso{
49733 maechler 23
  \code{\link{Deprecated}}, \code{\link{methods-defunct}}
44805 jmc 24
}
25
\keyword{internal}
49733 maechler 26
\keyword{misc}