{"id":32178290,"url":"https://github.com/ropensci/ritis","last_synced_at":"2026-03-02T04:34:02.848Z","repository":{"id":1771919,"uuid":"2693028","full_name":"ropensci/ritis","owner":"ropensci","description":"Integrated Taxonomic Information Service (ITIS) R client","archived":false,"fork":false,"pushed_at":"2025-02-04T14:34:11.000Z","size":406,"stargazers_count":16,"open_issues_count":5,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-10-21T20:53:15.883Z","etag":null,"topics":["api-wrapper","itis","r","r-package","rstats","taxize","taxonomy"],"latest_commit_sha":null,"homepage":"https://docs.ropensci.org/ritis","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ropensci.png","metadata":{"files":{"readme":"README.Rmd","changelog":"NEWS.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":"codemeta.json","zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2011-11-02T04:52:30.000Z","updated_at":"2025-02-04T14:34:15.000Z","dependencies_parsed_at":"2022-09-07T15:20:14.124Z","dependency_job_id":null,"html_url":"https://github.com/ropensci/ritis","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/ropensci/ritis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ropensci%2Fritis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ropensci%2Fritis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ropensci%2Fritis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ropensci%2Fritis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ropensci","download_url":"https://codeload.github.com/ropensci/ritis/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ropensci%2Fritis/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29992326,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-02T01:47:34.672Z","status":"online","status_checked_at":"2026-03-02T02:00:07.342Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api-wrapper","itis","r","r-package","rstats","taxize","taxonomy"],"created_at":"2025-10-21T20:53:01.414Z","updated_at":"2026-03-02T04:34:02.828Z","avatar_url":"https://github.com/ropensci.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"ritis\n=====\n\n```{r echo=FALSE}\nknitr::opts_chunk$set(\n  comment = \"#\u003e\",\n  collapse = TRUE,\n  warning = FALSE,\n  message = FALSE\n)\n```\n\n[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)\n[![cran checks](https://cranchecks.info/badges/worst/ritis)](https://cranchecks.info/pkgs/ritis)\n[![R-check](https://github.com/ropensci/ritis/workflows/R-check/badge.svg)](https://github.com/ropensci/ritis/actions?query=workflow%3AR-check)\n[![codecov](https://codecov.io/gh/ropensci/ritis/branch/master/graph/badge.svg)](https://codecov.io/gh/ropensci/ritis)\n[![rstudio mirror downloads](https://cranlogs.r-pkg.org/badges/ritis)](https://github.com/r-hub/cranlogs.app)\n[![cran version](https://www.r-pkg.org/badges/version/ritis)](https://cran.r-project.org/package=ritis)\n\nAn interface to the Integrated Taxonomic Information System (ITIS)\n\n* ITIS API Docs: \u003chttps://www.itis.gov/ws_description.html\u003e\n* Solr service: \u003chttps://www.itis.gov/solr_documentation.html\u003e\n* taxize book: \u003chttps://taxize.dev/\u003e\n* ritis docs: \u003chttps://docs.ropensci.org/ritis/\u003e\n\nHow to cite ITIS. From \u003chttps://itis.gov/citation.html\u003e\n\nTo cite data obtained from ITIS, the following citation format is offered as a suggestion:\n\n    Retrieved [month, day, year], from the Integrated Taxonomic Information System on-line database, http://www.itis.gov.\n\n\nITIS 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 (\u003chttps://en.wikipedia.org/wiki/Integrated_Taxonomic_Information_System\u003e) states that ITIS has a North American focus, but includes many taxa not in North America.\n\n## Terminology\n\n* \"mononomial\": a taxonomic name with one part, e.g, _Poa_\n* \"binomial\": a taxonomic name with two parts, e.g, _Poa annua_\n* \"trinomial\": a taxonomic name with three parts, e.g, _Poa annua annua_\n\n## Installation\n\nStable, CRAN version\n\n```{r eval=FALSE}\ninstall.packages(\"ritis\")\n```\n\nDev version\n\n```{r eval=FALSE}\nremotes::install_github(\"ropensci/ritis\")\n```\n\n```{r}\nlibrary(\"ritis\")\n```\n\n## Meta\n\n* Please [report any issues or bugs](https://github.com/ropensci/ritis/issues).\n* License: MIT\n* Get citation information for `ritis` in R doing `citation(package = 'ritis')`\n* Please note that this package is released with a [Contributor Code of Conduct](https://ropensci.org/code-of-conduct/). By contributing to this project, you agree to abide by its terms.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fropensci%2Fritis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fropensci%2Fritis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fropensci%2Fritis/lists"}