Re: [R] Usage line in .pdf version of manual is truncated

2012-05-01 Thread Joshua Wiley
Break the line :) On Mon, Apr 30, 2012 at 12:34 PM, Zeeberg, Barry (NIH/NCI) [E] zeebe...@mail.nih.gov wrote: I am creating a package, and a rather long usage line for one function becomes truncated in the generated .pdf manual. Is there a way that I can prevent that truncation?

Re: [R] Usage line in .pdf version of manual is truncated

2012-05-01 Thread Yihui Xie
There is actually another approach which can do the job automatically; see the function reformat_code() in R2roxygen (remember to back up your Rd files before you use it). If you document your package with roxygen2, things can be even easier -- just call the function rab() to roxygenize and

[R] Usage line in .pdf version of manual is truncated

2012-04-30 Thread Zeeberg, Barry (NIH/NCI) [E]
I am creating a package, and a rather long usage line for one function becomes truncated in the generated .pdf manual. Is there a way that I can prevent that truncation? __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help

Re: [R] Usage line in .pdf version of manual is truncated

2012-04-30 Thread Peter Langfelder
On Mon, Apr 30, 2012 at 12:34 PM, Zeeberg, Barry (NIH/NCI) [E] zeebe...@mail.nih.gov wrote: I am creating a package, and a rather long usage line for one function becomes truncated in the generated .pdf manual. Is there a way that I can prevent that truncation? How long is rather long? In