funrar

:package: R package to compute functional rarity indices (functional distinctiveness, uniqueness, restrictedness, scarcity)

https://github.com/rekyt/funrar

Science Score: 46.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
  • DOI references
    Found 7 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Committers with academic emails
    1 of 7 committers (14.3%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (14.3%) to scientific vocabulary

Keywords

ecological-models ecology r r-package rarity traits

Keywords from Contributors

tidy-data
Last synced: 6 months ago · JSON representation

Repository

:package: R package to compute functional rarity indices (functional distinctiveness, uniqueness, restrictedness, scarcity)

Basic Info
Statistics
  • Stars: 17
  • Watchers: 3
  • Forks: 1
  • Open Issues: 2
  • Releases: 9
Topics
ecological-models ecology r r-package rarity traits
Created about 10 years ago · Last pushed almost 2 years ago
Metadata Files
Readme Changelog

README.md

funrar - Computing Functional rarity indices

R-CMD-check codecov.io DOI <!-- badges: end -->

funrar is a package to compute functional rarity indices, it quantifies how species are rare both from a functional and an extent point of view. Following the different facets of rarity proposed by Rabinowitz (1981). See this reference for more details on Functional Rarity indices:

Violle C., Thuiller W., Mouquet N., Munoz F., Kraft NJB, Cadotte MW, Livingstone SW, Mouillot D., Functional Rarity: The Ecology of Outliers, Trends in Ecology & Evolution, Volume 32, Issue 5, May 2017, Pages 356-367, ISSN 0169-5347, https://doi.org/10.1016/j.tree.2017.02.002.

Citation

Please cite the following reference when using funrar in a paper:

Grenié M, Denelle P, Tucker CM, Munoz F, Violle C. funrar: An R package to characterize functional rarity. Divers Distrib. 2017;00:1–7. https://doi.org/10.1111/ddi.12629

or refer to the CITATION file, using:

r citation(package = "funrar")

Installation

The package is on CRAN, you can install it using:

r install.packages("funrar")

If you want to have the latest development version use remotes:

```r

install.packages("remotes") # If 'remotes' is not installed yet

remotes::installgithub("Rekyt/funrar", buildvignettes = TRUE) ```

Example vignettes

In addition to code example included in help of functions, two vignettes explain how to use the package. The functional rarity indices vignette explains in details the different indices and function provided; while the sparse matrices vignette shows how to use sparse matrices to gain speed in memory when computing functional rarity indices.

Access the vignette through R using the vignette() abd browseVignettes() functions.

References

Rabinowitz D., Seven forms of rarity In The Biological Aspects of Rare Plant Conservation (1981), pp. 205-217

Owner

  • Name: Matthias Grenié
  • Login: Rekyt
  • Kind: user
  • Location: Grenoble, France
  • Company: Université Grenoble Alpes / Laboratoire d'Écologie Alpine (LECA)

Assistant Professor of Biostatistics & Ecology

GitHub Events

Total
Last Year

Committers

Last synced: 7 months ago

All Time
  • Total Commits: 389
  • Total Committers: 7
  • Avg Commits per committer: 55.571
  • Development Distribution Score (DDS): 0.075
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Rekyt m****e@e****r 360
Pierre DENELLE p****e@c****r 18
Pierre DENELLE P****E 4
cmtucker c****r 2
Julia Silge j****e@g****m 2
Hugo Gruson B****o 2
Pierre DENELLE d****e@n****r 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 46
  • Total pull requests: 7
  • Average time to close issues: about 1 year
  • Average time to close pull requests: 2 days
  • Total issue authors: 3
  • Total pull request authors: 3
  • Average comments per issue: 1.07
  • Average comments per pull request: 0.86
  • Merged pull requests: 7
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 1
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 1
  • Pull request authors: 0
  • Average comments per issue: 1.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • Rekyt (38)
  • cmtucker (6)
  • pierredenelle (2)
Pull Request Authors
  • Rekyt (5)
  • Bisaloo (2)
  • juliasilge (1)
Top Labels
Issue Labels
enhancement (16) bug (5) wontfix (4) question (3) documentation (2)
Pull Request Labels

Packages

  • Total packages: 2
  • Total downloads:
    • cran 496 last-month
  • Total dependent packages: 1
    (may contain duplicates)
  • Total dependent repositories: 1
    (may contain duplicates)
  • Total versions: 19
  • Total maintainers: 1
cran.r-project.org: funrar

Functional Rarity Indices Computation

  • Versions: 14
  • Dependent Packages: 1
  • Dependent Repositories: 1
  • Downloads: 496 Last month
Rankings
Stargazers count: 14.2%
Forks count: 21.3%
Average: 22.4%
Downloads: 24.1%
Dependent repos count: 24.4%
Dependent packages count: 28.0%
Maintainers (1)
Last synced: 6 months ago
conda-forge.org: r-funrar
  • Versions: 5
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Stargazers count: 49.3%
Average: 54.6%
Forks count: 60.0%
Last synced: 6 months ago

Dependencies

DESCRIPTION cran
  • R >= 3.2.2 depends
  • cluster * imports
  • methods * imports
  • stats * imports
  • Matrix * suggests
  • ade4 * suggests
  • ggplot2 * suggests
  • knitr * suggests
  • rmarkdown * suggests
  • testthat >= 2.99.0 suggests
  • tidytext * suggests