rglobi
R library to access species interaction data of http://globalbioticinteractions.org
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
2 of 13 committers (15.4%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.2%) to scientific vocabulary
Keywords
Keywords from Contributors
Repository
R library to access species interaction data of http://globalbioticinteractions.org
Basic Info
- Host: GitHub
- Owner: ropensci
- License: other
- Language: R
- Default Branch: main
- Homepage: https://docs.ropensci.org/rglobi
- Size: 326 KB
Statistics
- Stars: 18
- Watchers: 10
- Forks: 10
- Open Issues: 5
- Releases: 21
Topics
Metadata Files
README.md
'rglobi'
R library to access species interaction data of http://globalbioticinteractions.org
install
To install rglobi from CRAN:
R
install.packages("rglobi")
Or install development version:
R
install.packages("devtools")
devtools::install_github("ropensci/rglobi")
examples
```R library(rglobi)
find all unique prey names of Homo sapiens
preyof("Homo sapiens")$targettaxon_name
is a shortcut of
getinteractionsbytaxa(sourcetaxon='Homo sapiens', interactiontype='preysOn')$targettaxon_name
list of supported interactions types
getinteractiontypes()
all known prey names and locations (latitude, longitude) where birds (Aves) preyed on rodents (Rodentia) in California
obs <- getinteractionsbytaxa(sourcetaxon = "Aves", bbox=c(-125.53344800000002,32.750323,-114.74487299999998,41.574361), targettaxon = "Rodentia", returnobservations=TRUE)
locations <- cbind(obs$targettaxonname, obs$latitude, obs$longitude)
Please see R help pages (e.g.?getinteractionsbytaxa``` and vignettes for more information.
tests
Tests can be executed using devtools package. ```R
workdir should be rglobi repo root directory (check with getwd())
install dependencies
devtools::install('.') devtools::test() ``` This should reload the library, executes the test_that testcases and show test reports.
documentation
roxygen2 is used to generate .Rd and NAMESPACE by running:
R
library(roxygen2)
roxygenize(".")
Vignettes are generated using knitr and markdown packages.
meta
Please report any issues or bugs.
This package is part of the rOpenSci project.
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
GitHub Events
Total
- Issues event: 1
- Watch event: 3
- Delete event: 1
- Issue comment event: 6
- Push event: 1
- Pull request event: 1
Last Year
- Issues event: 1
- Watch event: 3
- Delete event: 1
- Issue comment event: 6
- Push event: 1
- Pull request event: 1
Committers
Last synced: about 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Jorrit Poelen | j****n@g****m | 138 |
| jhpoelen | j****n@x****l | 82 |
| Jorrit Poelen | j****t@j****l | 27 |
| J. Stephen Gosnell | s****l@g****m | 22 |
| Sergey Slyusarev | c****y@g****m | 12 |
| Scott Chamberlain | m****s@g****m | 3 |
| H-Waters | h****s@e****k | 3 |
| steven2249 | s****w@b****u | 2 |
| mark padgham | m****m@e****m | 1 |
| Maëlle Salmon | m****n@y****e | 1 |
| Jim Hester | j****r@g****m | 1 |
| unknown | s****l@A****l | 1 |
| rOpenSci Bot | m****t@g****m | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 37
- Total pull requests: 16
- Average time to close issues: 7 months
- Average time to close pull requests: 22 days
- Total issue authors: 17
- Total pull request authors: 8
- Average comments per issue: 3.65
- Average comments per pull request: 1.0
- Merged pull requests: 15
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 1
- Pull requests: 2
- Average time to close issues: 5 months
- Average time to close pull requests: 5 months
- Issue authors: 1
- Pull request authors: 1
- Average comments per issue: 1.0
- Average comments per pull request: 3.5
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- jhpoelen (15)
- SagarAdhurya (3)
- sckott (3)
- jebyrnes (2)
- mabarbour (1)
- amynang (1)
- jsimons9 (1)
- jeroen (1)
- bonushenricus (1)
- ZekeMarshall (1)
- hadley (1)
- pozsgaig (1)
- alexharkess (1)
- jemmybutton (1)
- camainsworth (1)
Pull Request Authors
- jemmybutton (6)
- sckott (3)
- maelle (2)
- H-Waters (1)
- jimhester (1)
- mpadge (1)
- jhpoelen (1)
- stevenysw (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 301 last-month
- Total docker downloads: 88,618
- Total dependent packages: 0
- Total dependent repositories: 1
- Total versions: 21
- Total maintainers: 1
cran.r-project.org: rglobi
Interface to Global Biotic Interactions
- Homepage: https://docs.ropensci.org/rglobi/
- Documentation: http://cran.r-project.org/web/packages/rglobi/rglobi.pdf
- License: MIT + file LICENSE
-
Latest release: 0.3.4
published over 2 years ago
Rankings
Maintainers (1)
Dependencies
- R >= 3.0.1 depends
- RCurl >= 0.3.4 imports
- curl >= 0.3.3 imports
- readr >= 1.3.1 imports
- rjson >= 0.2.13 imports
- httr * suggests
- knitr * suggests
- markdown * suggests
- openssl * suggests
- testthat >= 0.7 suggests
