Skip to content

Commit b58bb74

Browse files
committed
chore: updated description and news.md
1 parent e9d8ed8 commit b58bb74

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ VignetteBuilder:
4040
quarto
4141
Config/testthat/edition: 3
4242
Config/testthat/parallel: false
43-
Date/Publication: 2025-09-06 13:53:28.380803 UTC
43+
Date/Publication: 2025-09-06 14:55:28.991938 UTC
4444
Encoding: UTF-8
4545
Roxygen: list(markdown = TRUE)
4646
SystemRequirements: Quarto command line tools

NEWS.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22

33
# mllrnrs NEWS
44

5-
## Unreleased (2025-09-05)
5+
## Unreleased (2025-09-06)
66

77
#### Other changes
88

9+
- updated pkg metadata
10+
([e9d8ed8](https://github.com/kapsner/mllrnrs/tree/e9d8ed8a6f28bdba4d46c08cb73f86d377e53811))
911
- updated description and news.md
1012
([c607c55](https://github.com/kapsner/mllrnrs/tree/c607c554311647ccc3505f6bc3f8ec80ac6e33c0))
1113
- updated wiki-creation
@@ -22,7 +24,7 @@
2224
([0b24c76](https://github.com/kapsner/mllrnrs/tree/0b24c762660896447ef8ee85991c54c510601078))
2325

2426
Full set of changes:
25-
[`v0.0.5...c607c55`](https://github.com/kapsner/mllrnrs/compare/v0.0.5...c607c55)
27+
[`v0.0.5...e9d8ed8`](https://github.com/kapsner/mllrnrs/compare/v0.0.5...e9d8ed8)
2628

2729
## v0.0.5 (2025-03-05)
2830

tic.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ get_stage("install") %>%
1212
# dependencies = c("Depends", "Imports", "Suggests"),
1313
# force = TRUE
1414
#)) %>%
15-
add_code_step(remotes::install_cran(c("ParBayesianOptimization", "mlr3measures"))) %>%
15+
add_code_step(remotes::install_cran(c("ParBayesianOptimization", "measures"))) %>%
1616
add_code_step(devtools::install(".", upgrade = "always"))

0 commit comments

Comments
 (0)