Skip to content

Commit

Permalink
Added badge and paragraph an CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
Rekyt authored Jul 16, 2016
1 parent b4c5a13 commit 31d345f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# `funrar` package

[![Travis-CI Build Status](https://travis-ci.org/Rekyt/funrar.svg?branch=master)](https://travis-ci.org/Rekyt/funrar) [![codecov.io](https://codecov.io/github/Rekyt/funrar/coverage.svg?branch=master)](https://codecov.io/github/Rekyt/funrar?branch=master)
![](http://cranlogs.r-pkg.org/badges/funrar?color=brightgreen)
![](http://cranlogs.r-pkg.org/badges/grand-total/funrar)

`funrar` is a package to compute functional rarity indices 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:

Expand All @@ -9,7 +11,13 @@ Violle C., Thuiller W., Mouquet N., Munoz F., Kraft NJ., Cadotte MW., Livingston

## Installation

The package will soon be submitted to CRAN, but is not released yet, so please download the development version from github:
The package is on CRAN, you can install it using:

```r
install.packages("funrar")
```

If you want to have the latest development version use `devtools`:

```r
# install.packages("devtools") # If 'devtools' is not installed yet
Expand Down

0 comments on commit 31d345f

Please sign in to comment.