Science Score: 36.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
1 of 9 committers (11.1%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (16.4%) to scientific vocabulary
Keywords
api-wrapper
biodiversity
r
r-package
rstats
specimen
spocc
vertnet
Keywords from Contributors
genome
geocode
taxonomy
taxize
ebird
nomenclature
darwincore
biology
genome-retrieval
meta-analysis
Last synced: 4 months ago
·
JSON representation
Repository
Wrapper to the VertNet API
Basic Info
- Host: GitHub
- Owner: ropensci
- License: other
- Language: R
- Default Branch: main
- Homepage: https://docs.ropensci.org/rvertnet/
- Size: 2.1 MB
Statistics
- Stars: 7
- Watchers: 7
- Forks: 4
- Open Issues: 0
- Releases: 14
Topics
api-wrapper
biodiversity
r
r-package
rstats
specimen
spocc
vertnet
Created over 14 years ago
· Last pushed about 1 year ago
Metadata Files
Readme
Changelog
Contributing
License
Codemeta
README.Rmd
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
warning = FALSE,
message = FALSE,
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
[](https://www.repostatus.org/#active) [](https://github.com/ropensci/rvertnet/actions/workflows/R-CMD-check.yaml) [](https://app.codecov.io/gh/ropensci/rvertnet?branch=master) [](https://github.com/r-hub/cranlogs.app) [](https://cran.r-project.org/package=rvertnet)
# rvertnet
`rvertnet` is a client for interacting with [VertNet.org](http://vertnet.org/).
VertNet.org API docs:
## Installation
Stable CRAN version
```{r eval=FALSE}
install.packages("rvertnet")
```
Development version from GitHub
```{r eval=FALSE}
remotes::install_github("ropensci/rvertnet", build_vignettes = TRUE)
```
## [Get started](https://docs.ropensci.org/rvertnet/articles/rvertnet.html)
[View vignette on ropensci website](https://docs.ropensci.org/rvertnet/articles/rvertnet.html)
Or, view vignette locally in your web browser
```{r eval=FALSE}
browseVignettes("rvertnet")
```
Or, view vignette in the Rstudio help pane
```{r eval=FALSE}
vignette("rvertnet")
```
## Contributors
- Dave Slager [\@slager](https://github.com/slager)
- Scott Chamberlain [\@sckott](https://github.com/sckott)
- Chris Ray [\@Pika8tona](https://github.com/Pika8tona)
- Vijay Barve [\@vijaybarve](https://github.com/vijaybarve)
## Meta
- Please [report any issues or bugs](https://github.com/ropensci/rvertnet/issues).
- License: MIT
- Get citation information for `rvertnet` in R doing `citation(package = 'rvertnet')`
- 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.
Owner
- Name: rOpenSci
- Login: ropensci
- Kind: organization
- Email: info@ropensci.org
- Location: Berkeley, CA
- Website: https://ropensci.org/
- Twitter: rOpenSci
- Repositories: 307
- Profile: https://github.com/ropensci
CodeMeta (codemeta.json)
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"identifier": "rvertnet",
"description": "Retrieve, map and summarize data from the 'VertNet.org' archives (<https://vertnet.org/>). Functions allow searching by many parameters, including 'taxonomic' names, places, and dates. In addition, there is an interface for conducting spatially delimited searches, and another for requesting large 'datasets' via email.",
"name": "rvertnet: Search 'Vertnet', a 'Database' of Vertebrate Specimen Records",
"relatedLink": "https://docs.ropensci.org/rvertnet/",
"codeRepository": "https://github.com/ropensci/rvertnet",
"issueTracker": "https://github.com/ropensci/rvertnet/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "0.8.4",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.3.2 (2023-10-31)",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"author": [
{
"@type": "Person",
"givenName": "Scott",
"familyName": "Chamberlain",
"email": "myrmecocystus@gmail.com"
},
{
"@type": "Person",
"givenName": "Dave",
"familyName": "Slager",
"email": "slager@uw.edu"
}
],
"contributor": [
{
"@type": "Person",
"givenName": "Chris",
"familyName": "Ray"
},
{
"@type": "Person",
"givenName": "Vijay",
"familyName": "Barve"
}
],
"copyrightHolder": [
{
"@type": "Person",
"givenName": "Scott",
"familyName": "Chamberlain",
"email": "myrmecocystus@gmail.com"
},
{
"@type": "Person",
"givenName": "Dave",
"familyName": "Slager",
"email": "slager@uw.edu"
}
],
"maintainer": [
{
"@type": "Person",
"givenName": "Dave",
"familyName": "Slager",
"email": "slager@uw.edu"
}
],
"softwareSuggestions": [
{
"@type": "SoftwareApplication",
"identifier": "knitr",
"name": "knitr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=knitr"
},
{
"@type": "SoftwareApplication",
"identifier": "rmarkdown",
"name": "rmarkdown",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=rmarkdown"
},
{
"@type": "SoftwareApplication",
"identifier": "testthat",
"name": "testthat",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=testthat"
},
{
"@type": "SoftwareApplication",
"identifier": "vcr",
"name": "vcr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=vcr"
},
{
"@type": "SoftwareApplication",
"identifier": "withr",
"name": "withr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=withr"
}
],
"softwareRequirements": {
"1": {
"@type": "SoftwareApplication",
"identifier": "R",
"name": "R",
"version": ">= 2.10"
},
"2": {
"@type": "SoftwareApplication",
"identifier": "jsonlite",
"name": "jsonlite",
"version": ">= 1.5",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=jsonlite"
},
"3": {
"@type": "SoftwareApplication",
"identifier": "crul",
"name": "crul",
"version": ">= 0.5.2",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=crul"
},
"4": {
"@type": "SoftwareApplication",
"identifier": "dplyr",
"name": "dplyr",
"version": ">= 0.5.0",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=dplyr"
},
"5": {
"@type": "SoftwareApplication",
"identifier": "tibble",
"name": "tibble",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=tibble"
},
"6": {
"@type": "SoftwareApplication",
"identifier": "ggplot2",
"name": "ggplot2",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=ggplot2"
},
"7": {
"@type": "SoftwareApplication",
"identifier": "maps",
"name": "maps",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=maps"
},
"SystemRequirements": null
},
"applicationCategory": "DataAccess",
"isPartOf": "\"https://ropensci.org\"",
"keywords": [
"species",
"occurrences",
"biodiversity",
"maps",
"vertnet",
"mammals",
"mammalia",
"specimens",
"api-wrapper",
"specimen",
"rstats",
"r",
"spocc",
"r-package"
],
"fileSize": "6433.088KB",
"releaseNotes": "https://github.com/ropensci/rvertnet/blob/master/NEWS.md",
"readme": "https://github.com/ropensci/rvertnet/blob/master/README.md",
"contIntegration": [
"https://github.com/ropensci/rvertnet/actions/workflows/R-CMD-check.yaml",
"https://app.codecov.io/gh/ropensci/rvertnet?branch=master"
],
"developmentStatus": "https://www.repostatus.org/#active"
}
GitHub Events
Total
- Push event: 1
Last Year
- Push event: 1
Committers
Last synced: 5 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Scott Chamberlain | m****s@g****m | 274 |
| Dave Slager | s****r | 43 |
| Pika8tona | c****y@c****u | 11 |
| VijayBarve | v****e@r****m | 8 |
| Maëlle Salmon | m****n@y****e | 5 |
| Karthik Ram | k****m@g****m | 1 |
| Joseph W. Brown | p****b@g****m | 1 |
| Gaurav Vaidya | g****v@g****m | 1 |
| rOpenSci Bot | m****t@g****m | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 4 months ago
All Time
- Total issues: 2
- Total pull requests: 1
- Average time to close issues: about 22 hours
- Average time to close pull requests: 3 minutes
- Total issue authors: 1
- Total pull request authors: 1
- Average comments per issue: 0.0
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: 3 minutes
- Issue authors: 0
- Pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- slager (2)
- maelle (1)
- Geiziane (1)
Pull Request Authors
- slager (1)
Top Labels
Issue Labels
docs (1)
Pull Request Labels
Packages
- Total packages: 3
-
Total downloads:
- cran 2,476 last-month
- Total docker downloads: 88,629
-
Total dependent packages: 2
(may contain duplicates) -
Total dependent repositories: 4
(may contain duplicates) - Total versions: 32
- Total maintainers: 1
proxy.golang.org: github.com/ropensci/rvertnet
- Documentation: https://pkg.go.dev/github.com/ropensci/rvertnet#section-documentation
- License: other
-
Latest release: v0.8.4
published almost 2 years ago
Rankings
Dependent packages count: 5.5%
Average: 5.7%
Dependent repos count: 5.9%
Last synced:
4 months ago
cran.r-project.org: rvertnet
Search 'Vertnet', a 'Database' of Vertebrate Specimen Records
- Homepage: https://github.com/ropensci/rvertnet
- Documentation: http://cran.r-project.org/web/packages/rvertnet/rvertnet.pdf
- License: MIT + file LICENSE
-
Latest release: 0.8.4
published almost 2 years ago
Rankings
Downloads: 9.1%
Dependent repos count: 16.5%
Average: 17.2%
Dependent packages count: 18.1%
Docker downloads count: 24.9%
Maintainers (1)
Last synced:
4 months ago
conda-forge.org: r-rvertnet
- Homepage: https://github.com/ropensci/rvertnet
- License: MIT
-
Latest release: 0.8.2
published over 4 years ago
Rankings
Dependent repos count: 24.3%
Dependent packages count: 29.0%
Average: 42.1%
Forks count: 54.1%
Stargazers count: 60.8%
Last synced:
4 months ago
Dependencies
DESCRIPTION
cran
- crul >= 0.5.2 imports
- dplyr >= 0.5.0 imports
- ggplot2 * imports
- jsonlite >= 1.5 imports
- maps * imports
- tibble * imports
- testthat * suggests
- vcr * suggests
.github/workflows/R-CMD-check.yaml
actions
- actions/checkout v4 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
.github/workflows/test-coverage.yaml
actions
- actions/checkout v4 composite
- actions/upload-artifact v4 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite