Skip to content

Commit 9fcba0d

Browse files
committed
chore: prepare for cran update
1 parent 0c00d7a commit 9fcba0d

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: mlr3cluster
22
Title: Cluster Extension for 'mlr3'
3-
Version: 0.1.8.9000
3+
Version: 0.1.9
44
Authors@R:
55
c(person(given = "Damir",
66
family = "Pulatov",

NEWS.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
# mlr3cluster (development version)
1+
# mlr3cluster 0.1.9
22

33
* Add DBSCAN learner from 'fpc' package
44
* Add HDBSCAN learner from 'dbscan' package
55
* Add OPTICS learner from 'dbscan' package
66
* Compatibility with upcoming 'paradox' release
7+
* Move to testthat3
8+
* Refactoring
79

810
# mlr3cluster 0.1.8
911

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ devtools::install_github("mlr-org/mlr3cluster")
2929

3030
The current version of **mlr3cluster** contains:
3131

32-
- A selection of 19 clustering learners that represent a wide variety of clusterers:
32+
- A selection of 22 clustering learners that represent a wide variety of clusterers:
3333
partitional, hierarchical, fuzzy, etc.
3434
- A selection of 4 performance measures
3535
- Two built-in tasks to get started with clustering
@@ -89,8 +89,8 @@ preds = learner$predict(task = task)
8989

9090
## More Resources
9191

92-
Check out the **[blogpost](https://mlr-org.com/posts/2020-08-26-introducing-mlr3cluster-cluster-analysis-package/)** for a more detailed introduction to the package.
93-
Also, **[mlr3book](https://mlr3book.mlr-org.com/special.html#cluster)** has a section on clustering.
92+
Check out the **[blogpost](https://www.r-bloggers.com/2020/10/introducing-mlr3cluster-cluster-analysis-package/)** for a more detailed introduction to the package.
93+
Also, **[mlr3book](https://mlr3book.mlr-org.com/chapters/chapter13/beyond_regression_and_classification.html#sec-cluster)** has a section on clustering.
9494

9595
## Future Plans
9696

0 commit comments

Comments
 (0)