Re: [R] Dabbling with R5 setRefClass - Inheritance problems

2012-11-08 Thread Johannes Graumann
ginal Message- > From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] > On Behalf Of Johannes Graumann Sent: 08 November 2012 10:03 > To: r-h...@stat.math.ethz.ch > Subject: [R] Dabbling with R5 setRefClass - Inheritance problems > > Hello, > > I wr

Re: [R] Dabbling with R5 setRefClass - Inheritance problems

2012-11-08 Thread Jose Iparraguirre
ge- From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of Johannes Graumann Sent: 08 November 2012 10:03 To: r-h...@stat.math.ethz.ch Subject: [R] Dabbling with R5 setRefClass - Inheritance problems Hello, I wrote a class like so: > rcfdpsuperclass <- s

[R] Dabbling with R5 setRefClass - Inheritance problems

2012-11-08 Thread Johannes Graumann
Hello, I wrote a class like so: > rcfdpsuperclass <- setRefClass( > Class="rcfdpsuperclass", > fields = list( >RcfpdVersion = "character"), > methods = list( >initialize = function(){ > 'Populates fields with defaults and lock as appropriate' > initFields( >RcfpdVersi