{"id":13724548,"url":"https://github.com/ropensci/rvertnet","last_synced_at":"2026-03-11T19:33:22.562Z","repository":{"id":1632852,"uuid":"2356600","full_name":"ropensci/rvertnet","owner":"ropensci","description":"Wrapper to the VertNet API","archived":false,"fork":false,"pushed_at":"2024-10-19T14:56:12.000Z","size":2200,"stargazers_count":7,"open_issues_count":0,"forks_count":4,"subscribers_count":6,"default_branch":"main","last_synced_at":"2026-02-06T01:30:25.674Z","etag":null,"topics":["api-wrapper","biodiversity","r","r-package","rstats","specimen","spocc","vertnet"],"latest_commit_sha":null,"homepage":"https://docs.ropensci.org/rvertnet/","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}},"created_at":"2011-09-09T16:30:41.000Z","updated_at":"2024-10-19T14:56:15.000Z","dependencies_parsed_at":"2024-05-21T15:16:12.650Z","dependency_job_id":"0f69d25c-2daf-4323-b218-4c321a41c24a","html_url":"https://github.com/ropensci/rvertnet","commit_stats":{"total_commits":345,"total_committers":9,"mean_commits":"38.333333333333336","dds":"0.20579710144927532","last_synced_commit":"6150378417c0495edbf000aa20808fa436912c91"},"previous_names":["ropensci/rvertnet","ropensci-archive/rvertnet"],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/ropensci/rvertnet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ropensci%2Frvertnet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ropensci%2Frvertnet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ropensci%2Frvertnet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ropensci%2Frvertnet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ropensci","download_url":"https://codeload.github.com/ropensci/rvertnet/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ropensci%2Frvertnet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29343683,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T18:58:20.535Z","status":"ssl_error","status_checked_at":"2026-02-11T18:56:44.814Z","response_time":97,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["api-wrapper","biodiversity","r","r-package","rstats","specimen","spocc","vertnet"],"created_at":"2024-08-03T01:01:59.108Z","updated_at":"2026-03-11T19:33:22.546Z","avatar_url":"https://github.com/ropensci.png","language":"R","funding_links":[],"categories":["Biosphere"],"sub_categories":["Biodiversity Data Access and Management"],"readme":"---\noutput: github_document\n---\n\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n```{r, include = FALSE}\nknitr::opts_chunk$set(\n  warning = FALSE,\n  message = FALSE,\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = \"man/figures/README-\",\n  out.width = \"100%\"\n)\n```\n\n\u003c!-- badges: start --\u003e\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) [![R-CMD-check](https://github.com/ropensci/rvertnet/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/ropensci/rvertnet/actions/workflows/R-CMD-check.yaml) [![Codecov test coverage](https://codecov.io/gh/ropensci/rvertnet/branch/master/graph/badge.svg)](https://app.codecov.io/gh/ropensci/rvertnet?branch=master) [![rstudio mirror downloads](https://cranlogs.r-pkg.org/badges/rvertnet)](https://github.com/r-hub/cranlogs.app) [![cran version](https://www.r-pkg.org/badges/version/rvertnet)](https://cran.r-project.org/package=rvertnet)\n\n\u003c!-- badges: end --\u003e\n\n# rvertnet\n\n`rvertnet` is a client for interacting with [VertNet.org](http://vertnet.org/).\n\nVertNet.org API docs: \u003chttps://github.com/VertNet/webapp/wiki/The-API-search-function\u003e\n\n## Installation\n\nStable CRAN version\n\n```{r eval=FALSE}\ninstall.packages(\"rvertnet\")\n```\n\nDevelopment version from GitHub\n\n```{r eval=FALSE}\nremotes::install_github(\"ropensci/rvertnet\", build_vignettes = TRUE)\n```\n\n## [Get started](https://docs.ropensci.org/rvertnet/articles/rvertnet.html)\n\n[View vignette on ropensci website](https://docs.ropensci.org/rvertnet/articles/rvertnet.html)\n\nOr, view vignette locally in your web browser\n\n```{r eval=FALSE}\nbrowseVignettes(\"rvertnet\")\n```\n\nOr, view vignette in the Rstudio help pane\n\n```{r eval=FALSE}\nvignette(\"rvertnet\")\n```\n\n## Contributors\n\n-   Dave Slager [\\@slager](https://github.com/slager)\n-   Scott Chamberlain [\\@sckott](https://github.com/sckott)\n-   Chris Ray [\\@Pika8tona](https://github.com/Pika8tona)\n-   Vijay Barve [\\@vijaybarve](https://github.com/vijaybarve)\n\n## Meta\n\n-   Please [report any issues or bugs](https://github.com/ropensci/rvertnet/issues).\n-   License: MIT\n-   Get citation information for `rvertnet` in R doing `citation(package = 'rvertnet')`\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%2Frvertnet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fropensci%2Frvertnet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fropensci%2Frvertnet/lists"}