You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As mlr3 populates dictionaries from packages like mlr3 or mlr3pipelines when loading extensions, those objects should be removed again when unloading the extension.
An idea brought forward by Lukas is to automate this, which I think is a good idea: mlr-org/mlr3proba#301 (comment)
A simple solution would be to tag the dictionary entries with the package that added them.
Then, during the .onUnload function, we can remove all objects that were added by the package that is being unloaded.
The text was updated successfully, but these errors were encountered:
As
mlr3
populates dictionaries from packages likemlr3
ormlr3pipelines
when loading extensions, those objects should be removed again when unloading the extension.An idea brought forward by Lukas is to automate this, which I think is a good idea:
mlr-org/mlr3proba#301 (comment)
A simple solution would be to tag the dictionary entries with the package that added them.
Then, during the
.onUnload
function, we can remove all objects that were added by the package that is being unloaded.The text was updated successfully, but these errors were encountered: