The R Project SVN R

Rev

Rev 68948 | 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
68948 ripley 2
% Part of the R package, https://www.R-project.org
78220 maechler 3
% Copyright 1995-2020 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{
78220 maechler 13
  (Currently none)
14
 
44805 jmc 15
  These functions are provided for compatibility with older versions of
16
  \R only, and may be defunct as soon as the next release.
17
}
18
\details{
19
  The original help page for these functions is often
20
  available at \code{help("oldName-deprecated")} (note the quotes).
21
  Functions in packages other than the methods package are listed in
22
  \code{help("pkg-deprecated")}.
23
}
24
\seealso{
49733 maechler 25
  \code{\link{Deprecated}}, \code{\link{methods-defunct}}
44805 jmc 26
}
27
\keyword{internal}
49733 maechler 28
\keyword{misc}