jonmcalder / refactor

:bookmark: Better factor handling for R
https://jonmcalder.github.io/refactor/
MIT License
3 stars 0 forks source link

Breaks mode #20

Closed jonmcalder closed 7 years ago

jonmcalder commented 8 years ago

Update breaks_mode with new 'default' method to emulate cut.default and rename existing method to 'spread', update documentation to reflect these functional changes and further clarify behavior, update testing of cut.integer due based on the new modes.

jonmcalder commented 8 years ago

Fix edge case for "pretty" breaks

jonmcalder commented 8 years ago

Update documentation to clarify breaks_mode = "pretty"

jonmcalder commented 8 years ago

Update cut.integer to use default, integer and pretty modes based on breaks_mode parameter

codecov-io commented 8 years ago

Current coverage is 99.19% (diff: 100%)

Merging #20 into devel will increase coverage by 0.64%

@@              devel        #20   diff @@
==========================================
  Files             6          6          
  Lines           343        371    +28   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits            338        368    +30   
+ Misses            5          3     -2   
  Partials          0          0          

Powered by Codecov. Last update a15d7f6...0c5e8b5

lorenzwalthert commented 8 years ago

For reasons outlined in issue #21, this pull request is not merged with devel until the issue can be resolved.