Skip to content

Commit c0ce4a2

Browse files
committed
release: 0.8.0.9000
2 parents 8a6c48f + 760a7a0 commit c0ce4a2

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-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.9000
3+
Version: 0.8.0.9000
44
Authors@R:
55
c(person(given = "Michel",
66
family = "Lang",
7-
role = c("cre", "aut"),
7+
role = "ctb",
88
email = "michellang@gmail.com",
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 = "marcbecker@posteo.de",
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

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)