Package: arkhe
Title: Representation of Archaeological Data
Version: 0.4.0
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")))
Maintainer: Nicolas Frerebeau
 <nicolas.frerebeau@u-bordeaux-montaigne.fr>
Description: A collection of classes that represent
    archaeological data. This package provides a set of S4 classes that
    represent different special types of matrix (absolute/relative
    frequency, presence/absence data, co-occurrence matrix, etc.) upon
    which package developers can build subclasses. It also provides a set
    of generic methods (mutators and coercion mechanisms) and functions
    (e.g. summary statistics, predicates). In addition, a few classes of 
    general interest (e.g. that represent stratigraphic relationships) 
    are implemented.
License: GPL (>= 3)
URL: https://packages.tesselle.org/arkhe/,
        https://github.com/tesselle/arkhe
BugReports: https://github.com/tesselle/arkhe/issues
Depends: R (>= 3.3)
Imports: methods, stats, utils
Suggests: covr, knitr, rmarkdown, testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.1.1
Collate: 'AllClasses.R' 'AllGenerics.R' 'arkhe-package.R'
        'predicates.R' 'check.R' 'clean.R' 'coerce.R' 'conditions.R'
        'initialize.R' 'mutators.R' 'show.R' 'subset.R' 'summary.R'
        'utilities.R' 'validate.R' 'zzz.R'
NeedsCompilation: no
Packaged: 2021-09-18 13:47:54 UTC; nicolas
Author: Nicolas Frerebeau [aut, cre] (<https://orcid.org/0000-0001-5759-4944>),
  Brice Lebrun [ctb] (<https://orcid.org/0000-0001-7503-8685>)
Repository: CRAN
Date/Publication: 2021-09-18 14:20:02 UTC
Built: R 4.0.2; ; 2021-09-19 10:22:41 UTC; unix
