Kyle Husmann
Results
52
issues of
Kyle Husmann
Text argument in creation functions now accepts named vectors. (E.g. `desc::desc(text = c(foo = "bar"))`) Also: - Updated documentation - Added two tests -- one for successful creation and one...
In this PR: - Updated Changelog - Renamed `check_number_decimal()` to `check_number()` (at @lionel- 's suggestion) - Added `check_numeric()` and `check_numeric_whole()`, vectorized versions of `check_number()` and `check_number_whole()` - Added unit tests...