https://bugs.kde.org/show_bug.cgi?id=473254
Bug ID: 473254 Summary: Graphics version mismatch Classification: Applications Product: rkward Version: unspecified Platform: Archlinux OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: R Console Assignee: rkward-devel@kde.org Reporter: crib...@gmail.com Target Milestone: --- SUMMARY *** I run rkward version 0.7.5-2 and R version 4.3.1 on Arch Linux. I am unable to produce plots (with rkward's default settings). *** STEPS TO REPRODUCE 1. Start rkward 2. Execute the following R code: a <- rnorm(1000); hist(a) OBSERVED RESULT The plot (histogram) is not produced. Instead, the following error is issued: "R Graphics Engine version has changed (from 15 to 16). This change requires a recompilation." EXPECTED RESULT A plot (histogram) should be produced. SOFTWARE/OS VERSIONS Linux/KDE Plasma: Arch Linux kernel 6.4.9-arch1-1 (available in About System) KDE Plasma Version: 5.27.7 KDE Frameworks Version: 5.108.0 Qt Version: 5.5.10 ADDITIONAL INFORMATION ---Problem description--- Please fill in the missing bits *in English*. Please give a brief summary on the problem: I am unable to produce plots (with rkward's default settings). What - in detail - did you do directly before you encountered this problem? Nothing When you try to repeat the above, does the problem occur again (no, sometimes, always)? Always If applicable: When doing the same thing in an R session outside of RKWard, do you see the same problem? No Do you have any further information that might help us to track this problem down? In particular, if applicable, can you provide sample data and sample R code to reproduce this problem? a <- rnorm(1000); hist(a) RKWard is available in many different packagings, and sometimes problems are specific to one method of installation. How did you install RKWard (which file(s) did you download)? >From the Arch Linux repositories. ---Session Info--- -- Frontend -- RKWard version: 0.7.5 KDE Frameworks version (runtime): 5.108.0 KDE Frameworks version (compile time): 5.100.0 Qt version (runtime): 5.15.10 Qt version (compile time): 5.15.7 Using QWebEngine for HTML rendering Local config directory: /home/cribari/.config RKWard storage directory: /home/cribari/.rkward/ Backend version (as known to the frontend): 4.3.1 Debug message file (this may contain relevant diagnostic output in case of trouble): /tmp/rkward.frontend -- Backend -- Debug message file (this may contain relevant diagnostic output in case of trouble): /tmp/rkward.rbackend R version (compile time): 4.2.2 (2022-10-31 r83211) R runtime session info: R version 4.3.1 (2023-06-16) Platform: x86_64-pc-linux-gnu (64-bit) Running under: Arch Linux Matrix products: default BLAS/LAPACK: /usr/lib/libopenblas.so.0.3; LAPACK version 3.11.0 locale: [1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C [3] LC_TIME=en_US.UTF-8 LC_COLLATE=C [5] LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8 [7] LC_PAPER=en_US.UTF-8 LC_NAME=en_US.UTF-8 [9] LC_ADDRESS=en_US.UTF-8 LC_TELEPHONE=en_US.UTF-8 [11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=en_US.UTF-8 time zone: America/Recife tzcode source: system (glibc) attached base packages: [1] stats graphics grDevices utils datasets methods base other attached packages: [1] rkward_0.7.5 loaded via a namespace (and not attached): [1] compiler_4.3.1 tools_4.3.1 parallel_4.3.1 -- You are receiving this mail because: You are the assignee for the bug.