#11266: Wrapper for R graphics commands.
---------------------------+------------------------------------------------
Reporter: JoalHeagney | Owner: was
Type: enhancement | Status: new
Priority: minor | Milestone: sage-4.7.1
Component: interfaces | Keywords: R, graphics, cairo, wrapper
Work_issues: | Upstream: N/A
Reviewer: | Author:
Merged: | Dependencies:
---------------------------+------------------------------------------------
Comment(by kcrisman):
Jason, are you sure we use rpy2 to communicate with R?
{{{
EXAMPLES:
sage: r.eval('1+1')
'[1] 2'
"""
# TODO split code at ";" outside of quotes and send them as
individual
# lines without ";".
return Expect.eval(self, code, synchronize=synchronize, *args,
**kwds)
}}}
and the R interface init method seems to agree that we are calling R
directly. In fact,
{{{
sage: search_src('rpy')
}}}
only returns things that seem to have to do with trying to convert Sage
numbers into rpy numbers, but nothing to do with the R interface.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11266#comment:14>
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.