Summary: | Plotting using ggplot2 makes R crash in RKWard | ||
---|---|---|---|
Product: | [Applications] rkward | Reporter: | flyos |
Component: | R Console | Assignee: | RKWard Team <rkward-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | alfonsociologo, thomas.friedrichsmeier |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 0.7.3 | |
Sentry Crash Report: |
Description
flyos
2021-06-21 13:14:38 UTC
*** Bug 439162 has been marked as a duplicate of this bug. *** Quick workaround: https://invent.kde.org/education/rkward/-/commit/3ea95cb816e7388b9d0e4c8bb2092b29054243bb Hi,
Would you recommend to rebuild RKWard against R base 4.1 with the:
>Quick workaround:
>https://invent.kde.org/education/rkward/-/commit/3ea95cb816e7388b9d0e4c8bb2092b29054243bb
?
Or wait for it to be included in a future release?
(right now the server is down, so I'll have to wait till tomorrow)
Thanks a lot for your answers and fixes!!!
If you want to use RKWard with R 4.1, yes I would recommend to rebuild after applying the patch. The new graphics features (transition patterns, and advanced clipping) will not work in the onscreen device, yet, but there should be no crashes. Of course we will provide bugfix releases, too, but that may take another while. Git commit 157207b915647cd8600c616cf6dfed8f83ecff30 by Thomas Friedrichsmeier. Committed on 27/06/2021 at 07:14. Pushed by tfry into branch 'releases/0.7.2'. Add dummies for the new R graphics functions to avoid crash. This is not a proper implementation, yet. M +3 -0 ChangeLog M +14 -1 rkward/rbackend/rkwarddevice/rkgraphicsdevice_setup.cpp M +36 -0 rkward/rbackend/rkwarddevice/rkgraphicsdevice_stubs.cpp https://invent.kde.org/education/rkward/commit/157207b915647cd8600c616cf6dfed8f83ecff30 Sorry for the delay. I can confirm a patched version fixes the problem on my system. Thank you! I'm not sure which status to choose for the bug as "Fixed - Workaround" is missing, so I'll let you set the status of your choice Thomas. Thanks for the Fix!!! It is working as: Versión 0.7.2z+0.7.3+devel1 |