Skip to contents

arg (development version)

  • Added arg_color() (and variants) to check whether an argument corresponds to a valid color specification.

  • Fixed a bug where the message provided to .msg (if any) was not evaluated in the correct environment.

  • arg_counts() and arg_whole_numeric() (and their scalar equivalents) now check whether a value is a whole number using rlang::is_integerish() instead of the criterion used by all.equal().

arg 0.1.1

CRAN release: 2026-05-27

arg 0.1.0

CRAN release: 2026-04-09

  • Initial CRAN submission.