#7681: R pexpect interface doesn't handle errors well
------------------------+---------------------------------------------------
Reporter: kcrisman | Owner: tbd
Type: defect | Status: new
Priority: major | Milestone: sage-4.4.1
Component: packages | Keywords: pexpect, interface, R
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
------------------------+---------------------------------------------------
Comment(by kcrisman):
Okay, the problem is that instead of handling errors, we are ignoring
them:
{{{
# don't abort on errors, just raise them!
# necessary for non-interactive execution
self.eval('options(error = expression(NULL))')
}}}
But see
[http://stat.ethz.ch/R-manual/R-patched/library/base/html/stop.html here]
- it turns out that this is R's way of just totally ignoring them, not
just 'raising' them. This should be fixed.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7681#comment:6>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.