The R Project SVN R

Rev

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

Rev 72027 Rev 81927
Line 33... Line 33...
33
        but either obsolete or rarely appropriate.}
33
        but either obsolete or rarely appropriate.}
34
 
34
 
35
      \code{where}: where to store the definition; should be the
35
      \code{where}: where to store the definition; should be the
36
      default, the namespace for the package.
36
      default, the namespace for the package.
37
 
37
 
38
  \code{valueClass}{ Obsolete. }
38
  \code{valueClass}: obsolete.
39
 
39
 
40
  \code{sealed}{ prevents the method being redefined, but should never
40
  \code{sealed}: prevents the method being redefined, but should never
41
    be needed when the method is defined in the source code of a
41
    be needed when the method is defined in the source code of a
42
    package.}
42
    package.
43
}
43
}
44
}
44
}
45
\value{
45
\value{
46
  The function exists for its side-effect. The definition will be stored in a special metadata object and incorporated in the generic function when the corresponding package is loaded into an R session. 
46
  The function exists for its side-effect. The definition will be stored in a special metadata object and incorporated in the generic function when the corresponding package is loaded into an R session. 
47
  
47