We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Redirect/delete pages
Still more rewriting. * Removed complicated method dispatch from S4 * Started on RC
Updated S4 (markdown)
double word "can" removed
typo
Revert 5ba9d3e^ ... 5ba9d3e on S4
Changed: `hadley <- new("Person", name = "Hadley", age = 31) hadley@age <- 1:10` to `hadley <- new("Person", name = "Hadley", age = 1:10) hadley@age <- 1:10`
Ensure all pages have blank line at end. Seems to be needed for build-book.sh
Updated The S4 object system (markdown)
Misc fixes
Hacking sections around
More on S4 including examples
Polish S4
Make different types of OO clearer
Numerous small tweaks
Tweaks
More S4 tweaking
More on method matching
A little more about signatures
Working on generic functions and methods
Formatting tweak
More info on creating classes and instances with S4
A bit more info on S4
Start on S4