Skip to content

Commit 3e30669

Browse files
committed
reset version
1 parent dadbbbc commit 3e30669

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

DESCRIPTION

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: mlr3filters
22
Title: Filter Based Feature Selection for 'mlr3'
3-
Version: 0.4.0.9000
3+
Version: 0.4.0
44
Authors@R:
55
c(person(given = "Patrick",
66
family = "Schratz",
@@ -21,8 +21,8 @@ Authors@R:
2121
family = "Binder",
2222
role = "aut",
2323
email = "[email protected]"))
24-
Description: Extends 'mlr3' with filter methods for feature
25-
selection. Besides standalone filter methods built-in methods of any
24+
Description: Extends 'mlr3' with filter methods for feature selection.
25+
Besides standalone filter methods built-in methods of any
2626
machine-learning algorithm are supported. Partial scoring of
2727
multivariate filter methods is supported.
2828
License: LGPL-3

codemeta.json

+5-6
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
],
66
"@type": "SoftwareSourceCode",
77
"identifier": "mlr3filters",
8-
"description": "Extends 'mlr3' with filter methods for feature\n selection. Besides standalone filter methods built-in methods of any\n machine-learning algorithm are supported. Partial scoring of\n multivariate filter methods is supported.",
8+
"description": "Extends 'mlr3' with filter methods for feature\n selection. Besides standalone filter methods built-in methods of any\n machine-learning algorithm are supported. Partial scoring of\n multivariate filter methods is supported.",
99
"name": "mlr3filters: Filter Based Feature Selection for 'mlr3'",
1010
"codeRepository": "https://github.com/mlr-org/mlr3filters",
1111
"relatedLink": [
@@ -14,14 +14,13 @@
1414
],
1515
"issueTracker": "https://github.com/mlr-org/mlr3filters/issues",
1616
"license": "https://spdx.org/licenses/LGPL-3.0",
17-
"version": "0.2.0.9002",
17+
"version": "0.4.0",
1818
"programmingLanguage": {
1919
"@type": "ComputerLanguage",
2020
"name": "R",
21-
"version": "4.0.2",
2221
"url": "https://r-project.org"
2322
},
24-
"runtimePlatform": "R version 4.0.2 Patched (2020-06-30 r78761)",
23+
"runtimePlatform": "R version 4.0.3 Patched (2020-10-27 r79379)",
2524
"provider": {
2625
"@id": "https://cran.r-project.org",
2726
"@type": "Organization",
@@ -170,6 +169,7 @@
170169
"@type": "SoftwareApplication",
171170
"identifier": "testthat",
172171
"name": "testthat",
172+
"version": ">= 3.0.0",
173173
"provider": {
174174
"@id": "https://cran.r-project.org",
175175
"@type": "Organization",
@@ -274,8 +274,7 @@
274274
],
275275
"releaseNotes": "https://github.com/mlr-org/mlr3filters/blob/master/NEWS.md",
276276
"readme": "https://github.com/mlr-org/mlr3filters/blob/master/README.md",
277-
"fileSize": "25.136KB",
278-
"contIntegration": "https://codecov.io/github/mlr-org/mlr3filters?branch=master",
277+
"fileSize": "193.093KB",
279278
"keywords": [
280279
"filter",
281280
"mlr",

0 commit comments

Comments
 (0)