{"id":26662854,"url":"https://github.com/speciesfilegroup/rtaxonworks","last_synced_at":"2026-01-26T20:54:45.124Z","repository":{"id":225895323,"uuid":"756531136","full_name":"SpeciesFileGroup/Rtaxonworks","owner":"SpeciesFileGroup","description":"R client for TaxonWorks","archived":false,"fork":false,"pushed_at":"2024-11-06T16:03:15.000Z","size":320,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-04T20:58:42.436Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SpeciesFileGroup.png","metadata":{"files":{"readme":"README.Rmd","changelog":"NEWS.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","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}},"created_at":"2024-02-12T20:50:00.000Z","updated_at":"2024-11-06T16:03:22.000Z","dependencies_parsed_at":"2024-03-04T21:30:25.706Z","dependency_job_id":"cf2f56de-a7cb-4083-ad9b-9441b59e3621","html_url":"https://github.com/SpeciesFileGroup/Rtaxonworks","commit_stats":null,"previous_names":["speciesfilegroup/rtaxonworks"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/SpeciesFileGroup/Rtaxonworks","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpeciesFileGroup%2FRtaxonworks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpeciesFileGroup%2FRtaxonworks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpeciesFileGroup%2FRtaxonworks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpeciesFileGroup%2FRtaxonworks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SpeciesFileGroup","download_url":"https://codeload.github.com/SpeciesFileGroup/Rtaxonworks/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpeciesFileGroup%2FRtaxonworks/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28787650,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T13:55:28.044Z","status":"ssl_error","status_checked_at":"2026-01-26T13:55:26.068Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2025-03-25T14:18:44.034Z","updated_at":"2026-01-26T20:54:45.108Z","avatar_url":"https://github.com/SpeciesFileGroup.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"rtaxonworks\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\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n[![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)\n[![R-CMD-check](https://github.com/SpeciesFileGroup/rtaxonworks/workflows/R-CMD-check/badge.svg)](https://github.com/SpeciesFileGroup/rtaxonworks/actions)\n[![rstudio mirror downloads](https://cranlogs.r-pkg.org/badges/rtaxonworks)](https://github.com/r-hub/cranlogs.app)\n[![cran version](https://www.r-pkg.org/badges/version/rtaxonworks)](https://cran.r-project.org/package=rtaxonworks)\n\n`rtaxonworks` is an R client for the [TaxonWorks](https://taxonworks.org) API. Code follow the spirit/approach of the Gem [rcol](https://github.com/sckott/rcol), and indeed much of the wrapping utility is copied 1:1 from that repo, thanks [@sckott](https://github.com/sckott).\n\n\nPackage documentation: https://docs.taxonworks.org/r\n\n* TaxonWorks: https://taxonworks.org\n* TaxonWorks GitHub repository: https://github.com/SpeciesFileGroup/taxonworks\n* TaxonWorks API docs: https://api.taxonworks.org\n* TaxonWorks documentation: https://docs.taxonworks.org\n\n## Installation\n\n```{r eval=FALSE}\ninstall.packages(\"rtaxonworks\")\n```\n\nInstall the development version from GitHub with:\n\n```{r eval=FALSE} \ninstall.packages(\"remotes\")\nremotes::install_github(\"SpeciesFileGroup/rtaxonworks\")\n```\n\nLoad the package\n```{r eval=FALSE}\nlibrary(\"rtaxonworks\")\n```\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/SpeciesFileGroup/rtaxonworks. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/SpeciesFileGroup/rtaxonworks/blob/main/CODE_OF_CONDUCT.md).\n\n## Development\n\nPlease read the [CONTRIBUTING guide](CONTRIBUTING.md) for instructions on how to install the development version.\n\n## License\n\nThe gem is available as open source under the terms of the [MIT license](https://github.com/SpeciesFileGroup/rtaxonworks/blob/main/LICENSE.txt). You can learn more about the MIT license on [Wikipedia](https://en.wikipedia.org/wiki/MIT_License) and compare it with other open source licenses at the [Open Source Initiative](https://opensource.org/license/mit/).\n\n## Code of Conduct\n\nEveryone interacting in the rtaxonworks project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/SpeciesFileGroup/rtaxonworks/blob/main/CODE_OF_CONDUCT.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspeciesfilegroup%2Frtaxonworks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspeciesfilegroup%2Frtaxonworks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspeciesfilegroup%2Frtaxonworks/lists"}