Type: Package
Package: rrobot
Title: Robust Outlier Detection for Diverse Distributions
Version: 0.1.3
Authors@R: c(
    person(given = "Amanda",
           family = "Mejia",
           email = "mandy.mejia@gmail.com",
           role = c("aut", "cre")),
    person(given = "Damon",
           family = "Pham",
           email = "damondpham@gmail.com",
           role = c("ctb"),
           comment = c(ORCID = "0000-0001-7563-4727")),
    person(given = "Saranjeet Singh",
           family = "Saluja",
           email = "salujasaranjeetsingh@gmail.com",
           role = c("ctb")),
    person(given = "Fatma",
           family = "Parlak",
           email = "fparlakstat@gmail.com",
           role = c("ctb")),
    person(given = "Zeshawn",
           family = "Zahid",
           email = "zeshawn.zahid@gmail.com",
           role = c("ctb")))
Maintainer: Amanda Mejia <mandy.mejia@gmail.com>
Description: Provides robust outlier detection techniques for identifying
    anomalies in multivariate data, with a focus on methods that remain 
    effective under non-Gaussian distributions. For more details see 
    Saluja, Parlak, and Mejia (2026+) <doi:10.48550/arXiv.2505.11806>.
License: GPL-3
URL: https://github.com/mandymejia/rrobot
BugReports: https://github.com/mandymejia/rrobot/issues
Depends: R (>= 3.6.0)
Imports: MASS, stats, cellWise, expm, robustbase, gamlss, imputeTS,
        isotree, ggplot2, tidyr, reshape2, rlang
Suggests: knitr, rmarkdown, testthat (>= 3.0.0)
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 7.3.3
Language: en-US
NeedsCompilation: no
Packaged: 2026-03-04 21:08:12 UTC; ddpham
Author: Amanda Mejia [aut, cre],
  Damon Pham [ctb] (ORCID: <https://orcid.org/0000-0001-7563-4727>),
  Saranjeet Singh Saluja [ctb],
  Fatma Parlak [ctb],
  Zeshawn Zahid [ctb]
Repository: CRAN
Date/Publication: 2026-03-09 16:30:02 UTC
