{
  "_id": "6a129346acfb0bcc41d0b874",
  "Package": "fastOnlineCpt",
  "Type": "Package",
  "Title": "Online Multivariate Changepoint Detection",
  "Version": "1.0",
  "Date": "2021-07-07",
  "Author": "Georg Hahn [aut,cre]",
  "Maintainer": "Georg Hahn <ghahn@hsph.harvard.edu>",
  "Description": "Implementation of a simple algorithm designed for online\nmultivariate changepoint detection of a mean in sparse\nchangepoint settings. The algorithm is based on a modified\ncusum statistic and guarantees control of the type I error on\nany false discoveries, while featuring O(1) time and O(1)\nmemory updates per series as well as a proven detection delay.",
  "License": "GPL (>= 2)",
  "RdMacros": "Rdpack",
  "RoxygenNote": "7.1.1",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-24 05:54:39 UTC",
    "User": "root"
  },
  "Repository": "https://ghahn-hsph.r-universe.dev",
  "Date/Publication": "2021-07-09 07:30:07 UTC",
  "RemoteUrl": "https://github.com/cran/fastOnlineCpt",
  "RemoteRef": "HEAD",
  "RemoteSha": "a856a966e3392b224f3401867372a861d3b28fc2",
  "MD5sum": "e9430084800c70875ff3d23818c1cc26",
  "_user": "ghahn-hsph",
  "_type": "src",
  "_file": "fastOnlineCpt_1.0.tar.gz",
  "_fileid": "8c4570467dcb5ed59cd3191cfe783849899b01f543875d121b729ceb69fa43ae",
  "_filesize": 149597,
  "_sha256": "8c4570467dcb5ed59cd3191cfe783849899b01f543875d121b729ceb69fa43ae",
  "_created": "2026-05-24T05:54:39.000Z",
  "_published": "2026-05-24T05:57:26.848Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77575525376,
      "time": 103,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7182673214"
    },
    {
      "job": 77575525379,
      "time": 136,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7182676738"
    },
    {
      "job": 77575525396,
      "time": 72,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7182670086"
    },
    {
      "job": 77575525402,
      "time": 78,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7182670648"
    },
    {
      "job": 77575382046,
      "time": 163,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7182662064"
    },
    {
      "job": 77575525370,
      "time": 92,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7182672195"
    },
    {
      "job": 77575525377,
      "time": 61,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7182669257"
    },
    {
      "job": 77575525378,
      "time": 58,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7182668684"
    },
    {
      "job": 77575525380,
      "time": 65,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7182669293"
    }
  ],
  "_buildurl": "https://github.com/r-universe/ghahn-hsph/actions/runs/26353350510",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/fastOnlineCpt",
  "_commit": {
    "id": "a856a966e3392b224f3401867372a861d3b28fc2",
    "author": "Georg Hahn <ghahn@hsph.harvard.edu>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 1.0\n",
    "time": 1625815807
  },
  "_maintainer": {
    "name": "Georg Hahn",
    "email": "ghahn@hsph.harvard.edu",
    "login": "ghahn-hsph",
    "description": "",
    "uuid": 68442522
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "Rdpack",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    }
  ],
  "_owner": "cran",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "ghahn-hsph",
      "count": 1,
      "uuid": 68442522
    }
  ],
  "_userbio": {
    "uuid": 68442522,
    "type": "user",
    "name": "ghahn-hsph"
  },
  "_downloads": {
    "count": 195,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/fastOnlineCpt"
  },
  "_searchresults": 8,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/fastOnlineCpt.html",
    "manual.pdf"
  ],
  "_realowner": "ghahn-hsph",
  "_cranurl": false,
  "_releases": [
    {
      "version": "1.0",
      "date": "2021-07-09"
    }
  ],
  "_exports": [
    "addData",
    "checkCpt",
    "fastOnlineCpt",
    "lastCptTest",
    "resetAlgorithm"
  ],
  "_help": [
    {
      "page": "addData-methods",
      "title": "Add new p-dimensional data point, where p is the number of time series being monitored.",
      "topics": [
        "addData",
        "addData,fastOnlineCpt-method"
      ]
    },
    {
      "page": "checkCpt-methods",
      "title": "Test if a changepoint has occurred.",
      "topics": [
        "checkCpt",
        "checkCpt,fastOnlineCpt-method"
      ]
    },
    {
      "page": "fastOnlineCpt",
      "title": "Initialize a new object of the class \"fastOnlineCpt\". This object allows one to add data in an online fashion and test for a changepoint.",
      "topics": [
        "fastOnlineCpt"
      ]
    },
    {
      "page": "fastOnlineCpt-class",
      "title": "S4 class providing functionality to detect multivariate changepoints in an online setting.",
      "topics": [
        "fastOnlineCpt-class"
      ]
    },
    {
      "page": "lastCptTest-methods",
      "title": "Return the last result of the changepoint test performed with the function \"checkCpt\" as a vector.",
      "topics": [
        "lastCptTest",
        "lastCptTest,fastOnlineCpt-method"
      ]
    },
    {
      "page": "resetAlgorithm-methods",
      "title": "Reset the algorithm in order to detect a new changepoint. The algorithm can be reset at any point in time. To ensure valid multiple testing corrections, the time horizon is not reset to zero.",
      "topics": [
        "resetAlgorithm",
        "resetAlgorithm,fastOnlineCpt-method"
      ]
    }
  ],
  "_rundeps": [
    "rbibutils",
    "Rdpack"
  ],
  "_score": 1,
  "_indexed": true,
  "_nocasepkg": "fastonlinecpt",
  "_universes": [
    "ghahn-hsph"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0",
      "date": "2026-05-24T05:56:29.000Z",
      "distro": "noble",
      "commit": "a856a966e3392b224f3401867372a861d3b28fc2",
      "fileid": "95ad6436eb4bfef7d61951ac6af6a6d1c627c40adf8d199a5db9260e420220e4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ghahn-hsph/actions/runs/26353350510"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0",
      "date": "2026-05-24T05:57:02.000Z",
      "distro": "noble",
      "commit": "a856a966e3392b224f3401867372a861d3b28fc2",
      "fileid": "32f7c04bfd1d5bc14abcc960368a17156c208db6fcf3e7eb7b6ed1e203214acb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ghahn-hsph/actions/runs/26353350510"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0",
      "date": "2026-05-24T05:56:02.000Z",
      "commit": "a856a966e3392b224f3401867372a861d3b28fc2",
      "fileid": "12052fbcb4bf38c17013d3a50910464c56aa94b4b971f4a125a2768a199aaa97",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ghahn-hsph/actions/runs/26353350510"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0",
      "date": "2026-05-24T05:56:06.000Z",
      "commit": "a856a966e3392b224f3401867372a861d3b28fc2",
      "fileid": "e7b71cef0fa4b012714c2df60872835155f0d3358a1d54b779d9cef0c74ae21b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ghahn-hsph/actions/runs/26353350510"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0",
      "date": "2026-05-24T05:56:29.000Z",
      "commit": "a856a966e3392b224f3401867372a861d3b28fc2",
      "fileid": "1460ac4d2e381e16c40158b7550275d897a7c5285d8f0ccfd9e73002daecaa8d",
      "status": "success",
      "buildurl": "https://github.com/r-universe/ghahn-hsph/actions/runs/26353350510"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0",
      "date": "2026-05-24T05:55:47.000Z",
      "commit": "a856a966e3392b224f3401867372a861d3b28fc2",
      "fileid": "f104c5c893ef5edeee72454d83d29c0c63e7632e3e82554014ac9d3da0520450",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ghahn-hsph/actions/runs/26353350510"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0",
      "date": "2026-05-24T05:55:42.000Z",
      "commit": "a856a966e3392b224f3401867372a861d3b28fc2",
      "fileid": "f021bd3afe17ad1e04745bbdd2835172555042b983874e55b1110d54e98e34bf",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ghahn-hsph/actions/runs/26353350510"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.0",
      "date": "2026-05-24T05:55:48.000Z",
      "commit": "a856a966e3392b224f3401867372a861d3b28fc2",
      "fileid": "ea4b763b49747bc3507b006318fd961386e8f135451fc68785fd6a781075bc80",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ghahn-hsph/actions/runs/26353350510"
    }
  ]
}