Package: tabula
Title: Analysis, Seriation and Visualization of Archaeological Count
        Data
Version: 1.6.1
Authors@R: 
    c(person(given = "Nicolas",
             family = "Frerebeau",
             role = c("aut", "cre"),
             email = "nicolas.frerebeau@u-bordeaux-montaigne.fr",
             comment = c(ORCID = "0000-0001-5759-4944")),
      person(given = "Brice",
             family = "Lebrun",
             role = "ctb",
             email = "brice.lebrun@u-bordeaux-montaigne.fr",
             comment = c(ORCID = "0000-0001-7503-8685")),
      person(given = "Matthew",
             family = "Peeples",
             role = "ctb",
             email = "matthew.peeples@asu.edu",
             comment = c(ORCID = "0000-0003-4496-623X")),
      person(given = "Ben",
             family = "Marwick",
             role = "ctb",
             email = "bmarwick@uw.edu",
             comment = c(ORCID = "0000-0001-7879-4531")),
      person(given = "Anne",
             family = "Philippe",
             role = "ctb",
             email = "anne.philippe@univ-nantes.fr",
             comment = c(ORCID = "0000-0002-5331-5087")),
      person(given = "Jean-Baptiste",
             family = "Fourvel",
             role = "ctb",
             email = "fourvel@mmsh.univ-aix.fr",
             comment = c(ORCID = "0000-0002-1061-4642")))
Maintainer: Nicolas Frerebeau <nicolas.frerebeau@u-bordeaux-montaigne.fr>
Description: An easy way to examine archaeological count data. This
    package provides a convenient and reproducible toolkit for relative
    dating by matrix seriation (reciprocal ranking, CA-based seriation).
    It also provides several tests and measures of diversity:
    heterogeneity and evenness (Brillouin, Shannon, Simpson, etc.),
    richness and rarefaction (Chao1, Chao2, ACE, ICE, etc.), turnover and
    similarity (Brainerd-Robinson, etc.). The package make it easy to
    visualize count data and statistical thresholds: rank vs abundance
    plots, heatmaps, Ford (1962) and Bertin (1977) diagrams.
License: GPL-3
URL: https://packages.tesselle.org/tabula/,
        https://github.com/tesselle/tabula
BugReports: https://github.com/tesselle/tabula/issues
Depends: R (>= 3.3)
Imports: arkhe (>= 0.3.0), dimensio, ggplot2, grDevices, methods,
        rlang, stats, utils
Suggests: covr, folio, khroma, knitr, magrittr, rmarkdown, testthat (>=
        3.0.0), vdiffr
VignetteBuilder: knitr
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.1.1
Collate: 'AllClasses.R' 'AllGenerics.R' 'coerce.R' 'deprecate.R'
        'ggplot2.R' 'index_diversity.R' 'index_heterogeneity.R'
        'index_rarefaction.R' 'index_richness.R' 'index_similarity.R'
        'index_turnover.R' 'mutators.R' 'permute.R' 'plot_bertin.R'
        'plot_diversity.R' 'plot_ford.R' 'plot_heatmap.R' 'plot_rank.R'
        'plot_spot.R' 'reexport.R' 'refine_ca.R' 'seriate_average.R'
        'seriate_rank.R' 'show.R' 'statistics.R' 'subset.R'
        'tabula-package.R' 'test_diversity.R' 'utilities.R'
        'validate.R' 'zzz.R'
NeedsCompilation: no
Packaged: 2021-05-25 14:25:21 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>),
  Ben Marwick [ctb] (<https://orcid.org/0000-0001-7879-4531>),
  Anne Philippe [ctb] (<https://orcid.org/0000-0002-5331-5087>),
  Jean-Baptiste Fourvel [ctb] (<https://orcid.org/0000-0002-1061-4642>)
Repository: CRAN
Date/Publication: 2021-05-25 15:10:03 UTC
Built: R 4.0.2; ; 2021-06-01 14:24:18 UTC; unix
