Package: depthR
Type: Package
Title: Multivariate Depth Functions for General Dimension
Version: 0.1.8
Date: 2026-06-22
Authors@R: c(
    person("Jason", "Parker", email = "jparker588@gmail.com", role = c("aut", "cre"))
  )
Description: Efficient computation of multivariate statistical depth functions
    in arbitrary dimension d. Implements Mahalanobis depth, Tukey (halfspace)
    depth, Liu simplicial depth (via adaptive Monte Carlo), projection depth,
    and spatial depth. Provides depth-based medians, central regions, outlier
    detection, and depth-depth plots. 'C++' backends via 'Rcpp' and 'RcppEigen'
    ensure performance at large n and d.
    References: Liu (1990) <doi:10.1214/aos/1176347507>,
    Zuo and Serfling (2000) <doi:10.1214/aos/1016218226>,
    Vardi and Zhang (2000) <doi:10.1073/pnas.97.4.1423>.
License: GPL (>= 3)
URL: https://github.com/penny4nonsense/depthR
BugReports: https://github.com/penny4nonsense/depthR/issues
Depends: R (>= 3.1.0)
Imports: Rcpp (>= 1.0.0), RcppParallel (>= 5.0.0), stats, graphics
LinkingTo: Rcpp, RcppEigen (>= 0.3.3), RcppParallel (>= 5.0.0)
Suggests: testthat (>= 3.0.0), MASS, knitr, rmarkdown
VignetteBuilder: knitr
Config/testthat/edition: 3
Encoding: UTF-8
Config/roxygen2/version: 8.0.0
RoxygenNote: 7.3.3
NeedsCompilation: yes
Packaged: 2026-06-22 15:22:33 UTC; e200601
Author: Jason Parker [aut, cre]
Maintainer: Jason Parker <jparker588@gmail.com>
Repository: CRAN
Date/Publication: 2026-06-26 09:40:02 UTC
