{
  "_id": "6a363f743efcd9bda43fbac8",
  "Package": "stray",
  "Type": "Package",
  "Title": "Anomaly Detection in High Dimensional and Temporal Data",
  "Version": "0.1.1",
  "Authors@R": "c(person(\"Priyanga Dilini\", \"Talagala\", email=\"pritalagala@gmail.com\", role= c(\"aut\",\"cre\"), comment = c(ORCID = \"0000-0003-2870-7449\")),\nperson(\"Rob J\", \"Hyndman\", email=\"rob.hyndman@monash.edu\", role=c(\"ths\"), comment = c(ORCID = \"0000-0002-2140-5352\")),\nperson(\"Kate\", \"Smith-Miles\", email=\"smith-miles@unimelb.edu.au\", role=c(\"ths\")))",
  "Description": "This is a modification of 'HDoutliers' package. The\n'HDoutliers' algorithm is a powerful unsupervised algorithm for\ndetecting anomalies in high-dimensional data, with a strong\ntheoretical foundation. However, it suffers from some\nlimitations that significantly hinder its performance level,\nunder certain circumstances. This package implements the\nalgorithm proposed in Talagala, Hyndman and Smith-Miles (2019)\n<arXiv:1908.04000> for detecting anomalies in high-dimensional\ndata that addresses these limitations of 'HDoutliers'\nalgorithm. We define an anomaly as an observation that deviates\nmarkedly from the majority with a large distance gap. An\napproach based on extreme value theory is used for the\nanomalous threshold calculation.",
  "BugReports": "https://github.com/pridiltal/stray/issues",
  "License": "GPL-2",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "RoxygenNote": "7.2.3",
  "Repository": "https://robjhyndman.r-universe.dev",
  "Date/Publication": "2023-11-19 23:14:31 UTC",
  "RemoteUrl": "https://github.com/pridiltal/stray",
  "RemoteRef": "HEAD",
  "RemoteSha": "519b2e05b76ef9644131386f039767acf52b8124",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-20 07:18:48 UTC",
    "User": "root"
  },
  "Author": "Priyanga Dilini Talagala [aut, cre] (ORCID:\n<https://orcid.org/0000-0003-2870-7449>),\nRob J Hyndman [ths] (ORCID: <https://orcid.org/0000-0002-2140-5352>),\nKate Smith-Miles [ths]",
  "Maintainer": "Priyanga Dilini Talagala <pritalagala@gmail.com>",
  "MD5sum": "fd12bdfdb4caee79bf872be7c72b008d",
  "_user": "robjhyndman",
  "_type": "src",
  "_file": "stray_0.1.1.tar.gz",
  "_fileid": "05d83347434815486f7baf6821a6d096bb79b255b52c0e1620f99c5677c90e87",
  "_filesize": 532793,
  "_sha256": "05d83347434815486f7baf6821a6d096bb79b255b52c0e1620f99c5677c90e87",
  "_created": "2026-06-20T07:18:48.000Z",
  "_published": "2026-06-20T07:21:24.562Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 82464951463,
      "time": 125,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "7763177845"
    },
    {
      "job": 82464951446,
      "time": 122,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7763177285"
    },
    {
      "job": 82464951441,
      "time": 112,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "7763176272"
    },
    {
      "job": 82464951443,
      "time": 83,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7763172563"
    },
    {
      "job": 82464813079,
      "time": 137,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7763162498"
    },
    {
      "job": 82464951434,
      "time": 97,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7763174409"
    },
    {
      "job": 82464951476,
      "time": 73,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "7763171553"
    },
    {
      "job": 82464951474,
      "time": 74,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "7763171687"
    },
    {
      "job": 82464951531,
      "time": 74,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7763171571"
    }
  ],
  "_buildurl": "https://github.com/r-universe/robjhyndman/actions/runs/27863984901",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/pridiltal/stray",
  "_commit": {
    "id": "519b2e05b76ef9644131386f039767acf52b8124",
    "author": "Rob J Hyndman <robjhyndman@gmail.com>",
    "committer": "Rob J Hyndman <robjhyndman@gmail.com>",
    "message": "Updated docs\n",
    "time": 1700435671
  },
  "_maintainer": {
    "name": "Priyanga Dilini Talagala",
    "email": "pritalagala@gmail.com",
    "login": "pridiltal",
    "description": "PhD in Statistics, 2019 🌏 📷📈 🏛\n\n\n",
    "uuid": 20311818,
    "orcid": "0000-0003-2870-7449"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.4.0",
      "role": "Depends"
    },
    {
      "package": "FNN",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "role": "Imports"
    },
    {
      "package": "colorspace",
      "role": "Imports"
    },
    {
      "package": "pcaPP",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "ks",
      "role": "Imports"
    }
  ],
  "_owner": "pridiltal",
  "_selfowned": false,
  "_usedby": 1,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "stray"
  ],
  "_stars": 59,
  "_contributors": [
    {
      "user": "pridiltal",
      "count": 142,
      "uuid": 20311818
    },
    {
      "user": "robjhyndman",
      "count": 4,
      "uuid": 127518
    }
  ],
  "_userbio": {
    "uuid": 127518,
    "type": "user",
    "name": "Rob J Hyndman",
    "followers": 3102,
    "description": "Professor of Statistics at Monash University, Australia"
  },
  "_downloads": {
    "count": 302,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/stray"
  },
  "_devurl": "https://github.com/pridiltal/stray",
  "_searchresults": 44,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/readme.html",
    "extra/readme.md",
    "extra/stray.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/pridiltal/stray",
  "_realowner": "pridiltal",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2019-12-17"
    },
    {
      "version": "0.1.1",
      "date": "2020-06-29"
    }
  ],
  "_exports": [
    "display_HDoutliers",
    "find_HDoutliers",
    "find_threshold",
    "use_KNN"
  ],
  "_datasets": [
    {
      "name": "data_a",
      "title": "A dataset with an outlier",
      "object": "data_a",
      "class": [
        "data.frame"
      ],
      "fields": [
        "x",
        "y",
        "type"
      ],
      "rows": 1001,
      "table": true,
      "tojson": true
    },
    {
      "name": "data_b",
      "title": "A bimodal dataset with a micro cluster",
      "object": "data_b",
      "class": [
        "data.frame"
      ],
      "fields": [
        "x",
        "y",
        "type"
      ],
      "rows": 2003,
      "table": true,
      "tojson": true
    },
    {
      "name": "data_c",
      "title": "A dataset with local anomalies and micro clusters",
      "object": "data_c",
      "class": [
        "data.frame"
      ],
      "fields": [
        "x",
        "y",
        "type"
      ],
      "rows": 1009,
      "table": true,
      "tojson": true
    },
    {
      "name": "data_d",
      "title": "A wheel dataset with two inliers",
      "object": "data_d",
      "class": [
        "data.frame"
      ],
      "fields": [
        "x",
        "y",
        "type"
      ],
      "rows": 1002,
      "table": true,
      "tojson": true
    },
    {
      "name": "data_e",
      "title": "A bimodal dataset with an inlier",
      "object": "data_e",
      "class": [
        "data.frame"
      ],
      "fields": [
        "x",
        "y",
        "type"
      ],
      "rows": 2001,
      "table": true,
      "tojson": true
    },
    {
      "name": "data_f",
      "title": "A dataset with an outlier",
      "object": "data_f",
      "class": [
        "data.frame"
      ],
      "fields": [
        "x",
        "y",
        "type"
      ],
      "rows": 2001,
      "table": true,
      "tojson": true
    },
    {
      "name": "ped_data",
      "title": "Dataset with pedestrian counts",
      "object": "ped_data",
      "class": [
        "data.frame"
      ],
      "fields": [
        "Sensor",
        "Date_Time",
        "Date",
        "Time",
        "Count"
      ],
      "rows": 33024,
      "table": true,
      "tojson": true
    },
    {
      "name": "wheel1",
      "title": "wheel data set with inlier and outlier.",
      "object": "wheel1",
      "class": [
        "data.frame"
      ],
      "fields": [
        "x",
        "y",
        "type"
      ],
      "rows": 1002,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "data_a",
      "title": "A dataset with an outlier",
      "topics": [
        "data_a"
      ]
    },
    {
      "page": "data_b",
      "title": "A bimodal dataset with a micro cluster",
      "topics": [
        "data_b"
      ]
    },
    {
      "page": "data_c",
      "title": "A dataset with local anomalies and micro clusters",
      "topics": [
        "data_c"
      ]
    },
    {
      "page": "data_d",
      "title": "A wheel dataset with two inliers",
      "topics": [
        "data_d"
      ]
    },
    {
      "page": "data_e",
      "title": "A bimodal dataset with an inlier",
      "topics": [
        "data_e"
      ]
    },
    {
      "page": "data_f",
      "title": "A dataset with an outlier",
      "topics": [
        "data_f"
      ]
    },
    {
      "page": "display_HDoutliers",
      "title": "Display outliers with a scatterplot",
      "topics": [
        "display_HDoutliers"
      ]
    },
    {
      "page": "find_HDoutliers",
      "title": "Detect Anomalies in High Dimensional Data.",
      "topics": [
        "find_HDoutliers"
      ]
    },
    {
      "page": "find_threshold",
      "title": "Find Outlier Threshold",
      "topics": [
        "find_threshold"
      ]
    },
    {
      "page": "ped_data",
      "title": "Dataset with pedestrian counts",
      "topics": [
        "ped_data"
      ]
    },
    {
      "page": "stray",
      "title": "stray: A package for robust anomaly detection in data streams with concept drift",
      "topics": [
        "stray"
      ]
    },
    {
      "page": "use_KNN",
      "title": "Find outliers using kNN distance with maximum gap",
      "topics": [
        "use_KNN"
      ]
    },
    {
      "page": "wheel1",
      "title": "wheel data set with inlier and outlier.",
      "topics": [
        "wheel1"
      ]
    }
  ],
  "_pkglogo": "https://github.com/pridiltal/stray/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/pridiltal/stray/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "colorspace",
    "cpp11",
    "farver",
    "FNN",
    "ggplot2",
    "glue",
    "gtable",
    "isoband",
    "kernlab",
    "KernSmooth",
    "ks",
    "labeling",
    "lattice",
    "lifecycle",
    "Matrix",
    "mclust",
    "mgcv",
    "multicool",
    "mvtnorm",
    "nlme",
    "pcaPP",
    "pracma",
    "R6",
    "RColorBrewer",
    "Rcpp",
    "rlang",
    "S7",
    "scales",
    "vctrs",
    "viridisLite",
    "withr"
  ],
  "_score": 5.590395947184013,
  "_indexed": false,
  "_nocasepkg": "stray",
  "_universes": [
    "robjhyndman"
  ],
  "_indexurl": "https://pridiltal.r-universe.dev/stray",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.1",
      "date": "2026-06-20T07:20:44.000Z",
      "distro": "noble",
      "commit": "519b2e05b76ef9644131386f039767acf52b8124",
      "fileid": "df17cff82d155aea1bc610933d0f0cf554a28a12f2f64bcbc934b3dd8b0bb8a0",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/robjhyndman/actions/runs/27863984901"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.1",
      "date": "2026-06-20T07:20:41.000Z",
      "distro": "noble",
      "commit": "519b2e05b76ef9644131386f039767acf52b8124",
      "fileid": "f9f1a7c676caa935d0e6d620fae46242e240e6d00ec59232767c10eb3cff145d",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/robjhyndman/actions/runs/27863984901"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.1",
      "date": "2026-06-20T07:20:34.000Z",
      "commit": "519b2e05b76ef9644131386f039767acf52b8124",
      "fileid": "594a246d523441052651594f76c6322b17181c59d40f9e1f756923143817f5b1",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/robjhyndman/actions/runs/27863984901"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.1",
      "date": "2026-06-20T07:20:10.000Z",
      "commit": "519b2e05b76ef9644131386f039767acf52b8124",
      "fileid": "190a5b5abd5fedaf6118a9b862207270afde7491044083dfaf01757aa25195db",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/robjhyndman/actions/runs/27863984901"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.1",
      "date": "2026-06-20T07:20:40.000Z",
      "commit": "519b2e05b76ef9644131386f039767acf52b8124",
      "fileid": "8ac2e1e96b1c448e346e2ee12edeeffce32a8ef1e6453dad306e0eb10c5e90b0",
      "status": "success",
      "buildurl": "https://github.com/r-universe/robjhyndman/actions/runs/27863984901"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.1",
      "date": "2026-06-20T07:19:49.000Z",
      "commit": "519b2e05b76ef9644131386f039767acf52b8124",
      "fileid": "d18407fcae32d3fdb3309d6952ddf3ea2fe5a403d3df123c968392e986fe5cf1",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/robjhyndman/actions/runs/27863984901"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.1",
      "date": "2026-06-20T07:19:51.000Z",
      "commit": "519b2e05b76ef9644131386f039767acf52b8124",
      "fileid": "07ff2b1e404124065066cc74be72751c16a288ce3677e296959339b1ba957a19",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/robjhyndman/actions/runs/27863984901"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.1",
      "date": "2026-06-20T07:19:49.000Z",
      "commit": "519b2e05b76ef9644131386f039767acf52b8124",
      "fileid": "016fa48e7ea78b8a2e3df382de4e2d193a22d21facdea6243ef081c693fbd93e",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/robjhyndman/actions/runs/27863984901"
    }
  ]
}