Re: [Rd] Feature request: display file name in R CMD check warning

2011-03-18 Thread Dan Tenenbaum
On Thu, Mar 17, 2011 at 6:49 PM, Duncan Murdoch wrote: > On 11-03-17 12:33 PM, Dan Tenenbaum wrote: > >> On Thu, Mar 17, 2011 at 2:36 AM, Duncan Murdoch >> wrote: >> >>> On 16/03/2011 7:55 PM, Dan Tenenbaum wrote: >>> Hi, I came across the following warning in R CMD check (it

Re: [Rd] Feature request: display file name in R CMD check warning

2011-03-17 Thread Duncan Murdoch
On 11-03-17 12:33 PM, Dan Tenenbaum wrote: On Thu, Mar 17, 2011 at 2:36 AM, Duncan Murdoch wrote: On 16/03/2011 7:55 PM, Dan Tenenbaum wrote: Hi, I came across the following warning in R CMD check (it only occurred on Windows): The \usage entries for S3 methods should use the \method marku

Re: [Rd] Feature request: display file name in R CMD check warning

2011-03-17 Thread Dan Tenenbaum
On Thu, Mar 17, 2011 at 9:33 AM, Dan Tenenbaum wrote: > On Thu, Mar 17, 2011 at 2:36 AM, Duncan Murdoch > wrote: >> On 16/03/2011 7:55 PM, Dan Tenenbaum wrote: >>> >>> Hi, >>> >>> I came across the following warning in R CMD check (it only occurred on >>> Windows): >>> >>> The \usage entries for

Re: [Rd] Feature request: display file name in R CMD check warning

2011-03-17 Thread Dan Tenenbaum
On Thu, Mar 17, 2011 at 2:36 AM, Duncan Murdoch wrote: > On 16/03/2011 7:55 PM, Dan Tenenbaum wrote: >> >> Hi, >> >> I came across the following warning in R CMD check (it only occurred on >> Windows): >> >> The \usage entries for S3 methods should use the \method markup and not >>> >>> their full

Re: [Rd] Feature request: display file name in R CMD check warning

2011-03-17 Thread Duncan Murdoch
On 16/03/2011 7:55 PM, Dan Tenenbaum wrote: Hi, I came across the following warning in R CMD check (it only occurred on Windows): The \usage entries for S3 methods should use the \method markup and not their full name. See the chapter 'Writing R documentation files' in manual 'Writing R Extens

Re: [Rd] Feature request: display file name in R CMD check warning

2011-03-17 Thread Duncan Murdoch
On 16/03/2011 7:55 PM, Dan Tenenbaum wrote: Hi, I came across the following warning in R CMD check (it only occurred on Windows): The \usage entries for S3 methods should use the \method markup and not their full name. See the chapter 'Writing R documentation files' in manual 'Writing R Extens

[Rd] Feature request: display file name in R CMD check warning

2011-03-16 Thread Dan Tenenbaum
Hi, I came across the following warning in R CMD check (it only occurred on Windows): The \usage entries for S3 methods should use the \method markup and not > their full name. > See the chapter 'Writing R documentation files' in manual 'Writing R > Extensions'. The package I'm looking at is on