Package: arkhe
Title: Representation of Archaeological Data
Version: 0.5.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", 
                         affiliation = "Université Bordeaux Montaigne")),
      person(given = "Brice",
             family = "Lebrun",
             role = "ctb",
             email = "brice.lebrun@u-bordeaux-montaigne.fr",
             comment = c(ORCID = "0000-0001-7503-8685",
                         affiliation = "Université Bordeaux Montaigne")))
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.2.0
Collate: 'AllClasses.R' 'AllGenerics.R' 'arkhe-package.R' 'assign.R'
        'predicates.R' 'check.R' 'coerce.R' 'compact.R' 'conditions.R'
        'detect.R' 'initialize.R' 'mutators.R' 'replace.R' 'show.R'
        'statistics.R' 'subset.R' 'summary.R' 'utilities.R'
        'validate.R' 'zzz.R'
NeedsCompilation: no
Packaged: 2022-06-11 23:14:27 UTC; nicolas
Author: Nicolas Frerebeau [aut, cre] (<https://orcid.org/0000-0001-5759-4944>,
    Université Bordeaux Montaigne),
  Brice Lebrun [ctb] (<https://orcid.org/0000-0001-7503-8685>, Université
    Bordeaux Montaigne)
Repository: CRAN
Date/Publication: 2022-06-15 09:30:12 UTC
