#7665: Make support for R graphics
------------------------+---------------------------------------------------
Reporter: kcrisman | Owner: was
Type: defect | Status: new
Priority: major | Milestone: sage-4.3.3
Component: graphics | Keywords: plot, R, graphics, statistics
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
------------------------+---------------------------------------------------
Comment(by kcrisman):
Yet another interesting issue for the Mac: in configuring, we get
{{{
checking for X... no
configure: error: --with-x=yes (default) and X11 headers/libs are not
available
Configuring R with fallback options
}}}
and indeed
{{{
$ if [ -f /usr/include/X11/Xwindows.h ]; then
> XSUPPORT=yes
> else
> XSUPPORT=no
> fi
$ echo $XSUPPORT
yes
}}}
but as [http://CRAN.R-project.org/bin/macosx/RMacOSX-FAQ.html#X11-window-
server-_0028optional_0029] points out, that is not enough on Snow Leopard,
and the other versions have their own issues. If Aqua ends up working for
plotting, we will probably want to completely disable X11 support, since
it doesn't work the same on each version anyway.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7665#comment:4>
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.