search for: getstaticinstance

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

2009 Jul 17
1
Help with R.oo
...e = fileName, .hasHeader = hasHeader, .sep = sep)` = <environment>, : [2009-07-17 17:37:15] Exception: Must supply a file name! at throw(Exception(...)) at throw.default("Must supply a file name!") at throw("Must supply a file name!") at constructor() at getStaticInstance.Class(class) at getStaticInstance(class) at getStaticInstance.Object(this) at getStaticInstance(this) at extend.Object(Object(), "StreamingFileReader", .fileName = fileName, .hasHeader = hasHeader, .sep = at extend(Object(), "StreamingFileReader", .fileName =...
2006 May 26
1
R.oo question
This is a simple R.oo question but I, thankfully, hope that someone would explain it to me so I would better understand this work frame. I create this class: setConstructorS3("MyExample", function(param=0) { print(paste("called with param=", param)) extend(Object(), "MyExample", .param = param ); }) >From what is printed out, who made the second call to