Re: [Rd] "rep" missing from methods:::.BasicFunsList

2007-01-31 Thread Seth Falcon
Stephen Pope <[EMAIL PROTECTED]> writes: > With: > > R version 2.4.1 Patched (2007-01-22 r40548) > > "rep" is missing from methods:::.BasicFunsList, causing > methods:::genericForPrimitive("rep") to fail, which in turn causes > setMethod("rep", ...) to fail. (setGeneric("rep") of course fails as

[Rd] "rep" missing from methods:::.BasicFunsList

2007-01-25 Thread Stephen Pope
With: R version 2.4.1 Patched (2007-01-22 r40548) "rep" is missing from methods:::.BasicFunsList, causing methods:::genericForPrimitive("rep") to fail, which in turn causes setMethod("rep", ...) to fail. (setGeneric("rep") of course fails as it should, saying that rep is a primitive and metho