{
  "_id": "6a4879afe06c18f0a653d421",
  "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://pridiltal.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-07-04 03:07:08 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>",
  "_user": "pridiltal",
  "_type": "src",
  "_file": "stray_0.1.1.tar.gz",
  "_fileid": "https://r2.ropensci.org/0f6abbcd1b29244fd0a9041edf89528b852df730b6cafffd7505b94c6babb1c5",
  "_filesize": 532802,
  "_sha256": "0f6abbcd1b29244fd0a9041edf89528b852df730b6cafffd7505b94c6babb1c5",
  "_expires": "2026-10-12T03:10:38.000Z",
  "_created": "2026-07-04T03:07:08.000Z",
  "_published": "2026-07-04T03:10:39.605Z",
  "_jobs": [
    {
      "job": 85097727224,
      "time": 123,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "8077743100"
    },
    {
      "job": 85097727213,
      "time": 133,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "WARNING",
      "artifact": "8077744545"
    },
    {
      "job": 85097727209,
      "time": 176,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "8077746813"
    },
    {
      "job": 85097727179,
      "time": 155,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "WARNING",
      "artifact": "8077743567"
    },
    {
      "job": 85097540625,
      "time": 158,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8077724649"
    },
    {
      "job": 85097727172,
      "time": 137,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8077745140"
    },
    {
      "job": 85097727206,
      "time": 125,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "8077743522"
    },
    {
      "job": 85097727185,
      "time": 96,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "8077739277"
    },
    {
      "job": 85097727182,
      "time": 82,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "WARNING",
      "artifact": "8077737326"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/pridiltal/actions/runs/28692971261",
  "_status": "success",
  "_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"
  },
  "_distro": "resolute",
  "_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": true,
  "_usedby": 1,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "stray"
  ],
  "_stars": 59,
  "_contributors": [
    {
      "user": "pridiltal",
      "count": 142,
      "uuid": 20311818
    },
    {
      "user": "robjhyndman",
      "count": 4,
      "uuid": 127518
    }
  ],
  "_userbio": {
    "uuid": 20311818,
    "type": "user",
    "name": "Priyanga Dilini Talagala",
    "followers": 295,
    "description": "PhD in Statistics, 2019 🌏 📷📈 🏛\r\n\r\n\r\n"
  },
  "_downloads": {
    "count": 358,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/stray"
  },
  "_devurl": "https://github.com/pridiltal/stray",
  "_searchresults": 44,
  "_rbuild": "4.6.1",
  "_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": true,
  "_nocasepkg": "stray",
  "_universes": [
    "pridiltal"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.1",
      "date": "2026-07-04T03:09:06.000Z",
      "distro": "resolute",
      "commit": "519b2e05b76ef9644131386f039767acf52b8124",
      "fileid": "https://r2.ropensci.org/79de222cfa08462e6026113869a91a9dac64f56d1d84a3dd4ea7566fcd60db12",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/pridiltal/actions/runs/28692971261"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.1.1",
      "date": "2026-07-04T03:09:11.000Z",
      "distro": "resolute",
      "commit": "519b2e05b76ef9644131386f039767acf52b8124",
      "fileid": "https://r2.ropensci.org/64eb33d24693f5e61e26a3e616b453bf08bdb1a8ee777ba720fdb7c97faed09f",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/pridiltal/actions/runs/28692971261"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.1",
      "date": "2026-07-04T03:09:36.000Z",
      "commit": "519b2e05b76ef9644131386f039767acf52b8124",
      "fileid": "https://r2.ropensci.org/e2db9b4ec5fdb9f945a90c44da896b2bbaf2f3f29144786cf4a1eb64b4b1faec",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/pridiltal/actions/runs/28692971261"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.1.1",
      "date": "2026-07-04T03:09:12.000Z",
      "commit": "519b2e05b76ef9644131386f039767acf52b8124",
      "fileid": "https://r2.ropensci.org/6e96c2944aa7c6124f26288ded9e7548cce3cda2a6815ac92883aa8336601237",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/pridiltal/actions/runs/28692971261"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.1",
      "date": "2026-07-04T03:09:40.000Z",
      "commit": "519b2e05b76ef9644131386f039767acf52b8124",
      "fileid": "https://r2.ropensci.org/5d72b29e783782ff17a864b55ef5b80e76a1b4ab4fc0626d0b020886fa2eb6a6",
      "status": "success",
      "buildurl": "https://github.com/r-universe/pridiltal/actions/runs/28692971261"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.1",
      "date": "2026-07-04T03:08:56.000Z",
      "commit": "519b2e05b76ef9644131386f039767acf52b8124",
      "fileid": "https://r2.ropensci.org/80ece99255bf0fd40977ffa1ef3c4b07a78d97bbc11432117b045c85078e4319",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/pridiltal/actions/runs/28692971261"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.1",
      "date": "2026-07-04T03:08:26.000Z",
      "commit": "519b2e05b76ef9644131386f039767acf52b8124",
      "fileid": "https://r2.ropensci.org/feb07f3f4605cc48e68571591794cf9bb1fade57484809a7b0a4fb2774f61548",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/pridiltal/actions/runs/28692971261"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.1.1",
      "date": "2026-07-04T03:08:20.000Z",
      "commit": "519b2e05b76ef9644131386f039767acf52b8124",
      "fileid": "https://r2.ropensci.org/27e5d4fcbda5027e90cd75e8e69c3eee2b8cd1cab0b540be54f16ec9031b8f35",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/pridiltal/actions/runs/28692971261"
    }
  ]
}