I am wondering how package manuals like this are generated:
http://cran.r-project.org/web/packages/knitr/knitr.pdf
I have tried to follow steps in this page:
which mentions a function manual(pkg)
, but does not seem to exist.
I am wondering how package manuals like this are generated:
http://cran.r-project.org/web/packages/knitr/knitr.pdf
I have tried to follow steps in this page:
which mentions a function manual(pkg)
, but does not seem to exist.
It's easy. Just run:
R CMD Rd2pdf <Package directory>