R/aion-package.R

#' @details
#'  \tabular{ll}{
#'   **Package:** \tab aion \cr
#'   **Type:** \tab Package \cr
#'   **Version:** \tab 1.5.0 \cr
#'   **License:** \tab GPL-3 \cr
#'   **Zenodo:** \tab \doi{10.5281/zenodo.8032278} \cr
#'  }
#'
#' @section Package options:
#'  \pkg{aion} uses the following [options()] to configure behaviour:
#'  * `aion.verbose`: a [`logical`] scalar. Should \R report extra information
#'    on progress? Defaults to [interactive()].
#'
#' @author
#'  **Full list of authors and contributors** (alphabetic order):
#'
#'  \tabular{ll}{
#'   Nicolas Frerebeau \tab *Université Bordeaux Montaigne, France* \cr
#'   Brice Lebrun \tab *Université Bordeaux Montaigne, France* \cr
#'   Joe Roe \tab *Universität Bern, Switzerland* \cr
#'  }
#'
#'  **Package maintainer**
#'
#'  Nicolas Frerebeau\cr
#'  \email{nicolas.frerebeau@@u-bordeaux-montaigne.fr}
#'
#'  Archéosciences Bordeaux (UMR 6034)\cr
#'  Maison de l'Archéologie\cr
#'  Université Bordeaux Montaigne\cr
#'  F-33607 Pessac cedex\cr
#'  France
#' @name aion-package
#' @aliases aion
#' @docType package
#' @keywords internal
"_PACKAGE"

#' @import arkhe
#' @import methods
#' @importFrom stats end frequency start time window
NULL

Try the aion package in your browser

Any scripts or data that you put into this service are public.

aion documentation built on June 8, 2025, 1:10 p.m.