NEWS
traits 0.5.2
Minor Improvements
- Set up automatic archiving of releases on Zenodo.
- Added CITATION.cfffile (#133).
- Added DOI to READMEandCITATION.cff(#134).
- Added inst/CITATION.
Bug Fixes
- Fixed syntax error in test-ncbi.Rcausing test failures.
- Added missing batch_sizeargument toncbi_bynamedocumentation (#132).
- Changed 'country' to 'geo_loc_name' in ncbi_byid()(#136).
traits 0.5.1 (2024-05-17)
NEW FEATURES
- David LeBauer (@dlebauer) is now the maintainer of the traits package. Many thanks to previous maintainer Scott Chamberlain!
traits 0.5.0 (2020-08-27)
DEFUNCT
- tr_usda()is defunct. The API is down for good (#122)
- all coral_*functions are defunct (#124)
MINOR IMPROVEMENTS
- replace httr with crul (#89)
- fix BETYdb tess (#123)
BUG FIXES
- ncbi_searcher()fix: we weren't including the NCBI Entrez API key even when it was found  (#120)
traits 0.4.2 (2019-06-29)
MINOR IMPROVEMENTS
- betydb gains alias for API versions (#114)
BUG FIXES
- taxa_search: removed- traitbankoption because- traits::traitbank()used internally has completely changed and it's no longer feasible to do a straight-forward taxon search for all traits in EOL's Traitbank  (#115)
traits 0.4.0 (2019-06-07)
NEW FEATURES
- New package author: Chris Black (@infotroph) (#106)
- betydb functions now can do pagination (#94)
- betydb functions gain progress parameter to optionally suppress the progress bar (#113)
- EOL Traitbank completely changed their query interface - function no longer works as it did before. for now, you have to specify your own query that's rather complex, see docs for help. Later on we can try to simplify queries for users (#112)
MINOR IMPROVEMENTS
- table in README for different sources and clarify what traits are (#110) (#111)
- fixed link to Birdlife (#108)
BUG FIXES
traits 0.3.0 (2017-09-22)
DEFUNCT
- Four functions are now defunct - those involving getting data
on whether a species if native/invasive in a particular region.
See ?traits-defunctfor more information. Deprecated functions:eol_invasive_(),fe_native(),g_invasive(),is_native()(#72)
NEW FEATURES
- Gains new function tr_ernestfor a dataset of Amniote life history
data (#60)
- Gains new function tr_usdafor the USDA plants database (#61)
- Gains new function tr_zannefor a dataset of plant growth data (#73)
- BetyDB functions gain automatic paging of large requests where API supports it, i.e. not in v0 (#94)
MINOR IMPROVEMENTS
- Change Coral database base URL to https (#99)
- Now requiring readr > 1.0(#76)
- Changed ncbi_*()functions to give backNAtypes that match
data.frame column classes to make combining easier (#96)
- replace xml2::xml_find_onewithxml2::xml_find_firstthroughout (#97)
- namespace all fxn calls for base pkgs, remove from Imports (#98)
- BetyDB cleanup (#25) (#77) (#82) (#88)
BUG FIXES
- Fixed birdlife*functions that needed to change URL structure
due to changes in the Birdlife website (#100)
- Fixes to traitbank()(#79) (#80) thanks @dschlaep !
- ncbi_*()fxns now use https (#95)
traits 0.2.0 (2016-03-18)
DEPRECATED
- Marked four functions as deprecated - those involving getting data
on whether a species if native/invasive in a particular region.
See ?traits-deprecatedfor more information. Deprecated functions:eol_invasive_(),fe_native(),g_invasive(),is_native()(#63)
MINOR IMPROVEMENTS
- Standardized outputs of all data - all data.frame column names should
be lowercase now (#47)
- With all httr::content()calls now explicitly setting encoding toUTF-8, and parsing totext, then manually parsing either JSON
or XML later (#65)
- Replaced XMLwithxml2for XML parsing (#67)
traits 0.1.2 (2015-09-12)
NEW FEATURES
- ncbi_searcher()gains new parameter- fuzzyto toggle fuzzy taxonomic ID search or exact search. (#34) (thx @mpnelsen)
MINOR IMPROVEMENTS
- Importing only functions (via importFrom) used across all imports now.
In addition,importFromfor all non-base R pkgs, includingmethods,statsandutilspackages (#36)
- Changed the traitparameter intraitbank()function topageid,
because EOL expects a page identifier, which is associated with a taxon,
not a trait. The previous parameter name was very misleading.
traits 0.1.0 (2015-06-12)
NEW FEATURES