search for: sequencesuperclass

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

2012 Nov 08
1
Dabbling with R5 setRefClass - Inheritance problems
...e = function(){ > 'Populates fields with defaults and lock as appropriate' > initFields( > RcfpdVersion = as.character(packageVersion("RCFPD"))) > lockBinding(sym="RcfpdVersion",env=.self) > })) And a second one like this: > sequencesuperclass <- setRefClass( > Class="sequencesuperclass", > fields = list( > test="character"), > contains="rcfpdsuperclass") Executing the latter I get: > Error in getClass(what, where = where) : > "rcfpdsuperclass" is not a defined class...