• #49 explicitly forbid use of "quantile" style probs= argument; should really use n=, as probs is set internally to seq(0, 1, 1/n). Similarly, forbid centers= argument in "kmeans" and "bclust" styles as it is set internally to n.
  • #46 limiting use of nsamp=.

  • #44 correcting logic in largeN= handling.

  • #41 issues. The maximum and minimum breaks are set to and to avoid errors induced in the earlier version where breaks could cease to be strictly ascending. The argument with value may be used to revert to the previous behaviour.
  • #18 and #38: classIntervals() has a new style "box", where a box map is an augmented quartile map, with an additional lower and upper category. When there are lower outliers, then the starting point for the breaks is the minimum value, and the second break is the lower fence. When there are no lower outliers, then the starting point for the breaks will be the lower fence, and the second break is the minimum value (there will be no observations that fall in the interval between the lower fence and the minimum value) (@angela-li, @dieghernan).
  • clarify dataPrecision= argument in help page

  • Add "headtails" vignette (@dieghernan)

  • Add "headtails" style (@dieghernan)