Re: [R] Error building package: LaTeX error when creating PDF version

2009-05-05 Thread Patrick Perry
I recently came across the same problem reported here: http://tolstoy.newcastle.edu.au/R/e6/help/09/04/12383.html The fix was to edit "$R_HOME/etc/Renviron" and change R_PDFLATEXCMD=${R_PDFLATEXCMD-${PDFLATEX-'/usr/texbin/pdflatex'}} to R_PDFLATEXCMD=${R_PDFLATEXCMD-${PDFLATEX-'pdflatex'}} w

Re: [R] Error building package: LaTeX error when creating PDF version

2009-04-23 Thread Peter Dunn
Duncan suggested R CMD check was not finding pdflatex, because there is no .log file in the same directory as the .tex file. However, the first line of output from R CMD check says: > * checking for working pdflatex ... OK Indeed: pdu...@pdunnubuntu:~/DSdata/GLMsData.Rchecks$ R CMD pdflatex T

Re: [R] Error building package: LaTeX error when creating PDF version

2009-04-23 Thread Duncan Murdoch
On 23/04/2009 8:24 PM, Peter Dunn wrote: Hi all I am trying to build an R package, which I have successfully done many times before, but have an error I cannot trace. I hope someone can help me. Here's is some edited output (full output below if it is useful): pdu...@pdunnubuntu:~/DSdata$

[R] Error building package: LaTeX error when creating PDF version

2009-04-23 Thread Peter Dunn
Hi all I am trying to build an R package, which I have successfully done many times before, but have an error I cannot trace. I hope someone can help me. Here's is some edited output (full output below if it is useful): pdu...@pdunnubuntu:~/DSdata$ R CMD build GLMsData * checking for file '