foo <- scales::label_number(
scale_cut = scales::cut_short_scale(),
accuracy = 0.1
)
codetools::checkUsage(foo)
# <anonymous>: ... may be used in an incorrect context:
# number(x, accuracy = accuracy, scale = scale, prefix = prefix,
# suffix = suffix, big.mark = big.mark, decimal.mark = decimal.mark,
# style_positive = style_positive, style_negative = style_negative,
# scale_cut = scale_cut, trim = trim, ...)
Is that working as intended? Or is there a known workaround?