Summary: | Graphics version mismatch | ||
---|---|---|---|
Product: | [Applications] rkward | Reporter: | Francisco Cribari <cribari> |
Component: | R Console | Assignee: | RKWard Team <rkward-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | bugs.kde.org, cribari, thomas.friedrichsmeier |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 0.8.0 | |
Sentry Crash Report: |
Description
Francisco Cribari
2023-08-10 18:18:35 UTC
thanks for the report. from the information you provided it looks like your installation of RKWard was built with R 4.2.2 and you later replaced this with R 4.3.1, which also upgraded the R graphics engine from version 15 (compile time) to 16 (runtime). your build of RKWard can't fully handle that newer version, but needs to be recompiled in order to also support R 4.3. (In reply to m.eik michalke from comment #1) > thanks for the report. > > from the information you provided it looks like your installation of RKWard > was built with R 4.2.2 and you later replaced this with R 4.3.1, which also > upgraded the R graphics engine from version 15 (compile time) to 16 > (runtime). your build of RKWard can't fully handle that newer version, but > needs to be recompiled in order to also support R 4.3. I do realize that the Arch package needs to be rebuilt. I marked it as out-of-date. Nonetheless, the package maintainer told me to report the issue here. (His reply: "Please stop flagging this package out of date. If you want to report an issue, use the bug tracker.") That's why I filed this bug report. the package may technically not be out-of-date, it is just not compatible with the R version installed. that is if it still works with the R version shipped with arch and you upgraded R from a third party repo. how did you upgrade R? (In reply to m.eik michalke from comment #3) > the package may technically not be out-of-date, it is just not compatible > with the R version installed. that is if it still works with the R version > shipped with arch and you upgraded R from a third party repo. how did you > upgrade R? I upgraded R from the Arch repository. The two Arch packages (rkward and r) have the same maintainer / packager. ~ pacman -Qi r Name : r Version : 4.3.1-2 Description : Language and environment for statistical computing and graphics Architecture : x86_64 URL : https://www.r-project.org/ Licenses : GPL Groups : None Provides : r-kernsmooth=2.23.21 r-mass=7.3.60 r-matrix=1.5.4.1 r-base=4.3.1 r-boot=1.3.28.1 r-class=7.3.22 r-cluster=2.1.4 r-codetools=0.2.19 r-compiler=4.3.1 r-datasets=4.3.1 r-foreign=0.8.84 r-grdevices=4.3.1 r-graphics=4.3.1 r-grid=4.3.1 r-lattice=0.21.8 r-methods=4.3.1 r-mgcv=1.8.42 r-nlme=3.1.162 r-nnet=7.3.19 r-parallel=4.3.1 r-rpart=4.1.19 r-spatial=7.3.16 r-splines=4.3.1 r-stats=4.3.1 r-stats4=4.3.1 r-survival=3.5.5 r-tcltk=4.3.1 r-tools=4.3.1 r-translations=4.3.1 r-utils=4.3.1 Depends On : lapack libtiff pcre2 perl libxmu pango zip unzip curl icu which Optional Deps : tk: tcl/tk interface [installed] texlive-bin: latex sty files [installed] gcc-fortran: needed to compile some CRAN packages [installed] blas-openblas: faster linear algebra [installed] Required By : python-rchitect radian rkward rstudio-desktop-bin Optional For : graphviz Conflicts With : None Replaces : None Installed Size : 84.02 MiB Packager : Antonio Rojas <arojas@archlinux.org> Build Date : Sun 18 Jun 2023 06:19:57 AM -03 Install Date : Wed 28 Jun 2023 10:10:38 PM -03 Install Reason : Explicitly installed Install Script : No Validated By : Signature ~ pacman -Qi rkward Name : rkward Version : 0.7.5-2 Description : An easy to use and easily extensible IDE/GUI for R Architecture : x86_64 URL : https://rkward.kde.org/ Licenses : GPL Groups : None Provides : None Depends On : qt5-webengine ktexteditor r Optional Deps : None Required By : None Optional For : None Conflicts With : None Replaces : None Installed Size : 15.68 MiB Packager : Antonio Rojas <arojas@archlinux.org> Build Date : Tue 06 Dec 2022 02:23:59 PM -03 Install Date : Tue 06 Dec 2022 06:19:24 PM -03 Install Reason : Explicitly installed Install Script : No Validated By : Signature This should no longer be an issue in RKWard 0.8.0. If you ever do see something similar again, there, please file a new ticket. |