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 reform

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

2012-04-30 Thread Joshua Wiley
Break the line :) On Mon, Apr 30, 2012 at 12:34 PM, Zeeberg, Barry (NIH/NCI) [E] 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-04-30 Thread Peter Langfelder
On Mon, Apr 30, 2012 at 12:34 PM, Zeeberg, Barry (NIH/NCI) [E] 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 our WGCNA package w

[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