Package: arkhe
Title: Representation of Archaeological Data
Version: 0.2.1
Authors@R: 
    person(given = "Nicolas",
           family = "Frerebeau",
           role = c("aut", "cre"),
           email = "nicolas.frerebeau@u-bordeaux-montaigne.fr",
           comment = c(ORCID = "https://orcid.org/0000-0001-5759-4944"))
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
    extend the basic matrix data type (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.
    predicates). In addition, a few classes of general interest (e.g. that
    represent stratigraphic relationships) are implemented.
License: GPL-3
URL: http://arkhe.archaeo.science, https://github.com/nfrerebeau/arkhe,
        https://cran.r-project.org/package=arkhe
BugReports: https://github.com/nfrerebeau/arkhe/issues
Depends: R (>= 3.2)
Imports: methods
Suggests: covr, knitr, nomnoml, rmarkdown, testthat
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Collate: 'AllClasses.R' 'AllGenerics.R' 'arkhe-package.R'
        'predicates.R' 'check.R' 'chronology.R' 'coerce.R'
        'conditions.R' 'deprecate.R' 'extract.R' 'geography.R'
        'initialize.R' 'show.R' 'utilities.R' 'validate.R'
NeedsCompilation: no
Packaged: 2020-02-14 18:14:21 UTC; nicolas
Author: Nicolas Frerebeau [aut, cre] (<https://orcid.org/0000-0001-5759-4944>)
Repository: CRAN
Date/Publication: 2020-02-15 21:20:20 UTC
