NEWS
taxastand 2.0.0
Major changes
- Implement pure R solution for name parsing and matching
- Add
manual_match argument to ts_match_names(), so users can supply a
dataframe of manually matched names that override the matching algorithm
(#4)
taxastand 1.0.0
Major changes
- Add Docker support for running
taxon-tools, so it no longer needs to be
installed locally
- Add
collapse_infra and collapse_infra_exclude arguments to
ts_match_names() and ts_resolve_names(), for collapsing infraspecific
taxa to their species when matching
- Add
quiet argument to ts_parse_names() to suppress warnings
Bug fixes
- Fix mapping of match results after collapsing infraspecific taxa
- Fix
matched_status incorrectly showing as NA for some results
- Replace empty strings with
NA in results
taxastand 0.0.0.9000
Major changes
- Initial implementation of
ts_parse_names(), ts_match_names(), and
ts_resolve_names(), using the external taxon-tools system dependency
for parsing and fuzzy matching
- Add package website via pkgdown and an introductory vignette