Closed JoshOBrien closed 10 years ago
Thanks! You are supposed to edit the R example in roxygen instead of the Rd file (I have done it). All Rd files are by-products of roxygen comments. This applies to all my packages, so next time you find any problems in the documentation, please only see if you can fix the roxygen comments (I will run roxygen by myself).
Ah yes, got it. Next time I'll take the time to look a little bit further upstream.
Cheers,
Josh
On Sat, Sep 27, 2014 at 2:58 PM, Yihui Xie notifications@github.com wrote:
Thanks! You are supposed to edit the R example in roxygen instead of the Rd file (I have done it). All Rd files are by-products of roxygen comments. This applies to all my packages, so next time you find any problems in the documentation, please only see if you can fix the roxygen comments (I will run roxygen by myself).
— Reply to this email directly or view it on GitHub https://github.com/yihui/animation/pull/53#issuecomment-57067113.
At present, the example in the text help page returned by
?saveLatex
doesn't run (at least not for me). I reinstalled the package with the changes above, to check that it fixed the problem, and (again, at least for me) it does.