Skip to content
Prev 46940 / 63421 Next

user defined macros in Rd files

+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

Regards,
Yihui
--
Yihui Xie <xieyihui at gmail.com>
Web: http://yihui.name
Department of Statistics, Iowa State University
2215 Snedecor Hall, Ames, IA


On Wed, Oct 9, 2013 at 2:57 PM, Kasper Daniel Hansen
<kasperdanielhansen at gmail.com> wrote: