ridigbio
ridigbio -- an R interface to iDigBio's API (see http://www.idigbio.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
4 of 8 committers (50.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.6%) to scientific vocabulary
Repository
ridigbio -- an R interface to iDigBio's API (see http://www.idigbio.org/)
Basic Info
- Host: GitHub
- Owner: iDigBio
- License: other
- Language: R
- Default Branch: main
- Homepage: http://idigbio.github.io/ridigbio/
- Size: 125 MB
Statistics
- Stars: 17
- Watchers: 11
- Forks: 10
- Open Issues: 9
- Releases: 15
Metadata Files
README.md
ridigbio 
ridigbio is an R package to access iDigBio (Integrated Digitized Biocollections).
Installation
ridigbio is avaliable via CRAN.
r
install.packages("ridigbio")
Error Messages
If R says the package is unavailable, you may not have set a CRAN mirror. You can do so with:
r
chooseCRANmirror()
If R says that a binary package is not available, your version of R may be too old. Please review the versions of R that CRAN has built packages for on the CRAN ridigbio package page.
You can download the source package and install manually if there is no package built for your version of R. You may also need to install any dependencies.
r
install.packages("ridigbio", type="source")
On Linux, you may encounter an error during the installation process if you do not have libcurl installed. The method for installing libcurl will vary between distributions, but on Ubuntu you can install the latest version via:
sudo apt install libcurl4
Getting Started
There are several articles that can help get you started:
- Introduction to ridigbio
- Record API Demo
- Media API Demo
- Fields in ridigibio
- Tissue Samples Locator Demo
- Identification of Modified Data
- Identification of Suspicious Coordinates
- Identification of Data Flags
Most iDigBio users are interested in downloading occurrence records:
r
library("ridigbio")
idig_search_records(rq=list(genus="galax"))
idig_search_records(rq=list(family="diapensiaceae"), limit=1000)
Meta
- Please report any bugs or issues.
- License: MIT
Owner
- Name: iDigBio
- Login: iDigBio
- Kind: organization
- Location: United States of America
- Website: http://www.idigbio.org
- Repositories: 55
- Profile: https://github.com/iDigBio
iDigBio is coordinating the national effort to digitize biodiversity specimens and make them available online, funded by NSF grants to UF, FSU, and ASU.
GitHub Events
Total
- Issues event: 2
- Issue comment event: 3
- Push event: 8
Last Year
- Issues event: 2
- Issue comment event: 3
- Push event: 8
Committers
Last synced: over 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Matthew Collins | m****s@a****u | 118 |
| Francois Michonneau | f****u@g****m | 13 |
| jbennettufl | j****l@g****m | 4 |
| mokelly2 | m****2@g****m | 3 |
| Nicholas Rejack | n****k@u****u | 3 |
| Scott Chamberlain | m****s@g****m | 2 |
| Kevin Love | k****e@u****u | 1 |
| Kevin Love | k****e@f****u | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 37
- Total pull requests: 17
- Average time to close issues: 7 months
- Average time to close pull requests: 2 months
- Total issue authors: 13
- Total pull request authors: 8
- Average comments per issue: 2.38
- Average comments per pull request: 1.29
- Merged pull requests: 11
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 1
- Pull requests: 3
- Average time to close issues: 3 days
- Average time to close pull requests: 11 days
- Issue authors: 1
- Pull request authors: 1
- Average comments per issue: 2.0
- Average comments per pull request: 0.33
- Merged pull requests: 3
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- mjcollin (15)
- sckott (4)
- mgaynor1 (4)
- seltmann (4)
- nrejack (2)
- tphilippi (1)
- fmichonneau (1)
- pbuttigieg (1)
- hadley (1)
- roncanepa (1)
- kevinlove (1)
- hmorzaria (1)
- sagesteppe (1)
Pull Request Authors
- jbennettufl (6)
- mgaynor1 (6)
- fmichonneau (4)
- kevinlove (2)
- adamdsmith (1)
- nrejack (1)
- sckott (1)
- hmorzaria (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 3
-
Total downloads:
- cran 2,611 last-month
- Total docker downloads: 88,629
-
Total dependent packages: 3
(may contain duplicates) -
Total dependent repositories: 4
(may contain duplicates) - Total versions: 27
- Total maintainers: 1
proxy.golang.org: github.com/idigbio/ridigbio
- Documentation: https://pkg.go.dev/github.com/idigbio/ridigbio#section-documentation
- License: other
-
Latest release: v0.4.1
published almost 2 years ago
Rankings
cran.r-project.org: ridigbio
Interface to the iDigBio Data API
- Homepage: https://github.com/iDigBio/ridigbio
- Documentation: http://cran.r-project.org/web/packages/ridigbio/ridigbio.pdf
- License: MIT + file LICENSE
-
Latest release: 0.4.1
published almost 2 years ago
Rankings
Maintainers (1)
conda-forge.org: r-ridigbio
- Homepage: https://github.com/iDigBio/ridigbio
- License: MIT
-
Latest release: 0.3.6
published almost 4 years ago
Rankings
Dependencies
- R >= 3.0.1 depends
- httr * imports
- jsonlite * imports
- plyr * imports
- stats * imports
- testthat * suggests