~showard314/ubuntu/karmic/r-base/remove_start_comments

« back to all changes in this revision

Viewing changes to src/library/methods/man/setSClass.Rd

  • Committer: Bazaar Package Importer
  • Author(s): Dirk Eddelbuettel
  • Date: 2009-01-19 12:40:24 UTC
  • mfrom: (5.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20090119124024-abxsf4e0y7713w9m
Tags: 2.8.1-2
debian/control: Add another Build-Depends: exclusion for the 
'kfreebsd-i386 kfreebsd-amd64 hurd-i386' architecture to openjdk-6-jdk.
Thanks to Petr Salinger for the heads-up.               (Closes: 512324)

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
      discussion of this argument under \link{GenericFunctions}.}
42
42
}
43
43
\references{
44
 
  The R package \pkg{methods} implements, with a few exceptions, the
45
 
  programming interface for classes and methods in the book
46
 
  \emph{Programming with Data} (John M. Chambers, Springer, 1998), in
47
 
  particular sections 1.6, 2.7, 2.8, and chapters 7 and 8.
 
44
 Chambers, John M. (2008)
 
45
 \emph{Software for Data Analysis: Programming with R}
 
46
  Springer.  (For the R version.)
48
47
 
49
 
  While the programming interface for the \pkg{methods} package follows
50
 
  the reference, the R software is an original implementation, so
51
 
  details in the reference that reflect the S4 implementation may appear
52
 
  differently in R.  Also, there are extensions to the programming
53
 
  interface developed more recently than the reference.  For a
54
 
  discussion of details see \code{?\link{Methods}}
55
 
  and the links from that documentation.
 
48
 Chambers, John M. (1998)
 
49
 \emph{Programming with Data}
 
50
 Springer (For the original S4 version.)
56
51
}
57
52
\seealso{
58
53
  \code{\link{setClass}}