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) , Zuo and Serfling (2000) , Vardi and Zhang (2000) . 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 Config/pak/sysreqs: make Repository: https://penny4nonsense.r-universe.dev Date/Publication: 2026-06-22 15:20:17 UTC RemoteUrl: https://github.com/penny4nonsense/depthr RemoteRef: HEAD RemoteSha: 0f8f02dc3847ac660f6fd8e797136ba80e9bd104 NeedsCompilation: yes Packaged: 2026-06-27 10:03:34 UTC; root Author: Jason Parker [aut, cre] Maintainer: Jason Parker