Hi Duncan, Thanks a lot for eventually implementing this and making the Rd world greener! https://github.com/wch/r-source/commit/ff3ea81ae87 Regards, Yihui -- Yihui Xie <xieyihui at gmail.com> Web: http://yihui.name
On Wed, Oct 9, 2013 at 3:55 PM, Duncan Murdoch <murdoch.duncan at gmail.com> wrote:
On 13-10-09 4:34 PM, Yihui Xie wrote:
+1. As an example, there are 91 instances of \newcommand{\CRANpkg} in
R source, and this number is still growing as I see:
$ grep "\\\\newcommand{\\\\CRANpkg}" -r . | wc
91 91 10317
So you're saying if I ever get around to doing this, I'll have to track down 91+ files to make use of it? This sounds like an argument why someone else should do it. ;-) Duncan Murdoch