mlr-org / mlr3misc

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

Add wrap argument to output helpers #37

Closed pat-s closed 4 years ago

pat-s commented 4 years ago

Following our discussion in the Slack group a few weeks ago.

Feel free to adjust the file contents or rename to your liking.

codecov-io commented 4 years ago

Codecov Report

Merging #37 into master will decrease coverage by 0.41%. The diff coverage is 60%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #37      +/-   ##
==========================================
- Coverage   79.91%   79.49%   -0.42%     
==========================================
  Files          49       49              
  Lines         667      673       +6     
==========================================
+ Hits          533      535       +2     
- Misses        134      138       +4
Impacted Files Coverage Δ
R/printf.R 60% <60%> (-40%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2cdcc2b...0be6ea4. Read the comment docs.

pat-s commented 4 years ago

ping @mllg

mllg commented 4 years ago

I included the wrap stuff in the already existing helpers because I think we want to combine it with sprintf().

pat-s commented 4 years ago

Sounds good, thanks.