Bug 1253708

Summary: R graphing does not render correctly
Product: [Fedora] Fedora EPEL Reporter: Ryan Stanyan <ryan.stanyan>
Component: RAssignee: Tom "spot" Callaway <spotrh>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: el6CC: i.ucar86, ryan.stanyan
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-10-30 08:48:54 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:
Attachments:
Description Flags
Bug in action. none

Description Ryan Stanyan 2015-08-14 13:34:03 UTC
Created attachment 1063035 [details]
Bug in action.

Description of problem:
When graphing data in R the graphics window only displays what was directly below it.  It also hits a CPU for 100%.  The R interpreter remains responsive and I can exit it using CTRL-D.

Version-Release number of selected component (if applicable):

R-core-3.2.1-2.el6


How reproducible:
For instance, plot a vector.

Steps to Reproduce:
1. Start R
2. Assign a vector to a variable: m <- c(1, 2, 3, 4, 5)
3. plot(m)

Actual results:

Plot does not render, only displays what had been under the graph window upon execution, does not return user back to interpreter prompt.

Expected results:

Graph is rendered and user can enter more data into interpreter.


Additional info:

Although similar in concept, this problem seems to be different than the bug running R in Gnome2 with Nvidia drivers.  If you were to run Desktop Effects(Compiz), functions like data.entry() will not display correctly. This bug happens whether you run Compiz or not. R graphing worked correctly with the 304 Nvidia driver that I use currently before this.

Comment 1 Fedora Admin user for bugzilla script actions 2020-06-03 02:45:53 UTC
This package has changed maintainer in the Fedora.
Reassigning to the new maintainer of this component.

Comment 2 IƱaki Ucar 2020-10-30 08:48:54 UTC
This was reported against an old version of R. Closing.