Sebastian Fischer

Results 247 issues of Sebastian Fischer

I would like to be able to document R6 classes that were generated by function calls. One problem I encounter is that I am not sure how I can document...

feature
R6 :six:

I think it is bad that we call the section "custom mlr3 defaults". I think we should call it "Initial parameter values". Consider the example below ```r l = lrn("regr.rpart")...

I think the strict check on names should include R keywords. ``` r checkmate::test_names("for", type = "strict") #> [1] TRUE ``` Created on 2022-10-03 by the [reprex package](https://reprex.tidyverse.org) (v2.0.1)

~~still missing some tests, news, docs~~

`mlr3` has its test helpers in `inst/testthat/` so other packages can load it and use them (https://github.com/mlr-org/mlr3/tree/main/inst/testthat) It would be convenient if the mlr3pipelines test helpers also lived in `inst`