[R] generic functions question in building a new package

2012-07-20 Thread zgu9
Hi all, I'm trying to build a package 'Thiele', but run into problems with generic functions. I have a class Benefit, and defined the function print.Benefit. When I try R CMD check Thiele in X11, this warning came out --- Functions/methods with usage in documentation object 'Benefit' but

Re: [R] generic functions question in building a new package

2012-07-20 Thread Uwe Ligges
On 19.07.2012 22:44, zgu9 wrote: Hi all, I'm trying to build a package 'Thiele', but run into problems with generic functions. I have a class Benefit, and defined the function print.Benefit. When I try R CMD check Thiele in X11, this warning came out --- Functions/methods with usage in