[R] (no subject)

2011-06-20 Thread Runlong Tang
Hi Everyone, When generating help files for a R package, can I specify the order of the R functions? Now I can see that the functions are sorted according to their names. However, for my case, there are two functions are closely related, but they are separated by some other functions. I think it w

[R] Can mathematical formula be used in the help file of a R function or package?

2011-06-20 Thread Runlong Tang
Hi everyone, I am writing help files for some R functions in an R package. I am wondering if we can use the Latex mathematical formula when editing those *.Rd files and then obtain a pdf manual with beautiful mathematical formula. I tried it with the default R CMD check command but could not ge