mlr-org / mlr3misc

Miscellaneous helper functions for mlr3
https://mlr3misc.mlr-org.com
GNU Lesser General Public License v3.0
11 stars 2 forks source link

feat: add safe methods for dictionary retrieval #90

Closed sebffischer closed 11 months ago

sebffischer commented 11 months ago

When passing the dict argument by position with the "unsafe" dictionary sugar functions this caused bugs with parameters (like d) whose names partially matched dict. To avoid this, the dict argument is renamed to .dict.

Issue 83

sebffischer commented 11 months ago

Addresses https://github.com/mlr-org/mlr3misc/issues/83