tidymodels / infer

An R package for tidyverse-friendly statistical inference
https://infer.tidymodels.org
Other
724 stars 80 forks source link

truncate variable descriptions that are wider than the console #544

Closed simonpcouch closed 2 weeks ago

simonpcouch commented 2 weeks ago

Closes #543. Takes the tibble-esque approach of just truncating the variable descriptions and then ending with ellipses rather than "wrapping" the whole description to the console width, though I'm game to do the latter if we feel that's a better approach.

ismayc commented 2 weeks ago

Nice! Looks good to me. Thanks for the quick turnaround.