fuzzr 0.2.2
- Modifies test so as to not appear to be doing a logical test on a
vector of length > 1
- Replaces deprecated purrr::cross_nandpurrr::at_depthwithpurrr::crossandpurrr::modify_depth
fuzzr 0.2.1
- Removes one call to purrr::map_dfto be compatible with
purrr 0.2.2.1.
fuzzr 0.2
- Added a NEWS.mdfile to track changes to the
package.
- Multiple test combinations with p_fuzz_functionno
longer require setting a character delimiter. These are now properly
stored within thefuzz_resultsobject. This change means
that tidyr is no longer a dependency.
- Single and multiple NAvectors have been added to
several tests.
- test_null()passes- NULLas an argument
value.
- fuzz_valueand- fuzz_callwill now retrieve
results by matching test names in addition to exact index.