search for: s7_class

Displaying 1 result from an estimated 1 matches for "s7_class".

Did you mean: r_class
2023 Feb 17
2
Adding support for S7 to base R
...R that would allow S7 to exist as a CRAN package. The changes, in general, enable S7 to use R language features that are presently limited to only S4. The proposed patches: - make `@` an S3 generic. - make `%*%` an S3 generic. - enable double dispatch for S7. - enable `inherits()` to accept `S7_class` objects. The diffs for the individual patches can be found here: %*% - https://github.com/r-devel/r-svn/pull/105.diff inherits - https://github.com/r-devel/r-svn/pull/106.diff Ops - https://github.com/r-devel/r-svn/pull/107.diff @ - https://github.com/r-devel/r-svn/pull/108.diff...