Published August 13, 2020
| Version v0.2.0
Software
Open
ropensci/taxizedb: taxizedb v0.2.0
Authors/Creators
- 1. rOpenSci
- 2. USDA
- 3. UC Berkeley
- 4. @ropensci
Description
NEW FEATURES
- gains 3 new data sources: NCBI taxonomy, World Flora Online, Wikidata (#18) (#49) (#37)
- gains ports of
taxizefunctions totaxizedb(NCBI & ITIS supported):children,classification,downstream. beware when bothtaxizeandtaxizedbloaded in the same R session to namespace calls to these three functions (#19) (#25) (#44) (#48) - gains mapping functions:
name2taxid(scientific or common name to taxonomy ID);taxid2name(taxonomy ID to scientific name);taxid2rank(taxonomy ID to rank) (#41) (#42) - intro vignette added (#17)
- GBIF and COL data sources are not updated daily in the repos https://github.com/ropenscilabs/gbif-backbone-sql and https://github.com/ropenscilabs/col-sql/ via GithHub Actions. See those repos for details (#26)
- update package level manual file (
?taxizedb-package) with details on each data source, their update schedules, and examples - all data sources now use SQLite as the database storage engine. passwords/ports/usernames/etc are no longer needed! note that some
db_download*functions download already created SQLite databases, whereas for other data sources the database is built locally on your machine from other data formats downloaded (see also #36, #46) - a copy of the taxonomic ranks information from taxize package was ported over for internal use to be able to make
downstream()work for most data sources
- remove check for whether SQLite is installed (#5 #29)
- all
src_*functions now only have two paramters:pathand.... where path by default figures out the path for you using the functiondb_path(), and...allows the user to pass on parameters toDBI::dbConnect
db_load()is now defunct. Now just usedb_download*thensrc*for your data source (see also #43)
Files
ropensci/taxizedb-v0.2.0.zip
Files
(72.5 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:5c94455f647957a9189f7dd2cb011260
|
72.5 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/ropensci/taxizedb/tree/v0.2.0 (URL)