#7681: R pexpect interface seems to keep data around
------------------------+---------------------------------------------------
Reporter: kcrisman | Owner: tbd
Type: defect | Status: new
Priority: major | Milestone: sage-4.3.1
Component: packages | Keywords: pexpect, interface, R
Work_issues: | Author:
Upstream: N/A | Reviewer:
Merged: |
------------------------+---------------------------------------------------
Comment(by kcrisman):
And here's just something randomly annoying:
{{{
sage: r([1,1/2,1/2])
[1] 1.0 0.5 0.5
sage: r([0,sqrt(3)/2,sqrt(3)/2])
Error: object 'sage10' not found
}}}
Even though R knows what sqrt(3) is natively:
{{{
> sqrt(3)/2
[1] 0.8660254
}}}
I'm not saying this is really related to the summary of the ticket, but
it's not unrelated, either.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7681#comment:3>
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.