Skip to content

Commit

Permalink
added pkgdown site in DESCRIPTION URL
Browse files Browse the repository at this point in the history
  • Loading branch information
EricMarcon committed Feb 21, 2024
1 parent f611bec commit c37ab59
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Package: entropart
Type: Package
Title: Entropy Partitioning to Measure Diversity
Version: 1.6-12.9000
Version: 1.6-13.9000
Authors@R: c(
person("Eric", "Marcon", email="eric.marcon@agroparistech.fr", role=c("aut", "cre"), comment=c(ORCID="0000-0002-5249-321X")),
person("Bruno", "Herault", email="bruno.herault@cirad.fr", role="aut", comment=c(ORCID="0000-0002-6950-7286"))
)
Description: Measurement and partitioning of diversity, based on Tsallis entropy, following Marcon and Herault (2015) <doi:10.18637/jss.v067.i08>.
'entropart' provides functions to calculate alpha, beta and gamma diversity of communities, including phylogenetic and functional diversity.
Estimation-bias corrections are available.
URL: https://github.com/EricMarcon/entropart
URL: https://ericmarcon.github.io/entropart, https://github.com/EricMarcon/entropart
BugReports: https://github.com/EricMarcon/entropart/issues
License: GNU General Public License
Imports:
Expand Down
6 changes: 5 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# entropart 1.6-12.9000
# entropart 1.6-13.9000

## Bug correction

- `PhyloApply()` sometimes raised an "Error in m[, 1] : incorrect number of dimensions" due to the automatic conversion of a single-row matrix to a vector by `lapply()`. This happened when the tree's upper slice contained a single species.

## User-visible changes

- pkgdown site is now built with the bootstrap 5 template.


# entropart 1.6-12

Expand Down

0 comments on commit c37ab59

Please sign in to comment.