[R] Hard Stop?
Henrik Bengtsson
hb at biostat.ucsf.edu
Thu Feb 7 05:00:41 CET 2013
See abort() in the R.oo package, with some discussion here
https://stat.ethz.ch/pipermail/r-devel/2012-September/064838.html
/Henrik
On Wed, Feb 6, 2013 at 7:05 PM, Jeff Newmiller <jdnewmil at dcn.davis.ca.us> wrote:
> stop() does not have momentum... it is designed to play nice.
>
> Perhaps you want ?options(error=).
> Alternately, you want to trigger a core dump?
> ---------------------------------------------------------------------------
> Jeff Newmiller The ..... ..... Go Live...
> DCN:<jdnewmil at dcn.davis.ca.us> Basics: ##.#. ##.#. Live Go...
> Live: OO#.. Dead: OO#.. Playing
> Research Engineer (Solar/Batteries O.O#. #.O#. with
> /Software/Embedded Controllers) .OO#. .OO#. rocks...1k
> ---------------------------------------------------------------------------
> Sent from my phone. Please excuse my brevity.
>
> ivo welch <ivo.welch at anderson.ucla.edu> wrote:
>
>>is it possible to throw a stop() that is so hard that it will escape
>>even tryCatch?
>>
>>/iaw
>>----
>>Ivo Welch (ivo.welch at gmail.com)
>>
>>______________________________________________
>>R-help at r-project.org mailing list
>>https://stat.ethz.ch/mailman/listinfo/r-help
>>PLEASE do read the posting guide
>>http://www.R-project.org/posting-guide.html
>>and provide commented, minimal, self-contained, reproducible code.
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
More information about the R-help
mailing list