rlang
rlang copied to clipboard
`check_()` shouldn't mention "primitive" functions
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.