Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dfalster committed May 6, 2024
1 parent 41b4a78 commit 809b11c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ streamlined the package.
* Update function documentation
* Speed up `extract_genus`
* Write a replacement function for `stringr::word` that is much faster.
* Addional speed up `fuzzy_match` function by
- restricting reference list to names with the same first letter as input string.
- Switch from using `util:dist` to `stringdist:stringdist(method = "dl")`
* Additional speed up and accuracy of fuzzy_match function by
- Restricting reference list to names with the same first letter as input string.
- Switch from using `utils::adist` to `stringdist:stringdist(method = "dl")`
* Rework `standardise_names` to remove punctuation from the start of the string
* Rework `strip_names_extra` (previously `strip_names_2`) to just perform
additional functions to `strip_names`, rather than repeating those performed by `strip_names`.
Expand Down

0 comments on commit 809b11c

Please sign in to comment.