[x] Run styler::style_pkg(style = styler::mlr_style) (install pat-s/styler@mlr-style if not yet done)
[x] Run lintr::lint_package() and fix all issues.
[x] Run usethis::use_tidy_description() to format the DESCRIPTION file.
[x] Check that the learner package name is all lower case, e.g. mlr3learners.partykit.
[x] Ensure that there are not leftover of <package>, <algorithm> or <type> within the learner repo.
[x] Ensure that the "Parameter Check" passed in the CI (both for the train and predict functions)
[x] Ensure that "R CMD check" passed in the CI.
[x] Check that your learners upstream package is not listed in the "Imports" but in the "Suggests" section within the DESCRIPTION file.
[x] If you changed any parameter defaults: Did you document the change (reason and new default) in the help page of the respective learner?
[x] Open a Pull Request in the mlr3learners repo to add your learner to the list of "In Progress" learners. Once approved, it will be moved to the "Approved" section.
https://github.com/mlr3learners/mlr3learners.gss
Checklist before requesting a review
[x] Run
styler::style_pkg(style = styler::mlr_style)
(installpat-s/styler@mlr-style
if not yet done)[x] Run
lintr::lint_package()
and fix all issues.[x] Run
usethis::use_tidy_description()
to format theDESCRIPTION
file.[x] Check that the learner package name is all lower case, e.g.
mlr3learners.partykit
.[x] Ensure that there are not leftover of
<package>
,<algorithm>
or<type>
within the learner repo.[x] Ensure that the "Parameter Check" passed in the CI (both for the train and predict functions)
[x] Ensure that "R CMD check" passed in the CI.
[x] Check that your learners upstream package is not listed in the "Imports" but in the "Suggests" section within the
DESCRIPTION
file.[x] If you changed any parameter defaults: Did you document the change (reason and new default) in the help page of the respective learner?
[x] Open a Pull Request in the mlr3learners repo to add your learner to the list of "In Progress" learners. Once approved, it will be moved to the "Approved" section.