The R Project SVN R

Rev

Rev 59039 | Rev 71366 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 59039 Rev 61433
Line 12... Line 12...
12
\description{
12
\description{
13
Formally defined methods and classes for R objects, plus
13
Formally defined methods and classes for R objects, plus
14
other programming tools, as described in the references.
14
other programming tools, as described in the references.
15
}
15
}
16
\details{
16
\details{
17
  This package provides the \sQuote{S4} or \sQuote{S version 4} 
17
  This package provides the \sQuote{S4} or \sQuote{S version 4}
18
  approach to methods and classes in a functional language.
18
  approach to methods and classes in a functional language.
19
 
19
 
20
  See the documentation entries \code{\link{Classes}},
20
  See the documentation entries \code{\link{Classes}},
21
  \code{\link{Methods}}, and \code{\link{GenericFunctions}} for general discussion of these topics, at a
21
  \code{\link{Methods}}, and \code{\link{GenericFunctions}} for general discussion of these topics, at a
22
  fairly technical level.  Links from those pages, and the
22
  fairly technical level.  Links from those pages, and the
Line 32... Line 32...
32
 \emph{Software for Data Analysis: Programming with R}
32
 \emph{Software for Data Analysis: Programming with R}
33
  Springer.  (For the R version.)
33
  Springer.  (For the R version.)
34
 
34
 
35
 Chambers, John M. (1998)
35
 Chambers, John M. (1998)
36
 \emph{Programming with Data}
36
 \emph{Programming with Data}
37
 Springer (For the original S4 version.) 
37
 Springer (For the original S4 version.)
38
}
38
}
39
\author{
39
\author{
40
R Core Team
40
R Core Team
41
 
41
 
42
Maintainer: R Core Team \email{R-core@r-project.org}
42
Maintainer: R Core Team \email{R-core@r-project.org}