Search
1000 results for “rkward”
-
Let me recommend you one of the oldest integrated development environments and graphical user interfaces for R, which is #RKWard @rkward . It is in existence since 2002, has many features and I happen to like it a lot. It's 100% open source, extendable ... you name it. In 2012 we even underwent peer review. Admittedly, this is quite some time ago, but in the meantime support for Markdown, Quarto and other technologies was integrated.
-
@ruedin
What is your take on setdw()? Usually it's not recommended to use it because it can cause issues in the long run. In our #RKWard we have a button which the user just pushes and he will immediately change to the working directory. Methinks for RStudio/Posit, it should be quite similar. (I know, this video is about plain #rstats, thus no IDE) -
Did you know that #RKWard can be extended by plugins?
https://rkward.kde.org/doc/rkwardplugins/
For example, you can use this to create custom GUIs for repetitive tasks.
For example those here are available:
https://mirrors.xtom.com/kde-application/rkward/R/index.html
They can be easily installed as described in the README
-
@djnavarro
I can promise that we at #RKWard have no AI plans. 😎 -
The latest RKWard release 0.8.2 brings improved package installation (now defaulting to pkgType="both" on Windows/Mac), smoother code completion (including filename completion inside quotes), and a more stable UI. Enjoy UTF-8 support on Windows, enhanced R Console preview mode with plots, and new Quick Code Navigation features.
Several bugs have been fixed, and plugins now support more readable GUI logic.
-
Thomas is preparing the next release of #RKWard
The 1st new feature is "(Quick) Code Navigation" (You will love it). This allows to navigate, select, and run code based on the parsed structure, rather than just line by line.
The 2nd is the "R Console" preview mode (again, in script windows), now also includes further options, and, importantly, graphs. This even allows tracking the evolution of a plot statement by statement.
AppImage and more here: https://cdn.kde.org/ci-builds/education/rkward/master/
-
@begasus @begasus
From our perspective that QtWebEngine is indeed a pain point for Qt 6.x, and unfortunately, there's no alternative at the moment. We'd love to replace or make it optional if possible. We do not see a solution to this.
For working with R 4.5, we suggest trying the kf5-branch from Git. However, that branch will also become outdated over time.
Thanks for your efforts in keeping things updated on Haiku! 🙏
-
@[email protected]
In RKWard we have a data viewer but not a data explorer.Due to the integration of the Kate text editor, we also have functionality to operate the editor like vi.
-
@tinyspheresof @rkward Sorry for the late response. Currently, there is no such functionality in #rkward, except that one in the screenshot.
But let me tell you about an upcoming feature called “Code navigation”. It is enabled in the latest AppImage (https://cdn.kde.org/ci-builds/education/rkward/master/linux/)
It helps you to very quickly navigate the R and #RMarkdown scripts. It will address your problem directly. -
@jan
Do you mean KDE HUD
https://m.youtube.com/watch?v=b8uQGPQvcRk&t=10s
Ctrl + Alt + I
"Find Action" in the help menu
But not all applications have it. #RKWard, #Kate, #Dolphin have it -
I'm trying out #Rkward on my new #KDEneon install. Is there any way in an #Rmarkdown script to highlight the code blocks/chunks in the script editor? They now have the same background as the rest of the script, and don't really stand out.
The three backticks / graves at the start and end of the code block do have a different background colour, but not the code in between.
-
📊 #RKWard, the powerful #rstats IDE/GUI has just released its latest update 0.8.1 /w enhancements. 🚀
- Now you can register your custom R functions in the menu using rk.menu()! 💪
- New plugin for Linux users to easily download the latest AppImage version. 👾
- Several fixes 🖼️.
- The glyph()-functionality has been implemented for better visual representation in the RK() device! ✨More info here: https://rkward.kde.org/
-
@HydrePrever You could give #RKWard a try. It is pretty accessible even without a mouse. We have support for vim and key bindings, since our IDE editor is based on #Kate editor.
RKWard has an R terminal and a console (terminal) (can be enabled/modified via the settings under Kate plugins).
-
-
in case you are testing the CI builds of #RKWard AppImages, you can now call `rk.download_appimage()` to update your current image with the most recent one. add the `overwrite=TRUE` (or `o=T`) argument to actually replace the file. see `?rk.download_appimage` for more options. if RKWard doesn't find that function, your #AppImage is too old:
https://cdn.kde.org/ci-builds/education/rkward/master/linux/
there's now also an experimental RKWard plugin you can test:
-
The practical thing about #RKWard is that you can enter commands for each session that are always executed. For example, you can use this to load certain packages as standard. Here in the example I use the great library data.table, which is automatically loaded at each start of RKWard.
-
As of 24 April 2026, RKWard @rkward 0.8.3 is available. This release ensures compatibility with R 4.6.0 and later versions.
🔹 Support for #QWebView HTML rendering to improve stability.
🔹 New custom script preview modes for advanced users.
🔹 Various bug fixes and R highlighting improvements.If you are upgrading to R 4.6.0, please ensure you use version 0.8.3 or later. Downloads are available in the usual place. Feedback is welcome!
-
@EJWagenmakers Although I do not use #JASP, but #RKWard, I recommend it to the bachelor and master students I teach in #biotechnology and #forensics. This is a great resource.