Skip to content

Commit 8814cc6

Browse files
authored
Update: KDE.RKWard version 0.8.2 (microsoft#301397)
1 parent 40d0cfc commit 8814cc6

4 files changed

Lines changed: 142 additions & 142 deletions

File tree

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
1-
# Created with YamlCreate.ps1 Dumplings Mod
2-
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json
3-
4-
PackageIdentifier: KDE.RKWard
5-
PackageVersion: 0.8.2
6-
InstallerType: inno
7-
UpgradeBehavior: install
8-
FileExtensions:
9-
- r
10-
- rdata
11-
- rko
12-
- rmd
13-
ProductCode: RKWard_is1
14-
ReleaseDate: 2025-10-01
15-
AppsAndFeaturesEntries:
16-
- DisplayVersion: releases/0.8.2
17-
Installers:
18-
- Architecture: x64
19-
Scope: user
20-
InstallerUrl: https://download.kde.org/stable/rkward/0.8.2/rkward-0.8.2-x86_64.exe
21-
InstallerSha256: 23090361C0F4F1FC21F1ADE65C772484D4445A7FAF974EF84B3DD29C0377C3CB
22-
InstallerSwitches:
23-
Custom: /CURRENTUSER
24-
- Architecture: x64
25-
Scope: machine
26-
InstallerUrl: https://download.kde.org/stable/rkward/0.8.2/rkward-0.8.2-x86_64.exe
27-
InstallerSha256: 23090361C0F4F1FC21F1ADE65C772484D4445A7FAF974EF84B3DD29C0377C3CB
28-
InstallerSwitches:
29-
Custom: /ALLUSERS
30-
ManifestType: installer
31-
ManifestVersion: 1.10.0
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json
3+
4+
PackageIdentifier: KDE.RKWard
5+
PackageVersion: 0.8.2
6+
InstallerType: inno
7+
UpgradeBehavior: install
8+
FileExtensions:
9+
- r
10+
- rdata
11+
- rko
12+
- rmd
13+
ProductCode: RKWard_is1
14+
ReleaseDate: 2025-10-01
15+
AppsAndFeaturesEntries:
16+
- DisplayVersion: releases/0.8.2
17+
Installers:
18+
- Architecture: x64
19+
Scope: user
20+
InstallerUrl: https://download.kde.org/stable/rkward/0.8.2/rkward-0.8.2-1-x86_64.exe
21+
InstallerSha256: BB13FFCC0F6352560331A894E076E1E7122905417A7459D5A3774314AB82EFFA
22+
InstallerSwitches:
23+
Custom: /CURRENTUSER
24+
- Architecture: x64
25+
Scope: machine
26+
InstallerUrl: https://download.kde.org/stable/rkward/0.8.2/rkward-0.8.2-1-x86_64.exe
27+
InstallerSha256: BB13FFCC0F6352560331A894E076E1E7122905417A7459D5A3774314AB82EFFA
28+
InstallerSwitches:
29+
Custom: /ALLUSERS
30+
ManifestType: installer
31+
ManifestVersion: 1.10.0
Lines changed: 62 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -1,62 +1,62 @@
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
Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,41 @@
1-
# Created with YamlCreate.ps1 Dumplings Mod
2-
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json
3-
4-
PackageIdentifier: KDE.RKWard
5-
PackageVersion: 0.8.2
6-
PackageLocale: zh-CN
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 是一款易于使用和扩展的 R 集成开发环境/用户界面。
18-
Description: |-
19-
RKWard 是一款易于使用和扩展的 R 集成开发环境/用户界面,旨在将 R 语言的强大功能与商业统计工具的易用性相结合。
20-
21-
RKWard 的功能包括
22-
- 类似表格的数据编辑器
23-
- 语法高亮、代码折叠和代码补全
24-
- 数据导入(如 SPSS、Stata、CSV)
25-
- 图表预览和可浏览的历史记录
26-
- R 软件包管理
27-
- 工作区浏览器
28-
- 用于各种统计和绘图的图形用户界面对话框
29-
30-
RKWard 的功能可以通过插件进行扩展,并且都是自由软件。
31-
Tags:
32-
- ide
33-
- r
34-
- r语言
35-
- 统计
36-
ReleaseNotesUrl: https://invent.kde.org/education/rkward/-/blob/master/ChangeLog
37-
Documentations:
38-
- DocumentLabel: 用户文档
39-
DocumentUrl: https://rkward.kde.org/User_Documentation.html
40-
ManifestType: locale
41-
ManifestVersion: 1.10.0
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json
3+
4+
PackageIdentifier: KDE.RKWard
5+
PackageVersion: 0.8.2
6+
PackageLocale: zh-CN
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 是一款易于使用和扩展的 R 集成开发环境/用户界面。
18+
Description: |-
19+
RKWard 是一款易于使用和扩展的 R 集成开发环境/用户界面,旨在将 R 语言的强大功能与商业统计工具的易用性相结合。
20+
21+
RKWard 的功能包括
22+
- 类似表格的数据编辑器
23+
- 语法高亮、代码折叠和代码补全
24+
- 数据导入(如 SPSS、Stata、CSV)
25+
- 图表预览和可浏览的历史记录
26+
- R 软件包管理
27+
- 工作区浏览器
28+
- 用于各种统计和绘图的图形用户界面对话框
29+
30+
RKWard 的功能可以通过插件进行扩展,并且都是自由软件。
31+
Tags:
32+
- ide
33+
- r
34+
- r语言
35+
- 统计
36+
ReleaseNotesUrl: https://invent.kde.org/education/rkward/-/blob/master/ChangeLog
37+
Documentations:
38+
- DocumentLabel: 用户文档
39+
DocumentUrl: https://rkward.kde.org/User_Documentation.html
40+
ManifestType: locale
41+
ManifestVersion: 1.10.0
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Created with YamlCreate.ps1 Dumplings Mod
2-
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json
3-
4-
PackageIdentifier: KDE.RKWard
5-
PackageVersion: 0.8.2
6-
DefaultLocale: en-US
7-
ManifestType: version
8-
ManifestVersion: 1.10.0
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json
3+
4+
PackageIdentifier: KDE.RKWard
5+
PackageVersion: 0.8.2
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)