[rkward] [Bug 524931] New: Setting the warning options fails.
Sebastian Weirich
bugzilla_noreply at kde.org
Sat Aug 29 17:03:36 BST 2026
https://bugs.kde.org/show_bug.cgi?id=524931
Bug ID: 524931
Summary: Setting the warning options fails.
Classification: Applications
Product: rkward
Version First unspecified
Reported In:
Platform: Other
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: R Console
Assignee: rkward-devel at kde.org
Reporter: sebastian.weirich at iqb.hu-berlin.de
Target Milestone: ---
Using the AppImage of RKWard Version 0.8.3 with R 4.6.1 in MX Linux 23.6, I've
encountered the following error:
STEPS TO REPRODUCE
> getOption(x="warn")
[1] 1 # I would have expeced zero here
> options(warn=0)
Fehler in options(warn = 1L, NULL) : ungültiges Argument
> getOption(x="warn")
[1] 1 # The warning option has not been changed.
OBSERVED RESULT
getOption(x="warn") is 1
EXPECTED RESULT
getOption(x="warn") should be 0
SOFTWARE/OS VERSIONS
Operating System: MX Linux 23.6 Debian (I've also reproduced the error in
Windows 11 25H2)
KDE Plasma Version:
KDE Frameworks Version: 6.25.0
Qt Version: 6.10.2
Falls Sie versuchen den Schritt oberhalb zu wiederholen, tritt dann das Problem
wieder auf (nein, manchmal, immer)?
The problem is reproducible after system restart.
Falls zutreffend: Wenn Sie das Selbe in einer R-Sitzung außerhalb von RKWard
durchführen, treten dann die selben Probleme auf?
When I start R directly from terminal and enter the code shown above, the
problem does not occur. As expected, the following is displayed:
> getOption(x=“warn”)
[1] 0
RKWard ist in vielen verschiedenen Paketen erhältlich und manchmal sind
Probleme spezifisch für eine Art der Installation. Wie haben Sie RKWard
installiert (welche Datei(en) haben Sie heruntergeladen)?
I used the AppImage, but the problem was reproducible when I reinstalled RKWard
0.8.3 on Windows 11 as a test.
---Session Info---
-- Frontend --
RKWard version: 0.8.3
KDE Frameworks version (runtime): 6.25.0
KDE Frameworks version (compile time): 6.25.0
Qt version (runtime): 6.10.2
Qt version (compile time): 6.10.2
Using QWebEngine for HTML rendering
Running on: Debian GNU/Linux 12 (bookworm)
Local config directory: /home/weirich/.config
RKWard storage directory: /home/weirich/.rkward/
Backend version (as known to the frontend): 4.6.1
R version (compile time): 4.5.3 (2026-03-11 r89597)
R runtime session info:
R version 4.6.1 (2026-06-24)
Platform: x86_64-pc-linux-gnu
Running under: Debian GNU/Linux 12 (bookworm)
Matrix products: default
BLAS: /usr/lib/x86_64-linux-gnu/blas/libblas.so.3.11.0
LAPACK: /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3.11.0 LAPACK version
3.11.0
locale:
[1] LC_CTYPE=de_DE.UTF-8 LC_NUMERIC=C
LC_TIME=de_DE.UTF-8 LC_COLLATE=de_DE.UTF-8
LC_MONETARY=de_DE.UTF-8
[6] LC_MESSAGES=de_DE.UTF-8 LC_PAPER=de_DE.UTF-8
LC_NAME=de_DE.UTF-8 LC_ADDRESS=de_DE.UTF-8
LC_TELEPHONE=de_DE.UTF-8
[11] LC_MEASUREMENT=de_DE.UTF-8 LC_IDENTIFICATION=de_DE.UTF-8
time zone: Europe/Berlin
tzcode source: system (glibc)
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] rkward_0.8.3
loaded via a namespace (and not attached):
[1] compiler_4.6.1 tools_4.6.1 grid_4.6.1 lattice_0.22-9
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the RKWard
mailing list