Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit

Permalink
Prepare for v1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrerebeau committed Dec 30, 2018
1 parent daf1b76 commit 466e6e0
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 7 deletions.
8 changes: 4 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: tabula
Title: Analysis, Seriation and Visualization of Archaeological Count Data
Version: 1.0.0.9000
Date: 2018-11-22
Version: 1.1.0
Date: 2018-12-30
Authors@R: c(person("Nicolas", "Frerebeau",
email = "[email protected]",
role = c("aut", "cre"),
Expand All @@ -18,9 +18,9 @@ Authors@R: c(person("Nicolas", "Frerebeau",
Maintainer: Nicolas Frerebeau <[email protected]>
Description: An easy way to examine archaeological count data (artifacts, faunal
remains, etc.). This package includes several measures of diversity: e.g.
richness and rarefaction [Chao1, Chao2, ACE, ICE, etc. ; Chao (1984), Chao &
richness and rarefaction [Chao1, Chao2, ACE, ICE, etc.; Chao (1984), Chao &
Lee (1992) <doi:10.1080/01621459.1992.10475194>], diversity/dominance and
evenness [Brillouin, Shannon, Simpson, etc. ; Magurran (1988)
evenness [Brillouin, Shannon, Simpson, etc.; Magurran (1988)
<doi:10.1007/978-94-015-7358-0>], turnover and similarity.
It also provides matrix seriation methods for chronological modeling and dating.
The package make it easy to visualize count data and statistical thresholds:
Expand Down
15 changes: 14 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
# tabula 1.0.0.9000
# tabula 1.1.0

* ADD: Chao1 estimator for abundance data
* ADD: Bias-corrected Chao1 estimator
* ADD: Improved Chao1 estimator
* ADD: Chao2 estimator for replicated incidence data
* ADD: Bias-corrected Chao2 estimator
* ADD: Improved Chao2 estimator
* ADD: Abundance-based Coverage Estimator (ACE)
* ADD: Incidence-based Coverage Estimator (ICE)
* FIX: similarity() now returns a symmetric matrix
* FIX: add references in the 'Description' field of the DESCRIPTION file (#1)
* FIX: split documentation for alpha-diversity measures
* FIX: split documentation for beta-diversity measures

# tabula 1.0.0

Expand Down
4 changes: 2 additions & 2 deletions R/tabula.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
#' \tabular{ll}{
#' \strong{Package:} \tab tabula \cr
#' \strong{Type:} \tab Package \cr
#' \strong{Version:} \tab 1.0.0.9000 \cr
#' \strong{Date:} \tab 2018-11-22 \cr
#' \strong{Version:} \tab 1.1.0 \cr
#' \strong{Date:} \tab 2018-12-30 \cr
#' \strong{License:} \tab GPL-3 \cr
#' \strong{DOI:} \tab \href{https://doi.org/10.5281/zenodo.1489944}{10.5281/zenodo.1489944}
#' }
Expand Down

0 comments on commit 466e6e0

Please sign in to comment.