[websites/rkward-kde-org] /: Update some screenshots

Thomas Friedrichsmeier null at kde.org
Mon May 30 12:04:46 BST 2022


Git commit a500b2675caf81c45282c4fdeea35a1409e712c5 by Thomas Friedrichsmeier.
Committed on 29/05/2022 at 13:05.
Pushed by tfry into branch 'master'.

Update some screenshots

M  +18   -49   Screenshots.md
A  +28   -0    _includes/2022_05_30_announce_0.7.4_body.md
A  +13   -0    _includes/2022_05_30_announce_0.7.4_teaser.md
M  +-    --    assets/img/BetaCLT.png
M  +-    --    assets/img/ConfigurePackages.png
M  +-    --    assets/img/ConfigureRKWard1.png
M  +-    --    assets/img/EditorDataFrame.png
M  +-    --    assets/img/ExamplePluginStep1.png
M  +-    --    assets/img/ExamplePluginStep2.png
M  +-    --    assets/img/LoadPackages.png
M  +-    --    assets/img/MainWindow.png
A  +-    --    assets/img/PreviewConsole.png
A  +-    --    assets/img/PreviewOutput.png
A  +-    --    assets/img/PreviewRmd.png

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

diff --git a/Screenshots.md b/Screenshots.md
index 4b1adfd..23a8f5c 100644
--- a/Screenshots.md
+++ b/Screenshots.md
@@ -10,11 +10,7 @@ On this page:
 
 ## Main Window
 
-Startup dialog
-
-![StartupSelection.png](/assets/img/StartupSelection.png)
-
-The main application window with an introductory help page. At the left and there are several buttons to expand / collapse tool windows.
+The main application window with a dashboard of recent files and common tasks. At the left and there are several buttons to expand / collapse tool windows (RKWard 0.7.4).
 
 ![MainWindow.png](/assets/img/MainWindow.png)
 
@@ -28,14 +24,10 @@ The application window with tabs detached from the main window. They can be atta
 
 ## Browsing / Editing Data
 
-The integrated editor allows to edit data.frames. Invalid cells are marked up. The workspace browser on the left allows you to see the objects in your workspace at a glance.
+The integrated editor allows to edit data.frames. Invalid cells are marked up. The workspace browser on the left allows you to see the objects in your workspace at a glance (RKWard 0.7.4).
 
 ![EditorDataFrame.png](/assets/img/EditorDataFrame.png)
 
-Other types of objects are not yet editable, but basic information on almost all data objects is available from a simple context menu.
-
-![ViewObject.png](/assets/img/ViewObject.png)
-
 ## Editing Scripts
 
 RKWard offers comfortable editing of R scripts using a built in editor. This is based on the powerful kate editor and offers - among others - syntax highlighting, object name completion, function argument hinting, and the ability to define and run various sections of code with a keyboard shortcut.
@@ -46,6 +38,15 @@ Example of object name completion
 
 ![ScriptEditor2.png](/assets/img/ScriptEditor2.png)
 
+RKWard provides a live preview for editing R Markdown documents (RKWard 0.7.4).
+![PreviewRmd.png](/assets/img/PreviewRmd.png)
+
+Similar previews are available for RKWard output... (RKWard 0.7.4)
+![PreviewOutput.png](/assets/img/PreviewOutput.png)
+
+... but also for regular interactive R commands (RKWard 0.7.4)
+![PreviewConsole.png](/assets/img/PreviewConsole.png)
+
 ## The R Console
 
 The R Console window offers direct interaction with the R interpreter, much like a regular R Console. Here, the console window has been detached from the main application window. All tool and document windows can be separated from and reattached to the main window.
@@ -72,27 +73,27 @@ Further output specific options.
 
 ## Configuring and Loading Packages
 
-Many, many add-on packages can be downloaded for R. RKWard offers a graphical interface to browse, install, and update such packages.
+Thousands of add-on packages can be downloaded for R. RKWard offers a graphical interface to browse, install, and update such packages (RKWard 0.7.4).
 
 ![ConfigurePackages.png](/assets/img/ConfigurePackages.png)
 
-This dialog allows to easily load/unload multiple packages simultaneously.
+This dialog allows to easily load/unload multiple packages simultaneously (RKWard 0.7.4).
 
 ![LoadPackages.png](/assets/img/LoadPackages.png)
 
 ## Example Dialogs: T-Test
 
