scales 1.1.1
-
breaks_width()
now handlesdifftime
/hms
objects (@bhogan-mitre, #244). -
hue_pal()
now correctly inverts color palettes whendirection = -1
(@dpseidel, #252). -
Internal
precision()
, used whenaccuracy = NULL
, now does a better
job when duplicate values are present (@teunbrand, #251). It also does a
better job when there's a mix of finite and non-finite values (#257). -
New
oob_keep()
to keep data outside range, allowing for zoom-limits when
oob_keep
is used asoob
argument in scales. Existing out of bounds
functions have been renamed with theoob_
-prefix to indicate their role
(@teunbrand, #255). -
ordinal_french()
gainsplural
andgender
arguments (@stephLH, #256).