Skip to content

Commit f543e6d

Browse files
committed
add warnings about failing parts
1 parent 9933321 commit f543e6d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

book/chapters/appendices/solutions.qmd

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2195,13 +2195,11 @@ adult_subset$set_col_roles("race", add_to = "pta")
21952195

21962196
::: {.callout-warning}
21972197

2198-
Currently, there is a bug in the `mlr3fairness` package that let the next code fail.
2199-
See https://github.com/mlr-org/mlr3fairness/issues/79.
2198+
Currently, there is a bug in the `mlr3fairness` package that causes the following code chunk to fail.
2199+
See https://github.com/mlr-org/mlr3fairness/issues/79 for more details.
22002200

22012201
:::
22022202

2203-
2204-
22052203
And evaluate our measure again:
22062204

22072205
```{r solutions-125}

book/chapters/chapter9/preprocessing.qmd

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,8 @@ magick::image_trim(fig)
238238

239239
::: {.callout-warning}
240240

241-
Currently, there is a bug in the `mlr3pipelines` package that let the next code fail.
241+
Currently, there is a bug in the mlr3pipelines package that causes the following code chunk to fail.
242+
See https://github.com/mlr-org/mlr3pipelines/issues/894 for more details.
242243

243244
:::
244245

@@ -451,7 +452,8 @@ tsk_ames_ext$data(1,
451452

452453
::: {.callout-warning}
453454

454-
Currently, there is a bug in the `mlr3pipelines` package that let the next code fail.
455+
This code chunk does not work due to the bug in the `mlr3pipelines` package.
456+
See the warning message above for more details.
455457

456458
:::
457459

0 commit comments

Comments
 (0)