search for: oosp

Displaying 2 results from an estimated 2 matches for "oosp".

Did you mean: oops
2009 Nov 23
1
OOP with Encapsulated Class Definitions
...bad or indifferent) in regards to developing (further) a new class system for R, that uses encapsulated class definitions (i.e. the method definitions are literally inside the body of the class definition). A working (however very rough and poorly tested) system is available in my R package "oosp" with documentation in the vignette "oosp2_Encapsulated_Classes_in_R". A snippet of a class definition follows: (Here double is a method that doubles the value of the attribute x). > MyObject = function (...) { MyObject = function (x) .$x = x double = function () .$x = .$x...
2009 Aug 24
6
CRAN (and crantastic) updates this week
CRAN (and crantastic) updates this week New packages ------------ Updated packages ---------------- New reviews ----------- This email provided as a service for the R community by http://crantastic.org. Like it? Hate it? Please let us know: cranatic at gmail.com.