larmarange / broom.helpers

A set of functions to facilitate manipulation of tibbles produced by broom
https://larmarange.github.io/broom.helpers/
GNU General Public License v3.0
22 stars 7 forks source link

`tidy_parameters()` calls now `parameters::model_parameters()` with `… #264

Closed larmarange closed 3 months ago

larmarange commented 3 months ago

…pretty_names = FALSE` for saving execution time

fix #259

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 94.93%. Comparing base (724b306) to head (b5c3a8c).

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/larmarange/broom.helpers/pull/264/graphs/tree.svg?width=650&height=150&src=pr&token=onefg3YI04&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Joseph+Larmarange)](https://app.codecov.io/gh/larmarange/broom.helpers/pull/264?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Joseph+Larmarange) ```diff @@ Coverage Diff @@ ## main #264 +/- ## ======================================= Coverage 94.92% 94.93% ======================================= Files 43 43 Lines 2721 2722 +1 ======================================= + Hits 2583 2584 +1 Misses 138 138 ``` | [Files](https://app.codecov.io/gh/larmarange/broom.helpers/pull/264?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Joseph+Larmarange) | Coverage Δ | | |---|---|---| | [R/custom\_tidiers.R](https://app.codecov.io/gh/larmarange/broom.helpers/pull/264?src=pr&el=tree&filepath=R%2Fcustom_tidiers.R&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Joseph+Larmarange#diff-Ui9jdXN0b21fdGlkaWVycy5S) | `83.85% <100.00%> (+0.10%)` | :arrow_up: |