tidymodels / tune

Tools for tidy parameter tuning
https://tune.tidymodels.org
Other
271 stars 42 forks source link

Simplify the S3 registration in `.onLoad()` #693

Closed hfrick closed 11 months ago

hfrick commented 1 year ago

We can simplify the contents of .onLoad() because ggplot2, rsample, and dplyr are all Imports of tune so we don't need to register those methods lazily, we can just do it the regular way.

_Originally posted by @hfrick in https://github.com/tidymodels/tune/pull/688#discussion_r1236723624_

github-actions[bot] commented 10 months ago

This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.