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
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
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$
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 '
4 matches
Mail list logo