Patch for CRAN submission.
mode_count()
and all other metadata functions now have
a max_unique
argument, allowing users to encode knowledge
about missing values in the analysis.mode_single()
now has an accept
argument
for opting into a less strict check for a single mode, in analogy to
mode_first()
.mode_first()
had its first_known
argument
renamed to accept
for consistency with
mode_single()
.R CMD check
with Github Actions.mode_is_trivial()
mode_frequency()
mode_count_range()
mode_frequency_range()
NEWS.md
file to track changes to the
package.