Skip to content
Back to formatted view

Raw Message

Message-ID: <88EAF3512A55DF46B06B1954AEF73F740A0A3F02@dc1ex2.air.org>
Date: 2005-09-07T17:22:31Z
From: Doran, Harold
Subject: Avoid Sweave from stopping on errors

You could use <<eval=FALSE>>= and the code inside the chunk will not be evaluated. I suppose two other options could be to comment out the bad code inside the code chunk or to use verbatim to make it look like a code chunk in your output. 

 

-----Original Message-----
From: r-help-bounces at stat.math.ethz.ch [mailto:r-help-bounces at stat.math.ethz.ch] On Behalf Of Vincent Goulet
Sent: Wednesday, September 07, 2005 11:44 AM
To: r-help at stat.math.ethz.ch
Subject: [R] Avoid Sweave from stopping on errors

Hi all,

Is there an option in Sweave to avoid it from stopping on a code chunk with an error? (I purposefully want to include code with an error in class notes.)

I suspect the answer is "no" and that I will be pointed to options("error"). 
That'd be fine, but which error parameter will just "do nothing" in case of an error?

Thanks in advance!

--
  Vincent Goulet, Associate Professor
  ??cole d'actuariat
  Universit?? Laval, Qu??bec 
  Vincent.Goulet at act.ulaval.ca   http://vgoulet.act.ulaval.ca

______________________________________________
R-help at stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html