Raw File
DESCRIPTION
Package: aion
Title: Archaeological Time Series
Version: 1.0.2
Authors@R: c(
    person("Nicolas", "Frerebeau", , "nicolas.frerebeau@u-bordeaux-montaigne.fr", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0001-5759-4944", affiliation = "Université Bordeaux Montaigne")),
    person("Joe", "Roe", , "joseph.roe@iaw.unibe.ch", role = "aut",
           comment = c(ORCID = "0000-0002-1011-1244", affiliation = "Universität Bern")),
    person("Brice", "Lebrun", , "brice.lebrun@u-bordeaux-montaigne.fr", role = "ctb",
           comment = c(ORCID = "0000-0001-7503-8685"))
  )
Maintainer: Nicolas Frerebeau <nicolas.frerebeau@u-bordeaux-montaigne.fr>
Description: A toolkit for archaeological time series. This package
    provides a system of classes and methods to represent and work with
    archaeological time series. Dates are represented as "rata die" and
    can be converted to (virtually) any calendar defined by Reingold and
    Dershowitz (2018) <doi:10.1017/9781107415058>. This packages offers a
    simple API that can be used by other specialized packages.
License: GPL (>= 3)
URL: https://packages.tesselle.org/aion/,
    https://github.com/tesselle/aion
BugReports: https://github.com/tesselle/aion/issues
Depends: 
    R (>= 3.3)
Imports: 
    arkhe (>= 1.3.0),
    graphics,
    grDevices,
    methods
Suggests: 
    knitr,
    rmarkdown,
    rsvg,
    svglite,
    tinysnapshot,
    tinytest
VignetteBuilder: 
    knitr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Collate: 
    'AllClasses.R'
    'AllGenerics.R'
    'aion-internal.R'
    'aion-package.R'
    'calendar-gregorian.R'
    'calendar-julian.R'
    'calendar.R'
    'coerce.R'
    'convert.R'
    'data.R'
    'mutators.R'
    'operators.R'
    'plot.R'
    'series.R'
    'show.R'
    'subset.R'
    'time.R'
    'validate.R'
    'years.R'
    'zzz.R'
back to top