Skip to content

Commit 163c636

Browse files
committed
increase version for release
1 parent 41a0b89 commit 163c636

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: mlr3data
22
Title: Collection of Machine Learning Data Sets for 'mlr3'
3-
Version: 0.6.1
3+
Version: 0.7.0
44
Authors@R:
55
c(person(given = "Michel",
66
family = "Lang",

NEWS.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1+
# mlr3data 0.7.0
2+
3+
* Added dataset `ames_housing`, used in the book about mlr3.
4+
* Added dataset `energy_usage`, used in the book about mlr3.
5+
16
# mlr3data 0.6.1
27

38
* Fixed documentation and CRAN notes.
4-
59
* Added simplified version of the penguins data set as `penguins_simple`.
610
* Added labels to data sets.
711

R/energy_usage.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#'
55
#' @description
66
#' Data for power consumption of kitchen appliances in Ames, Iowa.
7-
#' Extends the ames data set.
7+
#' Extends the `ames_housing` data set.
88
#'
99
#' Contains 720 features and 2930 observations.
1010
#'

man/energy_usage.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.

0 commit comments

Comments
 (0)