rlang icon indicating copy to clipboard operation
rlang copied to clipboard

`check_()` shouldn't mention "primitive" functions

Open hadley opened this issue 2 months ago • 0 comments

rlang:::check_bool(sum)
#> Error in `call_match()`:
#> ! `sum` must be `TRUE` or `FALSE`, not a primitive function.

Created on 2025-10-06 with reprex v2.1.1

Fine to just say it's a function.

hadley avatar Oct 06 '25 21:10 hadley