Package: tabula
Title: Analysis, Seriation and Visualization of Archaeological Count
        Data
Version: 1.0.0
Date: 2018-11-22
Authors@R: c(person("Nicolas", "Frerebeau",
                    email = "data@archaeo.science",
                    role = c("aut", "cre"),
                    comment = c(ORCID = "https://orcid.org/0000-0001-5759-4944")),
             person("Brice", "Lebrun",
                    email = "brice.lebrun@u-bordeaux-montaigne.fr",
                    role = c("ctb"),
                    comment = c(ORCID = "https://orcid.org/0000-0001-7503-8685")),
             person("Matthew", "Peeples",
                    email = "matthew.peeples@asu.edu",
                    role = c("ctb"),
                    comment = c(ORCID = "https://orcid.org/0000-0003-4496-623X"))
            )
Maintainer: Nicolas Frerebeau <data@archaeo.science>
Description: An easy way to examine archaeological count data (artifacts, faunal 
    remains, etc.). This package includes several measures of diversity, e.g. 
    richness, rarefaction, diversity, turnover, similarity, etc. It also 
    provides matrix seriation methods for chronological modeling and dating. 
    The package make it easy to visualize count data and statistical thresholds: 
    rank/abundance plots, Ford and Bertin diagrams, etc.
URL: http://github.com/nfrerebeau/tabula
BugReports: http://github.com/nfrerebeau/tabula/issues
Depends: R (>= 3.4)
License: GPL-3
Encoding: UTF-8
LazyData: true
Collate: 'utilities.R' 'tabula.R' 'AllClasses.R' 'AllGenerics.R'
        'LogicalMatrix.R' 'NumericMatrix.R' 'index-richness.R'
        'index-diversity.R' 'alpha-diversity.R' 'index-turnover.R'
        'index-similarity.R' 'beta-diversity.R' 'data.R'
        'method-seriation.R' 'statistics.R' 'plot.R' 'seriation.R'
RoxygenNote: 6.1.1
Suggests: testthat, knitr, rmarkdown
Imports: dplyr (>= 0.7), FactoMineR, ggplot2 (>= 3.0.0), grDevices,
        magrittr, methods, rlang, stats, tidyr, utils
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2018-11-22 17:10:58 UTC; nicolas
Author: Nicolas Frerebeau [aut, cre] (<https://orcid.org/0000-0001-5759-4944>),
  Brice Lebrun [ctb] (<https://orcid.org/0000-0001-7503-8685>),
  Matthew Peeples [ctb] (<https://orcid.org/0000-0003-4496-623X>)
Repository: CRAN
Date/Publication: 2018-12-03 09:40:03 UTC
