Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/render-rmarkdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- uses: r-lib/actions/setup-r@v2

- uses: r-lib/actions/setup-renv@v2
- uses: r-lib/actions/setup-r-dependencies@v2

- name: Render Rmarkdown files and Commit Results
run: |
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ Several other packages exist that compute functional diversity indices. We did a
| [`betapart`](https://github.com/cran/betapart) | Functional β-diversity |`r betapart[[1]]` |`r betapart[[2]]` | ❌ | ![](https://www.r-pkg.org/badges/last-release/betapart) |
| [`entropart`](https://github.com/EricMarcon/entropart)| Functional Entropy |`r entropart[[1]]` |`r entropart[[2]]` | ✅ | ![](https://www.r-pkg.org/badges/last-release/entropart) |
| [`FD`](https://github.com/cran/FD) | FRic, FDiv, FDis, FEve, Rao's QE, Functional Group Richness |`r fd[[1]]` |`r fd[[2]]` | ❌ | ![](https://www.r-pkg.org/badges/last-release/FD) |
| [`hilldiv3`](https://github.com/anttonalberdi/hilldiv3) | Dendrogram-based Hill numbers for functional diversity | ✅ | ✅ | ✅ | ❌ |
| [`hilldiv3`](https://github.com/alberdilab/hilldiv3) | Dendrogram-based Hill numbers for functional diversity | ✅ | ✅ | ✅ | ❌ |
| [`hillR`](https://github.com/daijiang/hillR) | Functional Diversity Hill Numbers |`r hillr[[1]]` |`r hillr[[2]]` | ✅ | ![](https://www.r-pkg.org/badges/last-release/hillR) |
| [`hypervolume`](https://github.com/cran/hypervolume) | Hypervolume measure of functional diversity (~FRic) |`r hypervolume[[1]]`|`r hypervolume[[2]]`| ✅ | ![](https://www.r-pkg.org/badges/last-release/hypervolume)|
| [`mFD`](https://github.com/CmlMagneville/mFD) | Functional α- and β-diversity indices, including FRic, FDiv, FDis, FEve, FIde, FMPD, FNND, FOri, FSpe, Hill Numbers |`r mFD[[1]]` |`r mFD[[2]]` | ✅ | ![](https://www.r-pkg.org/badges/last-release/mFD) |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ mention the numerous wrappers around these packages):
| [`betapart`](https://github.com/cran/betapart) | Functional β-diversity | ❌ | ❌ | ❌ | ![](https://www.r-pkg.org/badges/last-release/betapart) |
| [`entropart`](https://github.com/EricMarcon/entropart) | Functional Entropy | ✅ | ✅ | ✅ | ![](https://www.r-pkg.org/badges/last-release/entropart) |
| [`FD`](https://github.com/cran/FD) | FRic, FDiv, FDis, FEve, Rao’s QE, Functional Group Richness | ❌ | ❌ | ❌ | ![](https://www.r-pkg.org/badges/last-release/FD) |
| [`hilldiv3`](https://github.com/anttonalberdi/hilldiv3) | Dendrogram-based Hill numbers for functional diversity | ✅ | ✅ | ✅ | ❌ |
| [`hilldiv3`](https://github.com/alberdilab/hilldiv3) | Dendrogram-based Hill numbers for functional diversity | ✅ | ✅ | ✅ | ❌ |
| [`hillR`](https://github.com/daijiang/hillR) | Functional Diversity Hill Numbers | ❌ | ✅ | ✅ | ![](https://www.r-pkg.org/badges/last-release/hillR) |
| [`hypervolume`](https://github.com/cran/hypervolume) | Hypervolume measure of functional diversity (~FRic) | ✅ | ❌ | ✅ | ![](https://www.r-pkg.org/badges/last-release/hypervolume) |
| [`mFD`](https://github.com/CmlMagneville/mFD) | Functional α- and β-diversity indices, including FRic, FDiv, FDis, FEve, FIde, FMPD, FNND, FOri, FSpe, Hill Numbers | ✅ | ❌ | ✅ | ![](https://www.r-pkg.org/badges/last-release/mFD) |
Expand Down
Loading