-This is an example of a more complex plugin. This provides a visualization of the Central Limit Theorem for the Beta distribution. The Preview graph window allows you to see the effect of your changes directly.
+Simple paired sample t-test plugin. Most dialogs come with a preview, so you can easily verify that all options are set up as intended, before recording the result to the output window (RKWard 0.7.4).
 
 ![ExamplePluginStep1.png](/assets/img/ExamplePluginStep1.png)
 
-Internally, the statistical plugins simply generate R code according to your settings. You can view the generated code as you make changes, and copy-and-paste it to your own scripts.
+Internally, the statistical plugins simply generate R code according to your settings. You can view the generated code as you make changes, and copy-and-paste it to your own scripts (RKWard 0.7.4).
 
 ![ExamplePluginStep2.png](/assets/img/ExamplePluginStep2.png)
 
 ## Example Dialogs: Beta CLT
 
-This is an example of a more complex plugin. This provides a visualization of the Central Limit Theorem for the Beta distribution. The Preview graph window allows you to see the effect of your changes directly.
+This is an example of a more complex plugin. This provides a visualization of the Central Limit Theorem for the Beta distribution. The Preview graph window allows you to see the effect of your changes directly (RKWard 0.7.4).
 
 ![BetaCLT.png](/assets/img/BetaCLT.png)
 
@@ -117,41 +118,9 @@ Graphics devices can be copied to the Output (Device > Copy to output) from wher
 
 ## Settings Window
 
-![ConfigureRKWard1.png](/assets/img/ConfigureRKWard1.png)
-
-## Menubar
-
-File Menu
-
-![Menubar01_File.png](/assets/img/Menubar01_File.png)
-
-Edit Menu
-
-![Menubar02_Edit.png](/assets/img/Menubar02_Edit.png)
+A glance into available configuration options (RKWard 0.7.4).
 
-Workspace Menu
-
-![Menubar03_Workspace.png](/assets/img/Menubar03_Workspace.png)
-
-Run Menu
-
-![Menubar04_Run.png](/assets/img/Menubar04_Run.png)
-
-Anaylsis Menu
-
-![Menubar05_Analysis.png](/assets/img/Menubar05_Analysis.png)
-
-Plots Menu
-
-![Menubar06_Plots.png](/assets/img/Menubar06_Plots.png)
-
-Distributions Menu
-
-![Menubar07_Distributions.png](/assets/img/Menubar07_Distributions.png)
-
-Windows Menu
-
-![Menubar08_Windows.png](/assets/img/Menubar08_Windows.png)
+![ConfigureRKWard1.png](/assets/img/ConfigureRKWard1.png)
 
 ## Graphics history actions
 
