Package: ritis 1.0.0
ritis: Integrated Taxonomic Information System Client
An interface to the Integrated Taxonomic Information System ('ITIS') (<https://www.itis.gov>). Includes functions to work with the 'ITIS' REST API methods (<https://www.itis.gov/ws_description.html>), as well as the 'Solr' web service (<https://www.itis.gov/solr_documentation.html>).
Authors:
ritis_1.0.0.tar.gz
ritis_1.0.0.zip(r-4.5)ritis_1.0.0.zip(r-4.4)ritis_1.0.0.zip(r-4.3)
ritis_1.0.0.tgz(r-4.5-any)ritis_1.0.0.tgz(r-4.4-any)ritis_1.0.0.tgz(r-4.3-any)
ritis_1.0.0.tar.gz(r-4.5-noble)ritis_1.0.0.tar.gz(r-4.4-noble)
ritis_1.0.0.tgz(r-4.4-emscripten)ritis_1.0.0.tgz(r-4.3-emscripten)
ritis.pdf |ritis.html✨
ritis/json (API)
NEWS
# Install 'ritis' in R: |
install.packages('ritis', repos = c('https://ropensci.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/ropensci/ritis/issues5 issues
Pkgdown site:https://docs.ropensci.org
- solr_fields - List of fields that can be used in solr functions
On CRAN:ritis-1.0.0(2021-02-02)
Conda:r-ritis-1.0.0(2025-03-25)
taxonomybiologynomenclaturejsonapiwebapi-clientidentifiersspeciesnamesapi-wrapperitistaxize
Last updated 2 months agofrom:24b4eb90ee (on master). Checks:9 OK. Indexed: yes.
Target | Result | Latest binary |
---|---|---|
Doc / Vignettes | OK | Mar 06 2025 |
R-4.5-win | OK | Mar 06 2025 |
R-4.5-mac | OK | Mar 06 2025 |
R-4.5-linux | OK | Mar 06 2025 |
R-4.4-win | OK | Mar 06 2025 |
R-4.4-mac | OK | Mar 06 2025 |
R-4.4-linux | OK | Mar 06 2025 |
R-4.3-win | OK | Mar 06 2025 |
R-4.3-mac | OK | Mar 06 2025 |
Exports:accepted_namesany_match_countcomment_detailcommon_namescore_metadatacoveragecredibility_ratingcredibility_ratingscurrencydate_datadescriptionexpertsfull_recordgeographic_divisionsgeographic_valuesglobal_species_completenesshierarchy_downhierarchy_fullhierarchy_upitis_facetitis_groupitis_highlightitis_searchjurisdiction_origin_valuesjurisdiction_valuesjurisdictional_originkingdom_namekingdom_nameslast_change_datelsid2tsnother_sourcesparent_tsnpublicationsrank_namerank_namesrecordreview_yearscientific_namesearch_any_match_pagedsearch_anymatchsearch_commonsearch_scientificsynonym_namestaxon_authorshiptermstsn_by_vernacular_languagetsn2lsidunacceptability_reasonusagevernacular_languages
Dependencies:clicrulcurldata.tabledplyrfansigenericsgluehttpcodejsonlitelifecyclemagrittrmimepillarpkgconfigplyrR6Rcpprlangsolriumtibbletidyselecttriebeardurltoolsutf8vctrswithrxml2
Citation
To cite package ‘ritis’ in publications use:
Blum J, Chamberlain S (2025). ritis: Integrated Taxonomic Information System Client. R package version 1.0.0, https://github.com/ropensci/ritis.
Corresponding BibTeX entry:
@Manual{, title = {ritis: Integrated Taxonomic Information System Client}, author = {Julia Blum and Scott Chamberlain}, year = {2025}, note = {R package version 1.0.0}, url = {https://github.com/ropensci/ritis}, }
Readme and manuals
ritis
An interface to the Integrated Taxonomic Information System (ITIS)
- ITIS API Docs: https://www.itis.gov/ws_description.html
- Solr service: https://www.itis.gov/solr_documentation.html
- taxize book: https://taxize.dev/
- ritis docs: https://docs.ropensci.org/ritis/
How to cite ITIS. From https://itis.gov/citation.html
To cite data obtained from ITIS, the following citation format is offered as a suggestion:
Retrieved [month, day, year], from the Integrated Taxonomic Information System on-line database, http://www.itis.gov.
ITIS is one of many different taxonomic data sources. Other include: Catalogue of Life (and COL+), NCBI taxonomy, International Plant Names Index, Index Fungorum, and more. The Wikipedia entry (https://en.wikipedia.org/wiki/Integrated_Taxonomic_Information_System) states that ITIS has a North American focus, but includes many taxa not in North America.
Terminology
- "mononomial": a taxonomic name with one part, e.g, Poa
- "binomial": a taxonomic name with two parts, e.g, Poa annua
- "trinomial": a taxonomic name with three parts, e.g, Poa annua annua
Installation
Stable, CRAN version
install.packages("ritis")
Dev version
# remotes::install_github("ropensci/ritis")
install.packages("ritis", repos = c('https://ropensci.r-universe.dev', 'https://cloud.r-project.org'))
library("ritis")
Meta
- Please report any issues or bugs.
- License: MIT
- Get citation information for
ritis
in R doingcitation(package = 'ritis')
- Please note that this package is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.