[Bioc-devel] texi2dvi error on package build
I am trying to build my package locally using the following command: R CMD build SCAN.UPC I'm getting the following generic error. I looked for the log file but haven't been able to find it. I'm sure I am doing something silly that is causing this. Any tips on troubleshooting this error would be greatly appreciated. Thanks! * checking for file ?SCAN.UPC/DESCRIPTION? ... OK * preparing ?SCAN.UPC?: * checking DESCRIPTION meta-information ... OK * installing the package to re-build vignettes * creating vignettes ... ERROR Error in texi2dvi(file = file, pdf = TRUE, clean = clean, quiet = quiet, : Running ?texi2dvi? on ?SCAN.vignette.tex? failed. Messages: /usr/bin/texi2dvi: pdflatex exited with bad status, quitting. /usr/bin/texi2dvi: see SCAN.vignette.log for errors. Calls: <Anonymous> -> texi2pdf -> texi2dvi Execution halted My version info: R version 3.0.0 (2013-04-03) Platform: x86_64-apple-darwin10.8.0 (64-bit) locale: [1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8 attached base packages: [1] stats graphics grDevices utils datasets methods base