diff --git a/_includes/2022_05_30_announce_0.7.4_body.md b/_includes/2022_05_30_announce_0.7.4_body.md
new file mode 100644
index 0000000..f6dcf1d
--- /dev/null
+++ b/_includes/2022_05_30_announce_0.7.4_body.md
@@ -0,0 +1,28 @@
+As usual, we're looking forward to your [feedback](Contact.html) suggestions, and contributions!
+
+#### The changes in detail:
+
+  - New features and improvements
+     - Support "step into" and "finish current" modes in the R debugger window
+     - When directly upgrading from very old versions (pre 0.6.3, currently), discard existing config settings
+     - Plugin maps with the same id are grouped together, and the most recent version is used, automatically
+     - Added functionality to install add-on packages directly from git (formerly available as external plugin rk.gitInstall)
+     - Add option to show ANOVA table for linear regression
+     - Add default preview() function is available to plugins, reducing the code needed to add preview functionality
+     - Add preview functionality to most existing plugins that did not have it, yet
+     - Better placement of messages in non-plot preview windows
+     - Package installation uses inline widget to provide progress feedback, instead of separate dialogs
+     - Package installation no longer uses an external process, unless required for root permissions
+     - (Re-)added improved "Import Assistant" to help getting started with importing data
+     - "Paste special" can now also paste data.frames with labels, and is available in the Workspace Browser context menu
+     - Add "rio"-based generic import plugin
+     - Allow separate analysis by grouping factors in Analysis->Descriptive Statistics
+     - Rework help start page to serve as a dashboard for common tasks, replacing the old startup dialog
+  - Bug fixes
+     - Fixed: Disabling a <row> element in plugins would not make the sub-elements non-required
+     - Fixed some problems with cancelling running commands
+     - Fixed: Package installation as root would fail to find kdesu/kdesudo on recent systems
+     - Fixed: R help pages would refuse to open in new tab
+     - Fixed: Windows: Issues with some shiny apps due to a too small stack size
+     - Fixed: Installation from dialog would fail for R packages requiring the rkward package
+     - Fix quirks around "Save as" for rkward output documents
diff --git a/_includes/2022_05_30_announce_0.7.4_teaser.md b/_includes/2022_05_30_announce_0.7.4_teaser.md
new file mode 100644
index 0000000..cd6d81e
--- /dev/null
+++ b/_includes/2022_05_30_announce_0.7.4_teaser.md
@@ -0,0 +1,13 @@
+### RKWard 0.7.4
+
+*30 May 2022*
+
+A new release, RKWard 0.7.4, is available for [download](Download_RKWard.html), today.
+This release cycle was particularly focused on streamlining the first steps with RKWard (but long time users
+will appreciate these changes as well): The "Welcome to RKWard" page has been reworked, entirely, and now serves
+as a "dashboard" with some of the most important tasks, including, among others, several new options for importing
+data from other programs. Several excess dialogs that would greet new users have been
+removed.
+
+Beyond this, almost all plugins now support a preview, helping to see results faster, and to send only intended output to the output window.
+
diff --git a/assets/img/BetaCLT.png b/assets/img/BetaCLT.png
index 1fa4508..a94cc9d 100644
Binary files a/assets/img/BetaCLT.png and b/assets/img/BetaCLT.png differ
diff --git a/assets/img/ConfigurePackages.png b/assets/img/ConfigurePackages.png
index 9fa0297..5c30ebb 100644
Binary files a/assets/img/ConfigurePackages.png and b/assets/img/ConfigurePackages.png differ
diff --git a/assets/img/ConfigureRKWard1.png b/assets/img/ConfigureRKWard1.png
index f702e65..90fd34c 100644
Binary files a/assets/img/ConfigureRKWard1.png and b/assets/img/ConfigureRKWard1.png differ
diff --git a/assets/img/EditorDataFrame.png b/assets/img/EditorDataFrame.png
index 8a15a26..b945cfa 100644
Binary files a/assets/img/EditorDataFrame.png and b/assets/img/EditorDataFrame.png differ
diff --git a/assets/img/ExamplePluginStep1.png b/assets/img/ExamplePluginStep1.png
index 8042e68..ba305fd 100644
Binary files a/assets/img/ExamplePluginStep1.png and b/assets/img/ExamplePluginStep1.png differ
diff --git a/assets/img/ExamplePluginStep2.png b/assets/img/ExamplePluginStep2.png
index c2f3df9..301cb1d 100644
Binary files a/assets/img/ExamplePluginStep2.png and b/assets/img/ExamplePluginStep2.png differ
diff --git a/assets/img/LoadPackages.png b/assets/img/LoadPackages.png
index bee9a07..884d07d 100644
Binary files a/assets/img/LoadPackages.png and b/assets/img/LoadPackages.png differ
diff --git a/assets/img/MainWindow.png b/assets/img/MainWindow.png
index 88805e3..13f01c2 100644
Binary files a/assets/img/MainWindow.png and b/assets/img/MainWindow.png differ
diff --git a/assets/img/PreviewConsole.png b/assets/img/PreviewConsole.png
new file mode 100644
index 0000000..1102a19
Binary files /dev/null and b/assets/img/PreviewConsole.png differ
diff --git a/assets/img/PreviewOutput.png b/assets/img/PreviewOutput.png
new file mode 100644
index 0000000..3a5324d
Binary files /dev/null and b/assets/img/PreviewOutput.png differ
diff --git a/assets/img/PreviewRmd.png b/assets/img/PreviewRmd.png
new file mode 100644
index 0000000..91ced7c
Binary files /dev/null and b/assets/img/PreviewRmd.png differ


More information about the rkward-tracker mailing list