Open jzadra opened 1 year ago
One partial alternative I recently came across is vctrs::vec_assert
which works well with for type checking against any prototype.
And I just found that rlang
has an entire set of functions for type checking in R/standalone-type-chrck.R
such as check_number_whole
I see that the last commit was 4 years ago. Has the functionality of this package been superseded by something else? I've used testthat for similar functionality outside of package dev, but it clearly isn't intended to be used that way.