{
  "_id": "6a47d52ae06c18f0a6520889",
  "Package": "oddnet",
  "Type": "Package",
  "Title": "Anomaly Detection in Temporal Networks",
  "Version": "0.1.1.2",
  "Authors@R": "c(person(\"Sevvandi\", \"Kandanaarachchi\", email = \"sevvandik@gmail.com\",\nrole = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-0337-0395\")),\nperson(\"Rob\", \"Hyndman\", email = \"rob.hyndman@monash.edu\",\nrole = c(\"aut\"), comment = c(ORCID = \"0000-0002-2140-5352\"))\n)",
  "Maintainer": "Sevvandi Kandanaarachchi <sevvandik@gmail.com>",
  "Description": "Anomaly detection in dynamic, temporal networks. The\npackage 'oddnet' uses a feature-based method to identify\nanomalies. First, it computes many features for each network.\nThen it models the features using time series methods. Using\ntime series residuals it detects anomalies. This way, the\ntemporal dependencies are accounted for when identifying\nanomalies (Kandanaarachchi, Hyndman 2022) <arXiv:2210.07407>.",
  "License": "GPL (>= 3)",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.1",
  "VignetteBuilder": "knitr",
  "URL": "https://sevvandi.github.io/oddnet/",
  "Config/pak/sysreqs": "libglpk-dev libicu-dev libxml2-dev",
  "Repository": "https://sevvandi.r-universe.dev",
  "Date/Publication": "2024-06-05 00:22:47 UTC",
  "RemoteUrl": "https://github.com/sevvandi/oddnet",
  "RemoteRef": "HEAD",
  "RemoteSha": "c66aafdebb9139fd5b398d62acd11019ba18342c",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-03 15:18:20 UTC",
    "User": "root"
  },
  "Author": "Sevvandi Kandanaarachchi [aut, cre] (ORCID:\n<https://orcid.org/0000-0002-0337-0395>),\nRob Hyndman [aut] (ORCID: <https://orcid.org/0000-0002-2140-5352>)",
  "_user": "sevvandi",
  "_type": "src",
  "_file": "oddnet_0.1.1.2.tar.gz",
  "_fileid": "https://r2.ropensci.org/2725b8bd24b07c9ba0b705da858f88cfacf120c2360ee6293a9a591d62248d96",
  "_filesize": 1032890,
  "_sha256": "2725b8bd24b07c9ba0b705da858f88cfacf120c2360ee6293a9a591d62248d96",
  "_expires": "2026-10-11T15:28:40.000Z",
  "_created": "2026-07-03T15:18:20.000Z",
  "_published": "2026-07-03T15:28:42.561Z",
  "_jobs": [
    {
      "job": 85028904473,
      "time": 176,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8070038493"
    },
    {
      "job": 85028904497,
      "time": 174,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8070037751"
    },
    {
      "job": 85028904502,
      "time": 88,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8070163311"
    },
    {
      "job": 85028904488,
      "time": 106,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8070087949"
    },
    {
      "job": 85028251263,
      "time": 240,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8069980609"
    },
    {
      "job": 85028904438,
      "time": 172,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8070037589"
    },
    {
      "job": 85028904511,
      "time": 123,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8070021938"
    },
    {
      "job": 85028904482,
      "time": 109,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8070017790"
    },
    {
      "job": 85028904494,
      "time": 112,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8070018157"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/sevvandi/actions/runs/28669176175",
  "_status": "success",
  "_upstream": "https://github.com/sevvandi/oddnet",
  "_commit": {
    "id": "c66aafdebb9139fd5b398d62acd11019ba18342c",
    "author": "sevvandi <sevvandi.kandanaarachchi@gmail.com>",
    "committer": "sevvandi <sevvandi.kandanaarachchi@gmail.com>",
    "message": "add feature_subset to anomalous_networks\n",
    "time": 1717546967
  },
  "_maintainer": {
    "name": "Sevvandi Kandanaarachchi",
    "email": "sevvandik@gmail.com",
    "orcid": "0000-0002-0337-0395"
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "fable",
      "role": "Imports"
    },
    {
      "package": "fabletools",
      "role": "Imports"
    },
    {
      "package": "igraph",
      "role": "Imports"
    },
    {
      "package": "lookout",
      "role": "Imports"
    },
    {
      "package": "pcaPP",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "tidyr",
      "role": "Imports"
    },
    {
      "package": "tsibble",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "DDoutlier",
      "role": "Suggests"
    },
    {
      "package": "feasts",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "rTensor",
      "role": "Suggests"
    },
    {
      "package": "urca",
      "role": "Suggests"
    }
  ],
  "_owner": "sevvandi",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 3,
  "_contributors": [
    {
      "user": "sevvandi",
      "count": 27,
      "uuid": 32561841
    },
    {
      "user": "robjhyndman",
      "count": 2,
      "uuid": 127518
    }
  ],
  "_userbio": {
    "uuid": 32561841,
    "type": "user",
    "name": "Sevvandi Kandanaarachchi",
    "followers": 38,
    "description": "Senior Research Scientist, Data61, CSIRO"
  },
  "_downloads": {
    "count": 280,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/oddnet"
  },
  "_devurl": "https://github.com/sevvandi/oddnet",
  "_pkgdown": "https://sevvandi.github.io/oddnet/",
  "_searchresults": 12,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/oddnet.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/sevvandi/oddnet",
  "_realowner": "sevvandi",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2022-12-22"
    },
    {
      "version": "0.1.1",
      "date": "2024-02-11"
    }
  ],
  "_exports": [
    "anomalous_networks",
    "compute_features",
    "lad"
  ],
  "_help": [
    {
      "page": "anomalous_networks",
      "title": "Identifies anomalous networks from a series of temporal networks.",
      "topics": [
        "anomalous_networks"
      ]
    },
    {
      "page": "compute_features",
      "title": "Computes features for each network.",
      "topics": [
        "compute_features"
      ]
    },
    {
      "page": "lad",
      "title": "Laplacian Eigen Value method by Shenyang Huang, Yasmeen Hitti, Guillaume Rabusseau and Reihaneh Rabbany from their KDD'20 paper Laplacian Change Point Detection for Dynamic Graphs",
      "topics": [
        "lad"
      ]
    }
  ],
  "_readme": "https://github.com/sevvandi/oddnet/raw/HEAD/README.md",
  "_rundeps": [
    "anytime",
    "BH",
    "cli",
    "cpp11",
    "DEoptimR",
    "digest",
    "distributional",
    "dplyr",
    "evd",
    "fable",
    "fabletools",
    "farver",
    "generics",
    "ggdist",
    "ggplot2",
    "glue",
    "gtable",
    "igraph",
    "isoband",
    "labeling",
    "lattice",
    "lifecycle",
    "lookout",
    "lubridate",
    "magrittr",
    "Matrix",
    "mlpack",
    "mvtnorm",
    "numDeriv",
    "pcaPP",
    "pillar",
    "pkgconfig",
    "progressr",
    "purrr",
    "quadprog",
    "R6",
    "RANN",
    "RColorBrewer",
    "Rcpp",
    "RcppArmadillo",
    "RcppEnsmallen",
    "rlang",
    "robustbase",
    "S7",
    "scales",
    "stringi",
    "stringr",
    "tibble",
    "tidyr",
    "tidyselect",
    "timechange",
    "tsibble",
    "utf8",
    "vctrs",
    "viridisLite",
    "withr"
  ],
  "_vignettes": [
    {
      "source": "oddnet.Rmd",
      "filename": "oddnet.html",
      "title": "oddnet",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Synthetic data",
        "Plotting",
        "Features",
        "Anomalies"
      ],
      "created": "2022-12-19 02:44:08",
      "modified": "2022-12-19 02:44:08",
      "commits": 1
    }
  ],
  "_score": 4.2552725051033065,
  "_indexed": true,
  "_nocasepkg": "oddnet",
  "_universes": [
    "sevvandi"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.1.2",
      "date": "2026-07-03T15:21:13.000Z",
      "distro": "resolute",
      "commit": "c66aafdebb9139fd5b398d62acd11019ba18342c",
      "fileid": "https://r2.ropensci.org/55c83dcee32264a4db3d81a464df2b29de9104237065ced0ee03076f99948308",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sevvandi/actions/runs/28669176175"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.1.1.2",
      "date": "2026-07-03T15:21:09.000Z",
      "distro": "resolute",
      "commit": "c66aafdebb9139fd5b398d62acd11019ba18342c",
      "fileid": "https://r2.ropensci.org/6175303bd17c7005ebdb94922f29e27a820f75aad3edc8dec06dbcc44e6c757f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sevvandi/actions/runs/28669176175"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.1.2",
      "date": "2026-07-03T15:28:03.000Z",
      "commit": "c66aafdebb9139fd5b398d62acd11019ba18342c",
      "fileid": "https://r2.ropensci.org/d8dab78179f8475142f64d0025a9fdcea7f512fecf657249e67875dc7b44799c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sevvandi/actions/runs/28669176175"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.1.1.2",
      "date": "2026-07-03T15:23:57.000Z",
      "commit": "c66aafdebb9139fd5b398d62acd11019ba18342c",
      "fileid": "https://r2.ropensci.org/7353f3c4adf95b6b58c8a9e7c665740d4caae1e444aa005e47d375f0591d1b61",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sevvandi/actions/runs/28669176175"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.1.2",
      "date": "2026-07-03T15:21:30.000Z",
      "commit": "c66aafdebb9139fd5b398d62acd11019ba18342c",
      "fileid": "https://r2.ropensci.org/fdcd228b8877aba9e1503e7835e16af4fe78e6eb6f374c2805621bdda292cd28",
      "status": "success",
      "buildurl": "https://github.com/r-universe/sevvandi/actions/runs/28669176175"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.1.2",
      "date": "2026-07-03T15:20:15.000Z",
      "commit": "c66aafdebb9139fd5b398d62acd11019ba18342c",
      "fileid": "https://r2.ropensci.org/5577a165036da31ce6de836fddd95d5b1b8756feabc80fc186e96ff3c6a3893f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sevvandi/actions/runs/28669176175"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.1.2",
      "date": "2026-07-03T15:20:04.000Z",
      "commit": "c66aafdebb9139fd5b398d62acd11019ba18342c",
      "fileid": "https://r2.ropensci.org/d554fc00f697cb495a86da6b2de2e2970c5ade4ed47ce888822ed1472dd3c37b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sevvandi/actions/runs/28669176175"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.1.1.2",
      "date": "2026-07-03T15:20:04.000Z",
      "commit": "c66aafdebb9139fd5b398d62acd11019ba18342c",
      "fileid": "https://r2.ropensci.org/87d9c56f56c162b91f86df964d075493c98477954f18a1e8be3f0e5e68522c7c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sevvandi/actions/runs/28669176175"
    }
  ]
}