{
  "_id": "6a17f37facfb0bcc41da7fc2",
  "Package": "gStream",
  "Version": "0.2.0",
  "Date": "2019-04-28",
  "Title": "Graph-Based Sequential Change-Point Detection for Streaming Data",
  "Author": "Hao Chen and Lynna Chu",
  "Maintainer": "Hao Chen <hxchen@ucdavis.edu>",
  "Description": "Uses an approach based on k-nearest neighbor information\nto sequentially detect change-points. Offers analytic\napproximations for false discovery control given user-specified\naverage run length.  Can be applied to any type of data\n(high-dimensional, non-Euclidean, etc.) as long as a reasonable\nsimilarity measure is available.  See references (1) Chen, H.\n(2019) Sequential change-point detection based on nearest\nneighbors. The Annals of Statistics, 47(3):1381-1407. (2) Chu,\nL. and Chen, H. (2018) Sequential change-point detection for\nhigh-dimensional and non-Euclidean data <arXiv:1810.05973>.",
  "License": "GPL (>= 2)",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-28 07:46:49 UTC",
    "User": "root"
  },
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2019-05-01 21:00:03 UTC",
  "RemoteUrl": "https://github.com/cran/gStream",
  "RemoteRef": "HEAD",
  "RemoteSha": "6910248ceef46d32f0f68db92b35b41b49ef09a4",
  "MD5sum": "d53bb0e108e535f4c984486454bdbb14",
  "_user": "cran",
  "_type": "src",
  "_file": "gStream_0.2.0.tar.gz",
  "_fileid": "605b295f8ae103a01386f6b35139105d2d80f6de13456649f54a0b3c25ff9727",
  "_filesize": 107786,
  "_sha256": "605b295f8ae103a01386f6b35139105d2d80f6de13456649f54a0b3c25ff9727",
  "_created": "2026-05-28T07:46:49.000Z",
  "_published": "2026-05-28T07:49:19.001Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78246574395,
      "time": 100,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7260456704"
    },
    {
      "job": 78246574332,
      "time": 113,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7260460923"
    },
    {
      "job": 78246233440,
      "time": 135,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7260424816"
    },
    {
      "job": 78246574268,
      "time": 85,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7260452347"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/26561740408",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/gStream",
  "_commit": {
    "id": "6910248ceef46d32f0f68db92b35b41b49ef09a4",
    "author": "Hao Chen <hxchen@ucdavis.edu>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.2.0\n",
    "time": 1556744403
  },
  "_maintainer": {
    "name": "Hao Chen",
    "email": "hxchen@ucdavis.edu"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.0.1",
      "role": "Depends"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 2,
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 126,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/gStream"
  },
  "_searchresults": 72,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/gStream.html",
    "manual.pdf"
  ],
  "_realowner": "cran",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2018-10-24"
    },
    {
      "version": "0.2.0",
      "date": "2019-05-02"
    }
  ],
  "_exports": [
    "gstream"
  ],
  "_datasets": [
    {
      "name": "distM1",
      "title": "An distance matrix constructed from L2 distance",
      "object": "Example",
      "file": "Example.rda",
      "class": [
        "matrix",
        "array"
      ],
      "fields": [
        "1",
        "2",
        "3",
        "4",
        "5",
        "6",
        "7",
        "8",
        "9",
        "10",
        "11",
        "12",
        "13",
        "14",
        "15",
        "16",
        "17",
        "18",
        "19",
        "20",
        "21",
        "22",
        "23",
        "24",
        "25",
        "26",
        "27",
        "28",
        "29",
        "30",
        "31",
        "32",
        "33",
        "34",
        "35",
        "36",
        "37",
        "38",
        "39",
        "40"
      ],
      "rows": 40,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "distM1",
      "title": "An distance matrix constructed from L2 distance",
      "topics": [
        "distM1"
      ]
    },
    {
      "page": "gstream",
      "title": "Sequential Change-Point Detection based on k-Nearest Neighbors",
      "topics": [
        "gstream"
      ]
    },
    {
      "page": "gStream-package",
      "title": "Graph-Based Sequential Change-Point Detection",
      "topics": [
        "gStream"
      ]
    }
  ],
  "_rundeps": [],
  "_score": 2.1583624920952498,
  "_indexed": true,
  "_nocasepkg": "gstream",
  "_universes": [
    "cran"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.0",
      "date": "2026-05-28T07:48:30.000Z",
      "distro": "noble",
      "commit": "6910248ceef46d32f0f68db92b35b41b49ef09a4",
      "fileid": "c5b65a23f8c3d1aae9e3012288027f67613edbd3fc4508ce4dc6def998587345",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26561740408"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.0",
      "date": "2026-05-28T07:48:41.000Z",
      "distro": "noble",
      "commit": "6910248ceef46d32f0f68db92b35b41b49ef09a4",
      "fileid": "e56f7caea51628f5e6030d5e63868af216c985fd8e37d058b67eab44884f8f59",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26561740408"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.0",
      "date": "2026-05-28T07:48:35.000Z",
      "commit": "6910248ceef46d32f0f68db92b35b41b49ef09a4",
      "fileid": "d2db161c7b521a139f4099a2cb3d3c1dafcf34aaed9adec7b81729683809c801",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26561740408"
    }
  ]
}