Skip to content
Prev 3054 / 12125 Next

[R-pkg-devel] how to fix checking S3 generic/method consistency ... WARNING

El jue., 30 ago. 2018 a las 9:02, Ulavappa Angadi
(<angadiub at gmail.com>) escribi?:
There is a problem in the method signature, as highlighted above.
And this is the relevant section of the manual, where we can read the following:

- A method must have all the arguments of the generic, including ? if
the generic does.

So the dots ("...") are missing in mbferns.default and
predict.mbferns, and also "model1" should be called "object", instead,
in predict.mbferns.

I?aki