I would notice this error compiling a Sweave document after I updated R from version 2.14.2 to 2.15.0: Error in driver$finish(drobj) : the output file 'MyDocument.tex' has disappeared Calls: <Anonymous> -> do.call -> <Anonymous> -> <Anonymous> Execution halted Do you have any suggestion? Regards Riccardo Sent from iPod [[alternative HTML version deleted]]
On 12-04-17 5:35 PM, Riccardo Romoli wrote:> I would notice this error compiling a Sweave document after I updated R from version 2.14.2 to 2.15.0: > > Error in driver$finish(drobj) : the output file 'MyDocument.tex' has disappeared > Calls:<Anonymous> -> do.call -> <Anonymous> -> <Anonymous> > Execution halted > > Do you have any suggestion?Yes, simplify your document as much as possible to still keep triggering the error. Chances are you'll see what's causing it, but if not, post the simplest bad version here, and someone else will likely be able to help you. Duncan Murdoch
I have been having the same problem. It appears to be linked to setting the working directory. <<>>setwd("c:...") @ Then the error arrives. Any suggestions? -- View this message in context: http://r.789695.n4.nabble.com/Sweave-problem-after-R-update-version-tp4566044p4643363.html Sent from the R help mailing list archive at Nabble.com.
Is there a way to set the echo to be false as the code that was presented (by the way it worked well) shows up in the document? Thanks for any help here. -- View this message in context: http://r.789695.n4.nabble.com/Sweave-problem-after-R-update-version-tp4566044p4643366.html Sent from the R help mailing list archive at Nabble.com.