Re: [Rd] Bug in R CMD check for \ in Rd?

2013-01-04 Thread Yihui Xie
Just a follow-up: I decided to avoid backslashes in function arguments, so the problem is now gone for me. But I believe the possible bug is still in R; if anyone wants to reproduce the problem, please check out this commit: https://github.com/yihui/knitr/tree/bf793ca6

[Rd] Bug in R CMD check for \ in Rd?

2013-01-03 Thread Yihui Xie
Hi, I have a function knit_expand() and its source/Rd are below: https://github.com/yihui/knitr/blob/master/R/template.R#L43-L44 https://github.com/yihui/knitr/blob/master/man/knit_expand.Rd When I run R CMD check on the package I get this warning (with both R 2.15.2 and R-devel): * checking