R/nexus-package.R

#' @details
#'  \tabular{ll}{
#'   **Version** \tab 0.5.0 \cr
#'   **License** \tab GPL-3 \cr
#'   **CRAN DOI** \tab \doi{10.32614/CRAN.package.nexus} \cr
#'   **Zenodo DOI** \tab \doi{10.5281/zenodo.10225630} \cr
#'  }
#'
#' Archéosciences Bordeaux (UMR 6034)\cr
#' Maison de l'Archéologie\cr
#' Université Bordeaux Montaigne\cr
#' F-33607 Pessac cedex\cr
#' France
#'
#' @section Package options:
#'  \pkg{nexus} uses the following [options()] to configure behavior:
#'  * `nexus.verbose`: a [`logical`] scalar. Should \R report extra information
#'    on progress? Defaults to [interactive()].
#'
#' @name nexus-package
#' @aliases nexus-package nexus
#' @docType package
#' @keywords internal
"_PACKAGE"

#' @import arkhe
#' @importFrom isopleuros ternary_pairs
#' @importFrom methods as as<- cbind2 callGeneric callNextMethod
#'  .hasSlot initialize is new rbind2 setClass setGeneric setMethod slot slot<-
#'  slotNames validObject .valueClassTest
#' @importFrom MASS cov.rob
#' @importFrom stats as.dist contr.helmert cov dist hclust mahalanobis ppoints
#'  qchisq qqline qqplot var
#' @importFrom utils combn tail
NULL
tesselle/nexus documentation built on June 1, 2025, 9:04 p.m.