|
1 | | -# Created with YamlCreate.ps1 Dumplings Mod |
2 | | -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json |
3 | | - |
4 | | -PackageIdentifier: KDE.RKWard |
5 | | -PackageVersion: 0.8.2 |
6 | | -PackageLocale: en-US |
7 | | -Publisher: KDE e.V. |
8 | | -PublisherUrl: https://kde.org/ |
9 | | -PublisherSupportUrl: https://rkward.kde.org/Contact.html |
10 | | -PrivacyUrl: https://kde.org/privacypolicy/ |
11 | | -Author: KDE e.V. |
12 | | -PackageName: RKWard |
13 | | -PackageUrl: https://rkward.kde.org/ |
14 | | -License: GPL-2.0-or-later |
15 | | -LicenseUrl: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html |
16 | | -Copyright: (c) 2002 - 2024 |
17 | | -ShortDescription: RKWard is an easy to use and easily extensible IDE/GUI for R. |
18 | | -Description: |- |
19 | | - RKWard is an easy to use and easily extensible IDE/GUI for R. It aims to combine the power of the R-language with the ease of use of commercial statistics tools. |
20 | | -
|
21 | | - RKWard’s features include: |
22 | | - - Spreadsheet-like data editor |
23 | | - - Syntax highlighting, code folding and code completion |
24 | | - - Data import (e.g. SPSS, Stata and CSV) |
25 | | - - Plot preview and browsable history |
26 | | - - R package management |
27 | | - - Workspace browser |
28 | | - - GUI dialogs for all kinds of statistics and plots |
29 | | -
|
30 | | - RKWard’s features can be extended by plugins, and it’s all free software. |
31 | | -Tags: |
32 | | -- ide |
33 | | -- r |
34 | | -- rstats |
35 | | -- statistics |
36 | | -- stats |
37 | | -ReleaseNotes: |- |
38 | | - - Fixed: Package installation dialog now works with options(pkgType="both"), and this is now the default on Windows and Mac |
39 | | - - Adeed: Allow to show kate plugin provided code completion lists (e.g. snippets or project plugin) |
40 | | - - Fixed: Code completion (importantly filename completion) failed to trigger inside quotes |
41 | | - - Fixed: Code completion hints would sometimes be misplaced to top-left cursor position |
42 | | - - Fixed: Call hint did not show active function along with arguments |
43 | | - - Changed: R backend now uses UTF-8 mode on Windows |
44 | | - - Added: options(error) may now be set freely (no longer needs to be .rk.do.error for correct behavior) |
45 | | - - Fixed: Attached windows would not always be placed in the most recently active pane (in a split view) |
46 | | - - Fixed: Crash when switching from dialog to wizard interface in plugins providing a preview |
47 | | - - Fixed: Crash using context menu while data editor is visible, under certain conditions |
48 | | - - Added: Enhanced "R Console" preview mode, including produced plots |
49 | | - - Added: New mechanism RK.addHook() to monitor RK() devices for modifications |
50 | | - - Added: Actions to navigate R code based on its structure & Quick Code Navigation Mode |
51 | | - - Added: Plugins: Enhance addChangeCommand() to allow writing more readable GUI logic code |
52 | | - - Added: Plugins: Simplify running R commands inside GUI logic code |
53 | | - - Fixed: Crash on script errors in plugins |
54 | | - - Fixed: Printing of captured R messages/warnings in plugins was broken |
55 | | - - Internal: Code cleanups |
56 | | - - Internal: Remove dependency on Qt5-compatibility library |
57 | | -ReleaseNotesUrl: https://invent.kde.org/education/rkward/-/blob/master/ChangeLog |
58 | | -Documentations: |
59 | | -- DocumentLabel: User Documentation |
60 | | - DocumentUrl: https://rkward.kde.org/User_Documentation.html |
61 | | -ManifestType: defaultLocale |
62 | | -ManifestVersion: 1.10.0 |
| 1 | +# Created with YamlCreate.ps1 Dumplings Mod |
| 2 | +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json |
| 3 | + |
| 4 | +PackageIdentifier: KDE.RKWard |
| 5 | +PackageVersion: 0.8.2 |
| 6 | +PackageLocale: en-US |
| 7 | +Publisher: KDE e.V. |
| 8 | +PublisherUrl: https://kde.org/ |
| 9 | +PublisherSupportUrl: https://rkward.kde.org/Contact.html |
| 10 | +PrivacyUrl: https://kde.org/privacypolicy/ |
| 11 | +Author: KDE e.V. |
| 12 | +PackageName: RKWard |
| 13 | +PackageUrl: https://rkward.kde.org/ |
| 14 | +License: GPL-2.0-or-later |
| 15 | +LicenseUrl: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html |
| 16 | +Copyright: (c) 2002 - 2024 |
| 17 | +ShortDescription: RKWard is an easy to use and easily extensible IDE/GUI for R. |
| 18 | +Description: |- |
| 19 | + RKWard is an easy to use and easily extensible IDE/GUI for R. It aims to combine the power of the R-language with the ease of use of commercial statistics tools. |
| 20 | +
|
| 21 | + RKWard’s features include: |
| 22 | + - Spreadsheet-like data editor |
| 23 | + - Syntax highlighting, code folding and code completion |
| 24 | + - Data import (e.g. SPSS, Stata and CSV) |
| 25 | + - Plot preview and browsable history |
| 26 | + - R package management |
| 27 | + - Workspace browser |
| 28 | + - GUI dialogs for all kinds of statistics and plots |
| 29 | +
|
| 30 | + RKWard’s features can be extended by plugins, and it’s all free software. |
| 31 | +Tags: |
| 32 | +- ide |
| 33 | +- r |
| 34 | +- rstats |
| 35 | +- statistics |
| 36 | +- stats |
| 37 | +ReleaseNotes: |- |
| 38 | + - Fixed: Package installation dialog now works with options(pkgType="both"), and this is now the default on Windows and Mac |
| 39 | + - Adeed: Allow to show kate plugin provided code completion lists (e.g. snippets or project plugin) |
| 40 | + - Fixed: Code completion (importantly filename completion) failed to trigger inside quotes |
| 41 | + - Fixed: Code completion hints would sometimes be misplaced to top-left cursor position |
| 42 | + - Fixed: Call hint did not show active function along with arguments |
| 43 | + - Changed: R backend now uses UTF-8 mode on Windows |
| 44 | + - Added: options(error) may now be set freely (no longer needs to be .rk.do.error for correct behavior) |
| 45 | + - Fixed: Attached windows would not always be placed in the most recently active pane (in a split view) |
| 46 | + - Fixed: Crash when switching from dialog to wizard interface in plugins providing a preview |
| 47 | + - Fixed: Crash using context menu while data editor is visible, under certain conditions |
| 48 | + - Added: Enhanced "R Console" preview mode, including produced plots |
| 49 | + - Added: New mechanism RK.addHook() to monitor RK() devices for modifications |
| 50 | + - Added: Actions to navigate R code based on its structure & Quick Code Navigation Mode |
| 51 | + - Added: Plugins: Enhance addChangeCommand() to allow writing more readable GUI logic code |
| 52 | + - Added: Plugins: Simplify running R commands inside GUI logic code |
| 53 | + - Fixed: Crash on script errors in plugins |
| 54 | + - Fixed: Printing of captured R messages/warnings in plugins was broken |
| 55 | + - Internal: Code cleanups |
| 56 | + - Internal: Remove dependency on Qt5-compatibility library |
| 57 | +ReleaseNotesUrl: https://invent.kde.org/education/rkward/-/blob/master/ChangeLog |
| 58 | +Documentations: |
| 59 | +- DocumentLabel: User Documentation |
| 60 | + DocumentUrl: https://rkward.kde.org/User_Documentation.html |
| 61 | +ManifestType: defaultLocale |
| 62 | +ManifestVersion: 1.10.0 |
0 commit comments