Re: [Rd] dot in function name taken as S3 method by package check

2007-11-05 Thread Duncan Murdoch
On 05/11/2007 3:48 PM, Liaw, Andy wrote: > Hello everyone, > > I'm trying to update the locfit package so that it passes package check > in R 2.6.0. However, the check seems to think some of the functions > with dot in the names are S3 methods (thus warns about the format of the > \usage{} part)

[Rd] dot in function name taken as S3 method by package check

2007-11-05 Thread Liaw, Andy
Hello everyone, I'm trying to update the locfit package so that it passes package check in R 2.6.0. However, the check seems to think some of the functions with dot in the names are S3 methods (thus warns about the format of the \usage{} part) when they are not. Can anyone recommend a workaround