rdiversity

rdiversity - An R package for measuring similarity-sensitive diversity

https://github.com/boydorr/rdiversity

Science Score: 33.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 3 DOI reference(s) in README
  • Academic publication links
    Links to: arxiv.org, zenodo.org
  • Committers with academic emails
    1 of 5 committers (20.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (14.7%) to scientific vocabulary

Keywords

biodiversity diversity-measurement partitioning-diversity r
Last synced: 10 months ago · JSON representation

Repository

rdiversity - An R package for measuring similarity-sensitive diversity

Basic Info
Statistics
  • Stars: 8
  • Watchers: 3
  • Forks: 3
  • Open Issues: 0
  • Releases: 0
Topics
biodiversity diversity-measurement partitioning-diversity r
Created over 10 years ago · Last pushed about 4 years ago
Metadata Files
Readme

README.md

rdiversity: diversity measurement in R

test-build codecov CodeFactor License: GPL-3.0 DOI Total downloads

rdiversity is a package for R based around a framework for measuring biodiversity using similarity-sensitive diversity measures. It provides functionality for measuring alpha, beta and gamma diversity of metacommunities (e.g. ecosystems) and their constituent subcommunities, where similarity may be defined as taxonomic, phenotypic, genetic, phylogenetic, functional, and so on. It uses the diversity framework described in the arXiv paper arXiv:1404.6520 (q-bio.QM), "How to partition diversity".

This package has now reached a stable release and is cross-validated against our Julia package Diversity.jl, which is developed independently. Please raise an issue if you find any problems.

To install rdiversity from CRAN, simply run the following from an R console:

{r} install.packages("rdiversity")

The latest development version can be installed from GitHub: ```{r]

install.packages("devtools")

devtools::install_github("boydorr/rdiversity") ```

Examples of how to use the package are included in our docs, as well as in a vignette currently only available in the development version of this package:

{r} install_github("boydorr/rdiversity", build_vignettes = TRUE) vignette("examples", "rdiversity")

Owner

  • Name: Boyd Orr
  • Login: boydorr
  • Kind: organization
  • Location: Glasgow, UK

Boyd Orr Centre for Population and Ecosystem Health, University of Glasgow

GitHub Events

Total
  • Watch event: 1
  • Pull request event: 1
  • Create event: 1
Last Year
  • Watch event: 1
  • Pull request event: 1
  • Create event: 1

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 1,343
  • Total Committers: 5
  • Avg Commits per committer: 268.6
  • Development Distribution Score (DDS): 0.046
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
mysteryduck s****2@r****k 1,281
Richard Reeve g****t@r****t 45
TomJamesW w****s@g****m 13
Sonia Mitchell m****k 3
The Codacy Badger b****r@c****m 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 4
  • Total pull requests: 12
  • Average time to close issues: 14 days
  • Average time to close pull requests: about 1 month
  • Total issue authors: 3
  • Total pull request authors: 4
  • Average comments per issue: 3.5
  • Average comments per pull request: 1.17
  • Merged pull requests: 11
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • richardreeve (2)
  • KatharinaKordubel (1)
  • soniamitchell (1)
Pull Request Authors
  • richardreeve (8)
  • soniamitchell (3)
  • codacy-badger (1)
  • TomJamesW (1)
Top Labels
Issue Labels
bug (2) invalid (1)
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 296 last-month
  • Total dependent packages: 1
  • Total dependent repositories: 2
  • Total versions: 5
  • Total maintainers: 1
cran.r-project.org: rdiversity

Measurement and Partitioning of Similarity-Sensitive Biodiversity

  • Versions: 5
  • Dependent Packages: 1
  • Dependent Repositories: 2
  • Downloads: 296 Last month
Rankings
Forks count: 14.2%
Dependent packages count: 18.1%
Average: 18.3%
Dependent repos count: 19.1%
Stargazers count: 21.9%
Maintainers (1)
Last synced: 12 months ago

Dependencies

DESCRIPTION cran
  • R >= 2.10 depends
  • methods * imports
  • reshape2 * imports
  • stats * imports
  • stringdist * imports
  • utils * imports
  • ape * suggests
  • covr * suggests
  • knitr * suggests
  • markdown * suggests
  • rmarkdown * suggests
  • testthat * suggests