Bug 904257
| Summary: | R graphics does not plot on plotting device | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Ranjan Maitra <itsme_410> |
| Component: | R | Assignee: | Tom "spot" Callaway <tcallawa> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | urgent | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 18 | CC: | marco.guazzone, michel, tcallawa, traderbeckola, wrobell |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-02-27 19:53:09 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
Try this update first and see if it resolves the issue: https://admin.fedoraproject.org/updates/FEDORA-2013-1258/R-2.15.2-5.fc18 this fixes the bug, thanks! it it possible to push it to updates? thanks! *** Bug 909363 has been marked as a duplicate of this bug. *** *** This bug has been marked as a duplicate of bug 891983 *** |
Description of problem: Graphics on R do not get displayed for F18 on x86_64 architectures, tried two machines, and no inbuilt configuration files (with clean install). Version-Release number of selected component (if applicable): R-core.x86_64 2.15.2-3.fc18 How reproducible: Everytime. Steps to Reproduce: 1. Type R at prompt. $ R wait for R prompt to show up. 2. type > pairs(iris) Actual results: x11 window opens but nothing gets plotted on the screen. Expected results: x11 window opens and the desired plot gets displayed on screen. Additional info: This continues to work on my other machine (an old i386, so the issue appears to be localized with x86_64 machines -- a Thinkpad T61 and a Dell Latitude E5400. Happy to provide additional information: this is a huge blocker for me.