From 466e6e0b43e2bcf5036cfb99a5f284f3292fc861 Mon Sep 17 00:00:00 2001 From: nfrerebeau <33983845+nfrerebeau@users.noreply.github.com> Date: Sun, 30 Dec 2018 22:36:45 +0100 Subject: [PATCH] Prepare for v1.1.0 release --- DESCRIPTION | 8 ++++---- NEWS.md | 15 ++++++++++++++- R/tabula.R | 4 ++-- 3 files changed, 20 insertions(+), 7 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index f14f7717..496ee516 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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 = "data@archaeo.science", role = c("aut", "cre"), @@ -18,9 +18,9 @@ Authors@R: c(person("Nicolas", "Frerebeau", Maintainer: Nicolas Frerebeau 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) ], diversity/dominance and - evenness [Brillouin, Shannon, Simpson, etc. ; Magurran (1988) + evenness [Brillouin, Shannon, Simpson, etc.; Magurran (1988) ], 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: diff --git a/NEWS.md b/NEWS.md index 5d1bc44f..b51893a1 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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 diff --git a/R/tabula.R b/R/tabula.R index 7b5d2f89..9c103edd 100644 --- a/R/tabula.R +++ b/R/tabula.R @@ -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} #' }