mlr-org / mlr3misc

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

feat: add safe methods for dictionary retrieval #90

Closed sebffischer closed 1 year ago

sebffischer commented 1 year 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 1 year ago

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