worrms
A R client for the World Register of Marine Species.
https://github.com/ropensci/worrms
Category: Biosphere
Sub Category: Marine Life and Fishery
Keywords
api-wrapper biological-data biology fish jerico-relevant marine-biology marine-species r r-package rstats taxize taxonomy
Keywords from Contributors
genome cycle occurrence marine routes geocoding air-pollutants lifewatch biodiversity darwin-core
Last synced: about 18 hours ago
JSON representation
Repository metadata
World Register of Marine Species R client
- Host: GitHub
- URL: https://github.com/ropensci/worrms
- Owner: ropensci
- License: other
- Created: 2016-12-23T01:03:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-01-15T13:38:28.000Z (over 1 year ago)
- Last Synced: 2025-04-10T05:38:45.967Z (17 days ago)
- Topics: api-wrapper, biological-data, biology, fish, jerico-relevant, marine-biology, marine-species, r, r-package, rstats, taxize, taxonomy
- Language: R
- Homepage: https://docs.ropensci.org/worrms
- Size: 369 KB
- Stars: 27
- Watchers: 9
- Forks: 9
- Open Issues: 5
- Releases: 7
-
Metadata Files:
- Readme: README.Rmd
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
README.Rmd
worrms ====== ```{r echo=FALSE} knitr::opts_chunk$set( comment = "#>", collapse = TRUE, warning = FALSE, message = FALSE ) ``` [](https://www.repostatus.org/#active) [](https://github.com/ropensci/worrms/actions/workflows/R-CMD-check.yaml) [](https://app.codecov.io/gh/ropensci/worrms) [](https://github.com/r-hub/cranlogs.app) [](https://cran.r-project.org/package=worrms) [](https://cran.r-project.org/web/checks/check_results_worrms.html) `worrms` is a R client for the World Register of Marine Species * World Register of Marine Species (WoRMS) https://www.marinespecies.org/ * WoRMS REST API docs: https://www.marinespecies.org/rest/ See the taxize book (https://taxize.dev) for taxonomically focused work in this and similar packages. ## Installation More stable CRAN version ```{r eval=FALSE} install.packages("worrms") ``` Development version ```{r eval=FALSE} remotes::install_github("ropensci/worrms") ``` ```{r} library("worrms") ``` ## Meta * Please [report any issues or bugs](https://github.com/ropensci/worrms/issues). * License: MIT * Get citation information for `worrms` in R doing `citation(package = 'worrms')` * 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. [](https://ropensci.org)
Owner metadata
- Name: rOpenSci
- Login: ropensci
- Email: [email protected]
- Kind: organization
- Description:
- Website: https://ropensci.org/
- Location: Berkeley, CA
- Twitter: rOpenSci
- Company:
- Icon url: https://avatars.githubusercontent.com/u/1200269?v=4
- Repositories: 307
- Last ynced at: 2023-03-10T20:30:59.242Z
- Profile URL: https://github.com/ropensci
GitHub Events
Total
- Issues event: 3
- Watch event: 1
- Issue comment event: 1
Last Year
- Issues event: 3
- Watch event: 1
- Issue comment event: 1
Committers metadata
Last synced: 7 days ago
Total Commits: 140
Total Committers: 7
Avg Commits per committer: 20.0
Development Distribution Score (DDS): 0.129
Commits in past year: 11
Committers in past year: 2
Avg Commits per committer in past year: 5.5
Development Distribution Score (DDS) in past year: 0.364
Name | Commits | |
---|---|---|
Scott Chamberlain | m****s@g****m | 122 |
salvafern | s****z@v****e | 7 |
bart-v | b****v@v****e | 4 |
Pieter Provoost | p****t@g****m | 4 |
rOpenSci Bot | m****t@g****m | 1 |
Jeroen Ooms | j****s@g****m | 1 |
Maëlle Salmon | m****n@y****e | 1 |
Committer domains:
- vliz.be: 2
Issue and Pull Request metadata
Last synced: 2 days ago
Total issues: 42
Total pull requests: 7
Average time to close issues: 3 months
Average time to close pull requests: about 8 hours
Total issue authors: 21
Total pull request authors: 4
Average comments per issue: 2.45
Average comments per pull request: 0.86
Merged pull request: 6
Bot issues: 0
Bot pull requests: 0
Past year issues: 5
Past year pull requests: 0
Past year average time to close issues: about 3 hours
Past year average time to close pull requests: N/A
Past year issue authors: 4
Past year pull request authors: 0
Past year average comments per issue: 1.6
Past year average comments per pull request: 0
Past year merged pull request: 0
Past year bot issues: 0
Past year bot pull requests: 0
Top Issue Authors
- sckott (14)
- maelle (4)
- vijaybarve (4)
- tomjwebb (2)
- yuliaUU (2)
- johnny3125 (1)
- amynang (1)
- zachary-foster (1)
- damianooldoni (1)
- tadeu95 (1)
- pieterprovoost (1)
- KatLeigh11 (1)
- cpavloud (1)
- JuanAlv-Col (1)
- GuilleFB (1)
Top Pull Request Authors
- sckott (3)
- pieterprovoost (2)
- maelle (1)
- shivam11 (1)
Top Issue Labels
- enhancement (10)
- question (5)
- bug (4)
- duplicate (2)
- wontfix (1)
- good-first-issue (1)
- hacktoberfest (1)
- help wanted (1)
Top Pull Request Labels
Package metadata
- Total packages: 1
- Total downloads: unknown
- Total dependent packages: 3
- Total dependent repositories: 1
- Total versions: 5
conda-forge.org: r-worrms
- Homepage: https://github.com/ropensci/worrms
- Licenses: MIT
- Latest release: 0.4.2 (published almost 5 years ago)
- Last Synced: 2025-04-01T02:12:22.343Z (26 days ago)
- Versions: 5
- Dependent Packages: 3
- Dependent Repositories: 1
-
Rankings:
- Dependent packages count: 15.638%
- Dependent repos count: 24.103%
- Average: 34.818%
- Forks count: 47.307%
- Stargazers count: 52.224%
Dependencies
- crul >= 0.6.0 imports
- data.table * imports
- jsonlite >= 1.1 imports
- tibble >= 1.2 imports
- knitr * suggests
- rmarkdown * suggests
- roxygen2 >= 7.1.0 suggests
- testthat * suggests
- vcr >= 0.2.0 suggests
- actions/checkout v2 composite
- r-lib/actions/check-r-package v2 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
Score: 6.79794041297493