[websites/rkward-kde-org] /: Assorted fixes
Thomas Friedrichsmeier
null at kde.org
Fri Apr 24 14:05:29 BST 2026
Git commit 11d11829a964e175efcd5e56ee20a49228e5c7c0 by Thomas Friedrichsmeier.
Committed on 24/04/2026 at 07:20.
Pushed by tfry into branch 'master'.
Assorted fixes
M +5 -1 config.yaml
M +1 -1 content/download.md
M +2 -2 content/rkward-on-mac.md
M +4 -12 content/rkward-on-windows.md
https://invent.kde.org/websites/rkward-kde-org/-/commit/11d11829a964e175efcd5e56ee20a49228e5c7c0
diff --git a/config.yaml b/config.yaml
index 694a66c..5ea02a4 100644
--- a/config.yaml
+++ b/config.yaml
@@ -46,7 +46,11 @@ params:
showPatrons: false
displayTitle: true
rkwardVersion: "0.8.3"
+ # adjust these for patch releases, if any
+ rkwardFullSourceVersion: "0.8.3"
+ rkwardFullWinVersion: "0.8.3"
+ rkwardFullMacVersion: "0.8.3"
+ rkwardFullAppimageVersion: "0.8.3"
rkwardVersionDate: "Apr 24, 2026"
- rkwardWindowsPatchLevel: ""
rssLimit: 4
summaryLength: 15
diff --git a/content/download.md b/content/download.md
index e2e2b4f..ce85ee5 100644
--- a/content/download.md
+++ b/content/download.md
@@ -12,7 +12,7 @@ menu:
The latest official source packages. See [Building RKWard From Source](/building-rkward-from-source) for help on compiling.
-- **[rkward-{{% param rkwardVersion %}}](https://download.kde.org/stable/rkward/{{% param rkwardVersion %}}/rkward-{{% param rkwardVersion %}}.tar.gz)** (released {{% param rkwardVersionDate %}})
+- **[rkward-{{% param rkwardVersion %}}](https://download.kde.org/stable/rkward/{{% param rkwardVersion %}}/rkward-{{% param rkwardFullSourceVersion %}}.tar.gz)** (released {{% param rkwardVersionDate %}})
- [ChangeLog](https://invent.kde.org/education/rkward/-/blob/releases/{{% param rkwardVersion %}}/ChangeLog)
### Compiled binary packages / build scripts
diff --git a/content/rkward-on-mac.md b/content/rkward-on-mac.md
index 0d75727..a8dff06 100644
--- a/content/rkward-on-mac.md
+++ b/content/rkward-on-mac.md
@@ -14,11 +14,11 @@ The 0.8.0 version of RKWard on Mac is known to crash during startup, occasionall
### Requirements
* RKWard {{% param rkwardVersion %}} currently requires Mac OS X 10.15 or higher.
-* **You have to install R, separately**, version 4.2.0 or higher. Get it from <https://www.r-project.org/>. Make sure to
+* **You have to install R, separately**, version 4.2.0 or higher. Get it from <https://www.r-project.org/>.
### Download latest official version
-* .dmg instalatation image of RKWard {{% param rkwardVersion %}} can be found at: <https://download.kde.org/stable/rkward/{{% param rkwardVersion %}}/>. Be sure to select the .dmg suitable for your architecture (x86 or arm). **This must match the architecture of your R installation**, even if your system supports both types of binary.
+* .dmg instalatation images of RKWard {{% param rkwardVersion %}} can be found at: <https://download.kde.org/stable/rkward/{{% param rkwardVersion %}}/>. Be sure to select the .dmg suitable for your architecture (x86 or arm). **This must match the architecture of your R installation**, even if your system supports both types of binary.
### Installation procedure
diff --git a/content/rkward-on-windows.md b/content/rkward-on-windows.md
index 90fa9ac..f8e7a11 100644
--- a/content/rkward-on-windows.md
+++ b/content/rkward-on-windows.md
@@ -4,7 +4,7 @@ title: Download and install RKWard on Windows
## Lastest official release
-* RKWard {{% param rkwardVersion %}} <https://download.kde.org/stable/rkward/{{% param rkwardVersion %}}/rkward-{{% param rkwardVersion %}}{{% param rkwardWindowsPatchLevel %}}-x86_64.exe> (includes R 4.3.3, but you can also use a separate installation of R)
+* RKWard {{% param rkwardVersion %}} <https://download.kde.org/stable/rkward/{{% param rkwardVersion %}}/rkward-{{% param rkwardFullWinVersion %}}-x86_64.exe> (includes R 4.5.3, but you can also use a separate installation of R)
## Installing the official release
@@ -17,18 +17,10 @@ Nightly development snapshots are available from
these are built, automatically, and provided without any human testing.
Back up your data, before using these.
-## Updating R inside the RKWard installation
+## Using a different version of R with your RKWard installation
-Since RKWard 0.7.1, updating R is often possible without any updates to RKWard, especially, for patch level releases of R (e.g. 4.1.**3** over 4.1.**2**).
-
-The recommended way to update R is to
-
-1. Install R as usual, in its default installation location.
-2. Open the file `[Your\RKWard\Installation\]\KDE\bin\rkward.ini`, and change
- the path for "R_executable" to either "auto" or the full path to R.exe.
-3. In case of any problems revert the changes to rkward.ini.
-
-Alternatively, you can install your new version of R to `[Your\RKWard\Installation\]KDE\libs\R`. The potential advantage is that you will not have to reinstall your R packages after updating R (although it is still recommendable to do so).
+To use RKWard with a different version of R than contained in the package, just install that version of R, separately. Then, in RKWard select _Settings_->_Check installation_, and select that installation
+as the new backend.
## Compiling RKWard from source on Windows
More information about the rkward-tracker
mailing list