{
  "_id": "6a311dbf3efcd9bda435c48b",
  "Package": "MOutliers",
  "Title": "Multivariate Outlier Detection Methods",
  "Version": "0.0.0.9000",
  "Authors@R": "person(\"Senuri\", \"Yasara\", , \"first.last@example.com\", role = c(\"aut\", \"cre\"))",
  "Description": "Provides tools for detecting multivariate outliers in\nnumeric datasets using Mahalanobis distance, robust Minimum\nCovariance Determinant (MCD), and Principal Component Analysis\n(PCA)-based methods. The Mahalanobis distance calculations are\nperformed using an efficient C++ backend via Rcpp.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.2",
  "Config/testthat/edition": "3",
  "VignetteBuilder": "knitr",
  "Repository": "https://senuyasara.r-universe.dev",
  "Date/Publication": "2025-10-22 00:33:00 UTC",
  "RemoteUrl": "https://github.com/senuyasara/multivariate_outlier_detection_r_package",
  "RemoteRef": "HEAD",
  "RemoteSha": "1756e367927b4914316daa33e3d205dee906c40b",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-06-16 09:48:59 UTC",
    "User": "root"
  },
  "Author": "Senuri Yasara [aut, cre]",
  "Maintainer": "Senuri Yasara <first.last@example.com>",
  "MD5sum": "62247129318894080f77fdd0aa207d9c",
  "_user": "senuyasara",
  "_type": "src",
  "_file": "MOutliers_0.0.0.9000.tar.gz",
  "_fileid": "3f9600b2d0307875cadc8b68f8c50421aa3297c84116470e61b9e23e62055c03",
  "_filesize": 375349,
  "_sha256": "3f9600b2d0307875cadc8b68f8c50421aa3297c84116470e61b9e23e62055c03",
  "_created": "2026-06-16T09:48:59.000Z",
  "_published": "2026-06-16T09:56:15.980Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 81628688427,
      "time": 172,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7663249009"
    },
    {
      "job": 81628688457,
      "time": 150,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7663240614"
    },
    {
      "job": 81628688467,
      "time": 154,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7663240160"
    },
    {
      "job": 81628688426,
      "time": 148,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7663240213"
    },
    {
      "job": 81628688528,
      "time": 208,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7663246757"
    },
    {
      "job": 81628688416,
      "time": 335,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7663300896"
    },
    {
      "job": 81628688514,
      "time": 156,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7663229369"
    },
    {
      "job": 81628688476,
      "time": 304,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7663293087"
    },
    {
      "job": 81627862479,
      "time": 263,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7663173964"
    },
    {
      "job": 81628688366,
      "time": 106,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7663221749"
    },
    {
      "job": 81628688521,
      "time": 132,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7663234284"
    },
    {
      "job": 81628688600,
      "time": 117,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7663225604"
    },
    {
      "job": 81628688397,
      "time": 145,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7663236961"
    }
  ],
  "_buildurl": "https://github.com/r-universe/senuyasara/actions/runs/27608872962",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/senuyasara/multivariate_outlier_detection_r_package",
  "_commit": {
    "id": "1756e367927b4914316daa33e3d205dee906c40b",
    "author": "Senuri Yasara <66643135+SenuYasara@users.noreply.github.com>",
    "committer": "Senuri Yasara <66643135+SenuYasara@users.noreply.github.com>",
    "message": "Revise README: updated package usage and installation guide\n",
    "time": 1761093180
  },
  "_maintainer": {
    "name": "Senuri Yasara",
    "email": "first.last@example.com"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "Rcpp",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "MASS",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "role": "Imports"
    },
    {
      "package": "gridExtra",
      "role": "Imports"
    },
    {
      "package": "cowplot",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "senuyasara",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-34",
      "n": 5
    },
    {
      "week": "2025-36",
      "n": 2
    },
    {
      "week": "2025-37",
      "n": 4
    },
    {
      "week": "2025-39",
      "n": 9
    },
    {
      "week": "2025-43",
      "n": 4
    }
  ],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "senuyasara",
      "count": 24,
      "uuid": 66643135
    }
  ],
  "_userbio": {
    "uuid": 66643135,
    "type": "user",
    "name": "Senuri Yasara",
    "followers": 0
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/MOutliers"
  },
  "_devurl": "https://github.com/senuyasara/multivariate_outlier_detection_r_package",
  "_searchresults": 0,
  "_topics": [
    "cpp"
  ],
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/MOutliers.html",
    "extra/readme.html",
    "extra/readme.md",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/senuyasara/multivariate_outlier_detection_r_package",
  "_realowner": "senuyasara",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.1",
      "date": "2026-06-15"
    }
  ],
  "_exports": [
    "detect_multivariate_outliers",
    "plot_outliers"
  ],
  "_help": [
    {
      "page": "detect_multivariate_outliers",
      "title": "Detect Multivariate Outliers",
      "topics": [
        "detect_multivariate_outliers"
      ]
    },
    {
      "page": "plot_outliers",
      "title": "Plot Pairwise Outliers",
      "topics": [
        "plot_outliers"
      ]
    }
  ],
  "_readme": "https://github.com/senuyasara/multivariate_outlier_detection_r_package/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "cowplot",
    "cpp11",
    "farver",
    "ggplot2",
    "glue",
    "gridExtra",
    "gtable",
    "isoband",
    "labeling",
    "lifecycle",
    "MASS",
    "R6",
    "RColorBrewer",
    "Rcpp",
    "rlang",
    "S7",
    "scales",
    "vctrs",
    "viridisLite",
    "withr"
  ],
  "_sysdeps": [
    {
      "shlib": "libstdc++",
      "package": "libstdc++6",
      "source": "gcc",
      "version": "14.2.0-4ubuntu2~24.04.1",
      "name": "c++",
      "homepage": "http://gcc.gnu.org/",
      "description": "GNU Standard C++ Library v3"
    }
  ],
  "_vignettes": [
    {
      "source": "multivariate_outliers.Rmd",
      "filename": "multivariate_outliers.html",
      "title": "Multivariate Outlier Detection",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "Function Documentation",
        "Function: detect_multivariate_outliers()",
        "Example Usage",
        "Example 1: Simulated Data",
        "Example 2: Existing Dataset (mtcars)",
        "Function: plot_outliers()"
      ],
      "created": "2025-09-26 00:37:43",
      "modified": "2025-10-22 00:28:18",
      "commits": 3
    }
  ],
  "_score": 4.3979400086720375,
  "_indexed": true,
  "_nocasepkg": "moutliers",
  "_universes": [
    "senuyasara"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.0.0.9000",
      "date": "2026-06-16T09:52:21.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "1756e367927b4914316daa33e3d205dee906c40b",
      "fileid": "72d4c8acb1b1275fe62ce61a13c891e504d65a17c5292932dc87905703aaf168",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/senuyasara/actions/runs/27608872962"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.0.0.9000",
      "date": "2026-06-16T09:51:57.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "1756e367927b4914316daa33e3d205dee906c40b",
      "fileid": "ce5a7f62f0dbac50cc64299bdd7e935ad56926398dd0c38dd39997c8f4165d99",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/senuyasara/actions/runs/27608872962"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.0.0.9000",
      "date": "2026-06-16T09:52:01.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "1756e367927b4914316daa33e3d205dee906c40b",
      "fileid": "7980ada6712f3c843a00d68e0d657e031d218979cc2c676e33c3ad873e267244",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/senuyasara/actions/runs/27608872962"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.0.0.9000",
      "date": "2026-06-16T09:51:57.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "1756e367927b4914316daa33e3d205dee906c40b",
      "fileid": "1123c0a4483fb9ee70996dacf1106b9c98292cf1628751cb7a53aee273846fb5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/senuyasara/actions/runs/27608872962"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.0.0.9000",
      "date": "2026-06-16T09:52:14.000Z",
      "arch": "aarch64",
      "commit": "1756e367927b4914316daa33e3d205dee906c40b",
      "fileid": "3a45eaedf411297674d8bcc3d3df02966799ba1644940155f00dc22cc7a70dcd",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/senuyasara/actions/runs/27608872962"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.0.0.9000",
      "date": "2026-06-16T09:53:51.000Z",
      "arch": "x86_64",
      "commit": "1756e367927b4914316daa33e3d205dee906c40b",
      "fileid": "cd5353d5170eaffd8cd0f1cb6e296e344ccb04fe66cf4cdf2fc38572b635e96f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/senuyasara/actions/runs/27608872962"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.0.0.9000",
      "date": "2026-06-16T09:51:34.000Z",
      "arch": "aarch64",
      "commit": "1756e367927b4914316daa33e3d205dee906c40b",
      "fileid": "8807c8c975e82c588973282cc01de74dd678cba4e0c45718fc1f90471c78328c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/senuyasara/actions/runs/27608872962"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.0.0.9000",
      "date": "2026-06-16T09:53:44.000Z",
      "arch": "x86_64",
      "commit": "1756e367927b4914316daa33e3d205dee906c40b",
      "fileid": "6c62dc1deaee7e94e7b10ddeda561e654b66cf910503b25d6420aaccc900c8ce",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/senuyasara/actions/runs/27608872962"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.0.0.9000",
      "date": "2026-06-16T09:51:42.000Z",
      "arch": "emscripten",
      "commit": "1756e367927b4914316daa33e3d205dee906c40b",
      "fileid": "2b4a9415890df4b8017992e97b3c17b10e9c79efac31d9eaf331536b6b6e0cba",
      "status": "success",
      "buildurl": "https://github.com/r-universe/senuyasara/actions/runs/27608872962"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.0.0.9000",
      "date": "2026-06-16T09:51:12.000Z",
      "arch": "x86_64",
      "commit": "1756e367927b4914316daa33e3d205dee906c40b",
      "fileid": "f7ad0fce84ed63f090cf0c1e66a9fa2270843bcfe053267f1d774b41d2ab6d93",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/senuyasara/actions/runs/27608872962"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.0.0.9000",
      "date": "2026-06-16T09:50:57.000Z",
      "arch": "x86_64",
      "commit": "1756e367927b4914316daa33e3d205dee906c40b",
      "fileid": "74cf0efb3ed9b1b7062a45d8566b7e070754729c2f4ef2556559c6f840cd0be7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/senuyasara/actions/runs/27608872962"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.0.0.9000",
      "date": "2026-06-16T09:51:19.000Z",
      "arch": "x86_64",
      "commit": "1756e367927b4914316daa33e3d205dee906c40b",
      "fileid": "5473a06d46033cf12db9ef46e13fa56c8c19b718cf0b849ab558253d6d6fcef2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/senuyasara/actions/runs/27608872962"
    }
  ]
}