search for: clname

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

Did you mean: cbname
2007 May 27
2
[Bioc-devel] promptClass
...0) { .meths.body <- " \\describe{" for (i in 1:nmeths) { - .sigmat <- sigsList(methnms[i], where) + .sigmat <- sigsList(methnms[i], where=whereClass) for (j in seq_along(.sigmat)) { if (!all(is.na(match(.sigmat[[j]],clName)))) { methn.i <- escape(methnms[i]) Index: RMethodUtils.R =================================================================== --- RMethodUtils.R (revision 41719) +++ RMethodUtils.R (working copy) @@ -621,7 +621,7 @@ getMethodsMetaData <- ## get the methods me...