Re: [R] un run run...

2009-08-14 Thread Nir Shachaf
Thanks for bringing me to, arr[R] Inferno Patrick, But I don't see how that solves my problem since I am not using a loop or any control structure but a construct of commands that follow each other. If all fails I might end up rewriting everything into a loop but right now I would hope for a

Re: [R] un run run...

2009-08-14 Thread Nir Shachaf
bericht- Van: Nir Shachaf [mailto:nirshac...@gmail.com] Verzonden: donderdag 13 augustus 2009 11:37 Aan: ONKELINX, Thierry Onderwerp: Re: [R] un run run... Thierry hi, Most grateful for your detailed reply. The specific conditions that I am working with are that every function that I

Re: [R] un run run...

2009-08-14 Thread jim holtman
-Oorspronkelijk bericht- Van: Nir Shachaf [mailto:nirshac...@gmail.com] Verzonden: donderdag 13 augustus 2009 11:37 Aan: ONKELINX, Thierry Onderwerp: Re: [R] un run run... Thierry hi, Most grateful for your detailed reply. The specific conditions that I am working with are that every function

Re: [R] un run run...

2009-08-14 Thread Tony Plate
You could try setting options(error=function() NULL). This should cause R in batch mode to continue running after an error (the same way it does in interactive mode.) -- Tony Plate Nir Shachaf wrote: Hi All, I am running an Rscript with a bunch of algorithms that are UNSTABLE under some

[R] un run run...

2009-08-13 Thread Nir Shachaf
Hi All, I am running an Rscript with a bunch of algorithms that are UNSTABLE under some parameter settings. At a certain point one of them sends error massage and my whole run STOPS! What I would like is to save the error massage in some file or variable and carry on to the next command line

Re: [R] un run run...

2009-08-13 Thread ONKELINX, Thierry
...@r-project.org] Namens Nir Shachaf Verzonden: donderdag 13 augustus 2009 11:00 Aan: r-help@r-project.org Onderwerp: [R] un run run... Hi All, I am running an Rscript with a bunch of algorithms that are UNSTABLE under some parameter settings. At a certain point one of them sends error massage