jonthegeek / stbl

Stabilize Function Arguments
https://jonthegeek.github.io/stbl/
Other
14 stars 0 forks source link

README: Explain difference from checkmate, vctrs, others? #77

Open jonthegeek opened 1 month ago

jonthegeek commented 1 month ago

Vs checkmate: More control over error messages (although still more to come). Vs vctrs: More focused on coercion, and more tolerant (if any API expects a version number as a character but the user sends it in as 1.1 (numeric), I want to coerce that silently.

jonthegeek commented 1 month ago

assertr, assertive

jonthegeek commented 1 month ago

rlang use standalone