Skip to content

Commit 760a7a0

Browse files
authored
release: 0.8.0 (#22)
1 parent 9b7e8c2 commit 760a7a0

File tree

6 files changed

+10
-7
lines changed

6 files changed

+10
-7
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@
1818
^\.github$
1919
^codecov\.yml$
2020
^data-raw$
21+
^cran-comments\.md$

DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
Package: mlr3data
22
Title: Collection of Machine Learning Data Sets for 'mlr3'
3-
Version: 0.7.0
3+
Version: 0.8.0
44
Authors@R:
55
c(person(given = "Michel",
66
family = "Lang",
7-
role = c("cre", "aut"),
7+
role = "ctb",
88
email = "[email protected]",
99
comment = c(ORCID = "0000-0001-9754-0393")),
1010
person(given = "Marc",
1111
family = "Becker",
12-
role = "ctb",
12+
role = c("cre", "aut"),
1313
email = "[email protected]",
1414
comment = c(ORCID = "0000-0002-8115-0400")))
1515
Description: A small collection of interesting and educational machine

R/kc_housing.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#' * Values `0` in feature `"sqft_basement"` have been replaced with `NA`.
1818
#' * Feature `"waterfront"` has been converted to logical.
1919
#'
20-
#' @source \url{https://www.kaggle.com/harlfoxem/housesalesprediction}
20+
#' @source \url{https://www.kaggle.com/datasets/harlfoxem/housesalesprediction}
2121
#'
2222
#' @docType data
2323
#' @keywords data

cran-comments.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
We would like to change the maintainer of the package to Marc Becker.
2+

man/kc_housing.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/mlr3data-package.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)