fosstodon.org is one of the many independent Mastodon servers you can use to participate in the fediverse.
Fosstodon is an invite only Mastodon instance that is open to those who are interested in technology; particularly free & open source software. If you wish to join, contact us for an invite.

Administered by:

Server stats:

9.9K
active users

#rkward

0 posts0 participants0 posts today
Replied in thread

@HydrePrever You could give 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 editor.

RKWard has an R terminal and a console (terminal) (can be enabled/modified via the settings under Kate plugins).

Replied in thread

@gmcd


There is an issue indeed. I noticed it when working with the latest changes. I have to check if it is on our side (). I have also an issue with tinyplot in our plot preview tool. I will give you an update once I get my hand on my machine.

Replied in thread

@dansup I still like the idea that FLOSS developers and FLOSS creators can make a living from their work and passion. There are ways, I guess. We at @rkward work on software because we like to do this, just like you. Keep up the good work and the spirit!

Good news! 🚀 RKWard 0.8.0 is now available for download! ⬇️ This new release brings native PDF preview mode (automatic document type detection), ability to select different R version/installation at runtime, and more! 💻 It's the first version to be based on /#KF6. Check out the full list of changes: rkward.kde.org/News.html
Share your feedback & contribute today!

in case you are testing the CI builds of 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 is too old:

cdn.kde.org/ci-builds/educatio

there's now also an experimental RKWard plugin you can test:

github.com/rkward-community/rk

cdn.kde.orgIndex of /ci-builds/education/rkward/master/linux

here's another hint to a very simple, but potentially powerful feature that has for quite a while (available in current stable releases): in the bottom right menu, you can restart the session without restarting the whole application. this will remove all objects from your workspace and unload all packages, while leaving all editor tabs etc. untouched.

do the final run of your scripts in a vanilla environment. also especially helpful for package development.

it's one of the oldest GUIs and IDEs to learn and work with . Here is a nice source:

Gimeno, E. A., Garro, J. C., Alberca, A. S., & Zaragoza de Lorite, A. (2022). Applied Biostatistics with R and rk.Teaching. github.com/asalber/statistics_

One of the upcoming RKWard features is a PDF preview function ( likely too) which hopefully will work soon as on the development branch.

GitHubGitHub - asalber/statistics_practice_rkteaching: Practice of Statistics with R and the package rk.TeachingPractice of Statistics with R and the package rk.Teaching - asalber/statistics_practice_rkteaching

@cboettig @kjhealy It is difficult, but possible, to communicate the best of both worlds together.
E.g.,
[R] > system("ls")
is my friend.

For example, I show my students how to do calls from external tools within R. Of course, it is also possible.
And the misunderstanding about R scripts and RStudio can only be confirmed. People think is . Which, of course, is not quite right. When I show the students , they always ask if the R/Rmd scripts run there too. 🙃

The practical thing about 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.