Re: [Rd] More intensive checking of R help files

2009-01-15 Thread Prof Brian Ripley
On Thu, 15 Jan 2009, Henrik Bengtsson wrote: Hi, this sounds all good. One comment below: On Fri, Jan 9, 2009 at 1:25 AM, Prof Brian Ripley wrote: We have been working on handling Rd (R help) files with R rather than Perl scripts. As part of that work, Duncan has written a parser which ha

Re: [Rd] More intensive checking of R help files

2009-01-15 Thread Henrik Bengtsson
Hi, this sounds all good. One comment below: On Fri, Jan 9, 2009 at 1:25 AM, Prof Brian Ripley wrote: > > We have been working on handling Rd (R help) files with R rather than Perl > scripts. As part of that work, Duncan has written a parser which has > revealed many problems in package help f

[Rd] More intensive checking of R help files

2009-01-09 Thread Prof Brian Ripley
We have been working on handling Rd (R help) files with R rather than Perl scripts. As part of that work, Duncan has written a parser which has revealed many problems in package help files, and we have added its checks to 'R CMD check' in the R-devel version of R. You can see the results fo