[websites/rkward-kde-org] /: RKWard 0.8.2

Thomas Friedrichsmeier null at kde.org
Thu Oct 2 18:42:15 BST 2025


Git commit e57e415a9964ac8632aadbf0bf898dd08ed41bc3 by Thomas Friedrichsmeier.
Committed on 01/10/2025 at 11:55.
Pushed by tfry into branch 'master'.

RKWard 0.8.2

M  +2    -2    config.yaml
M  +1    -1    content/_index.md
A  +41   -0    content/news/rkward-0.8.2.md

https://invent.kde.org/websites/rkward-kde-org/-/commit/e57e415a9964ac8632aadbf0bf898dd08ed41bc3

diff --git a/config.yaml b/config.yaml
index ed2d7c1..2a0d1e5 100644
--- a/config.yaml
+++ b/config.yaml
@@ -45,7 +45,7 @@ params:
   rssSection: news
   showPatrons: false
   displayTitle: true
-  rkwardVersion: "0.8.1"
-  rkwardVersionDate: "Apr 22, 2025"
+  rkwardVersion: "0.8.2"
+  rkwardVersionDate: "Oct 01, 2025"
 rssLimit: 4
 summaryLength: 15
diff --git a/content/_index.md b/content/_index.md
index 90e63c8..938b904 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -30,7 +30,7 @@ New to RKWard? Check out our online <a href="/user-documentation">user documenta
 
 ## Citation
 
-  - Suggested citation for RKWard itself (please do not forget to update the version number as appropriate): Friedrichsmeier, T. & the RKWard Team (2022). RKWard: Frontend to the R statistics language. Version 0.7.4. https://rkward.kde.org
+  - Suggested citation for RKWard itself (please do not forget to update the version number as appropriate): Friedrichsmeier, T. & the RKWard Team (2025). RKWard: Frontend to the R statistics language. Version 0.8.2. https://rkward.kde.org
   - Peer review article on RKWard in the Journal of Statistical Software (2012) http://dev1.jstatsoft.org/article/view/v049i09
 
 ## You can help
diff --git a/content/news/rkward-0.8.2.md b/content/news/rkward-0.8.2.md
new file mode 100644
index 0000000..0f10876
--- /dev/null
+++ b/content/news/rkward-0.8.2.md
@@ -0,0 +1,41 @@
+---
+title: RKWard 0.8.2
+date: 2025-10-01
+---
+
+A new release, RKWard 0.8.2, is available for [download](/download), today. The new release brings some powerful additions which may, however, not be immediately visibile at first glance. The first of these is the much improved "R Console" preview mode: In an R script window, bring up the "Preview" menu and select
+"R Console". Importantly, besides additional options, the preview mode can now also keep track of changes you make to on-screen graphics. This allows you to
+create a full record of your interactive session, on the fly.
+
+Another new feature for power users is the Quick Code Naviation Mode for R scripts, which allows to navigate R code based on it syntactic structur, very quickly,
+i.e. you can move to, or select the next, or previous statement, inner or outer statements, etc. In a script editor window, activate the mode from the toolbar
+(or hit Meta+N), and click on the small help-link for a comprehensive list of options, and shortcuts.
+
+Last but not least, the separate repository of plugin packages for RKWard has received several interesting addtions, recently. See
+Settings->Manage R packages->Install to browse the list.
+
+As usual, we're looking forward to your [feedback](/contact) suggestions, and contributions!
+
+#### The changes in detail:
+
+- New features and improvements
+   - Adeed: Allow to show kate plugin provided code completion lists (e.g. snippets or project plugin)
+   - Changed: R backend now uses UTF-8 mode on Windows
+   - Added: options(error) may now be set freely (no longer needs to be .rk.do.error for correct behavior)
+   - Added: Enhanced "R Console" preview mode, including produced plots
+   - Added: New mechanism RK.addHook() to monitor RK() devices for modifications
+   - Added: Actions to navigate R code based on its structure & Quick Code Navigation Mode
+   - Added: Plugins: Enhance addChangeCommand() to allow writing more readable GUI logic code
+   - Added: Plugins: Simplify running R commands inside GUI logic code
+   - Internal: Code cleanups
+   - Internal: Remove dependency on Qt5-compatibility library
+- Bug fixes
+   - Fixed: Package installation dialog now works with options(pkgType="both"), and this is now the default on Windows and Mac
+   - Fixed: Code completion (importantly filename completion) failed to trigger inside quotes
+   - Fixed: Code completion hints would sometimes be misplaced to top-left cursor position
+   - Fixed: Call hint did not show active function along with arguments
+   - Fixed: Attached windows would not always be placed in the most recently active pane (in a split view)
+   - Fixed: Crash when switching from dialog to wizard interface in plugins providing a preview
+   - Fixed: Crash using context menu while data editor is visible, under certain conditions
+   - Fixed: Crash on script errors in plugins
+   - Fixed: Printing of captured R messages/warnings in plugins was broken


More information about the rkward-tracker mailing list