Re: [Rd] Rd2pdf error in R12.0

2011-02-17 Thread Prof Brian Ripley
I think you are decades in the future. We are on R 2.12.x in 2011. It seems that you don't have texi2dvi installed. Either install it (it may part of the TeX or texinfo distributions) or set options(texi2dvi='') (see ?tools::texi2dvi and ?EnvVar). 'Tis also discussed in the R-admin manual.

Re: [Rd] Rd2pdf error in R12.0

2011-02-17 Thread Gong-Yi Liao
If you're using Debian, ubuntu or any other Debian-based Linux distribution, run sudo apt-get install texinfo On Thu, Feb 17, 2011 at 12:07 PM, Terry Therneau wrote: > On the local machine the command R11 CMD Rd2pdf survfit.Rd works fine. > R12