search for: rcfpdsuperclass

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

2013 Jan 30
0
ROxygen2-Documenting of S4 Method
...uch as this: http://tinyurl.com/ae3kdno I just can't get it to work (this is roxygen2_2.2.2). I attach an example below which seems parsed properly, but "R CMD check" keeps complaining > ... > Undocumented S4 methods: > ... > generic 'set<-' and siglist 'rcfpdsuperclass,character' > ... What am I doing wrong? Thanks for any pointers. Sincerely, Joh #' @title set<- #' @description Blabla #' @details Blabla #' @param object An object of class \code{\link{rcfpdsuperclass}} (or a #' class inheriting from it). #' @param slot \code{...
2012 Nov 08
1
Dabbling with R5 setRefClass - Inheritance problems
...ersion("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 Does someone have an idea what I am doing wrong? Thank you for your consideration. Sincerely, Joh