{
  "_id": "6a1f17d7b401979e7341ebc4",
  "Package": "runstats",
  "Type": "Package",
  "Title": "Fast Computation of Running Statistics for Time Series",
  "Version": "1.1.0",
  "Authors@R": "c(\nperson(\"Marta\", \"Karas\", email = \"marta.karass@gmail.com\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0001-5889-3970\")),\nperson(\"Jacek\", \"Urbanek\", role = c(\"aut\"),\ncomment = c(ORCID = \"0000-0002-1890-8899\")),\nperson(\"John\", \"Muschelli\", role = c(\"ctb\"),\ncomment = c(ORCID = \"0000-0001-6469-1750\")),\nperson(\"Lacey\", \"Etzkorn\", role = c(\"ctb\"))\n)",
  "Description": "Provides methods for fast computation of running sample\nstatistics for time series. These include: (1) mean, (2)\nstandard deviation, and (3) variance over a fixed-length window\nof time-series, (4) correlation, (5) covariance, and (6)\nEuclidean distance (L2 norm) between short-time pattern and\ntime-series. Implemented methods utilize Convolution Theorem to\ncompute convolutions via Fast Fourier Transform (FFT).",
  "License": "GPL-3",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.1.1",
  "URL": "https://github.com/martakarass/runstats",
  "BugReports": "https://github.com/martakarass/runstats/issues",
  "VignetteBuilder": "knitr",
  "Language": "en-US",
  "Config/pak/sysreqs": "libfftw3-dev",
  "Repository": "https://martakarass.r-universe.dev",
  "Date/Publication": "2022-04-01 02:43:57 UTC",
  "RemoteUrl": "https://github.com/martakarass/runstats",
  "RemoteRef": "HEAD",
  "RemoteSha": "bfa19e439c84a6dfec6d1570c648cfea14548b34",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-17 05:54:43 UTC",
    "User": "root"
  },
  "Author": "Marta Karas [aut, cre] (ORCID: <https://orcid.org/0000-0001-5889-3970>),\nJacek Urbanek [aut] (ORCID: <https://orcid.org/0000-0002-1890-8899>),\nJohn Muschelli [ctb] (ORCID: <https://orcid.org/0000-0001-6469-1750>),\nLacey Etzkorn [ctb]",
  "Maintainer": "Marta Karas <marta.karass@gmail.com>",
  "MD5sum": "663968eca23fcf7b4c729e9f22cba69d",
  "_user": "martakarass",
  "_type": "src",
  "_file": "runstats_1.1.0.tar.gz",
  "_fileid": "032b410d238e78468abf8bde5315553db2ec5cc3bb53e2341110bb106f03fbff",
  "_filesize": 4027136,
  "_sha256": "032b410d238e78468abf8bde5315553db2ec5cc3bb53e2341110bb106f03fbff",
  "_created": "2026-05-17T05:54:43.000Z",
  "_published": "2026-06-02T17:50:15.350Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79136058254,
      "time": 168,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7039801140"
    },
    {
      "job": 79136058303,
      "time": 130,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7039797182"
    },
    {
      "job": 79136058429,
      "time": 96,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7039793497"
    },
    {
      "job": 79136058619,
      "time": 69,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7039790710"
    },
    {
      "job": 79136057434,
      "time": 184,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7039782995"
    },
    {
      "job": 79136057693,
      "time": 113,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7365598291"
    },
    {
      "job": 79136058432,
      "time": 83,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7039792061"
    },
    {
      "job": 79136058967,
      "time": 80,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7039791873"
    },
    {
      "job": 79136058340,
      "time": 72,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7039790985"
    }
  ],
  "_buildurl": "https://github.com/r-universe/martakarass/actions/runs/25982818406",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/martakarass/runstats",
  "_commit": {
    "id": "bfa19e439c84a6dfec6d1570c648cfea14548b34",
    "author": "martakarass <marta.karass@gmail.com>",
    "committer": "martakarass <marta.karass@gmail.com>",
    "message": "add github actions, remove former CI tools\n",
    "time": 1648781037
  },
  "_maintainer": {
    "name": "Marta Karas",
    "email": "marta.karass@gmail.com",
    "login": "martakarass",
    "twitter": "@martakarass",
    "description": "Postdoctoral researcher at HU, working on digital phenotyping",
    "uuid": 5730763,
    "orcid": "0000-0001-5889-3970"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "fftwtools",
      "role": "Imports"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "ggplot2",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "sessioninfo",
      "role": "Suggests"
    },
    {
      "package": "rbenchmark",
      "role": "Suggests"
    },
    {
      "package": "cowplot",
      "role": "Suggests"
    },
    {
      "package": "spelling",
      "role": "Suggests"
    }
  ],
  "_owner": "martakarass",
  "_selfowned": true,
  "_usedby": 1,
  "_updates": [],
  "_tags": [],
  "_stars": 2,
  "_contributors": [
    {
      "user": "muschellij2",
      "count": 3,
      "uuid": 1075118
    },
    {
      "user": "martakarass",
      "count": 3,
      "uuid": 5730763
    },
    {
      "user": "jacekurbanek",
      "count": 1,
      "uuid": 9854197
    }
  ],
  "_userbio": {
    "uuid": 5730763,
    "type": "user",
    "name": "Marta Karas",
    "description": "Postdoctoral researcher at HU, working on digital phenotyping"
  },
  "_downloads": {
    "count": 285,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/runstats"
  },
  "_mentions": 1,
  "_devurl": "https://github.com/martakarass/runstats",
  "_searchresults": 19,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "extra/runstats.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/martakarass/runstats",
  "_realowner": "martakarass",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0.1",
      "date": "2019-03-13"
    },
    {
      "version": "1.1.0",
      "date": "2019-11-14"
    }
  ],
  "_exports": [
    "RunningCor",
    "RunningCov",
    "RunningL2Norm",
    "RunningMean",
    "RunningSd",
    "RunningVar",
    "runstats.demo"
  ],
  "_help": [
    {
      "page": "RunningCor",
      "title": "Fast Running Correlation Computation",
      "topics": [
        "RunningCor"
      ]
    },
    {
      "page": "RunningCov",
      "title": "Fast Running Covariance Computation",
      "topics": [
        "RunningCov"
      ]
    },
    {
      "page": "RunningL2Norm",
      "title": "Fast Running L2 Norm Computation",
      "topics": [
        "RunningL2Norm"
      ]
    },
    {
      "page": "RunningMean",
      "title": "Fast Running Mean Computation",
      "topics": [
        "RunningMean"
      ]
    },
    {
      "page": "RunningSd",
      "title": "Fast Running Standard Deviation Computation",
      "topics": [
        "RunningSd"
      ]
    },
    {
      "page": "RunningVar",
      "title": "Fast Running Variance Computation",
      "topics": [
        "RunningVar"
      ]
    },
    {
      "page": "runstats.demo",
      "title": "Demo visualization of package functions",
      "topics": [
        "runstats.demo"
      ]
    }
  ],
  "_readme": "https://github.com/martakarass/runstats/raw/HEAD/README.md",
  "_rundeps": [
    "fftwtools"
  ],
  "_vignettes": [
    {
      "source": "using-runstats.Rmd",
      "filename": "using-runstats.html",
      "title": "Examples of using runstats package",
      "author": "Marta Karas",
      "engine": "knitr::rmarkdown",
      "headings": [
        "runstats",
        "Installation",
        "Usage",
        "Running statistics",
        "Performance",
        "Compare with a conventional method"
      ],
      "created": "2018-12-17 15:40:42",
      "modified": "2019-11-14 19:48:50",
      "commits": 13
    }
  ],
  "_score": 5.056904851336473,
  "_indexed": true,
  "_nocasepkg": "runstats",
  "_universes": [
    "martakarass"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.1.0",
      "date": "2026-05-17T05:57:31.000Z",
      "distro": "noble",
      "commit": "bfa19e439c84a6dfec6d1570c648cfea14548b34",
      "fileid": "041d4a6be4db7bbb5cb486f8b6937927ef9ebbeccb6c650b5d56a583464c2e22",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/martakarass/actions/runs/25982818406"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.1.0",
      "date": "2026-05-17T05:56:56.000Z",
      "distro": "noble",
      "commit": "bfa19e439c84a6dfec6d1570c648cfea14548b34",
      "fileid": "bf61ff35f0b1390d4ea90e34391ea2c8533b2fde690e8568155471b811f3546b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/martakarass/actions/runs/25982818406"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.1.0",
      "date": "2026-05-17T05:56:23.000Z",
      "commit": "bfa19e439c84a6dfec6d1570c648cfea14548b34",
      "fileid": "4be28ebc77ba17d1ab376d701044ccff02c72a2a5e20745be4b9e80e2d4ef1f9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/martakarass/actions/runs/25982818406"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.1.0",
      "date": "2026-05-17T05:55:59.000Z",
      "commit": "bfa19e439c84a6dfec6d1570c648cfea14548b34",
      "fileid": "3dc70b53d5311c14f1a15dee79ec0042ef12630b4fcb96e80524881e8810066e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/martakarass/actions/runs/25982818406"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.1.0",
      "date": "2026-05-17T05:56:02.000Z",
      "commit": "bfa19e439c84a6dfec6d1570c648cfea14548b34",
      "fileid": "0dd5f2616b52d71a7ed2165f31b3693ec3a98f7f3eaab8e3b6f34f04c2890682",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/martakarass/actions/runs/25982818406"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.1.0",
      "date": "2026-05-17T05:56:03.000Z",
      "commit": "bfa19e439c84a6dfec6d1570c648cfea14548b34",
      "fileid": "e507c7741646ae0b8b4e859a264ca12773b4d9bbd375643fb6424436cef051b1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/martakarass/actions/runs/25982818406"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.1.0",
      "date": "2026-05-17T05:55:54.000Z",
      "commit": "bfa19e439c84a6dfec6d1570c648cfea14548b34",
      "fileid": "30f9c72b246c31c33b5051cca8c04dc02e37722bc8a5413ffa62f308536e992b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/martakarass/actions/runs/25982818406"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.1.0",
      "date": "2026-06-02T17:49:54.000Z",
      "commit": "bfa19e439c84a6dfec6d1570c648cfea14548b34",
      "fileid": "15ec97f1c553d8219c3e3711c00bc2575cddf0df39b87cb275fdcbc57cd4a17f",
      "status": "success",
      "buildurl": "https://github.com/r-universe/martakarass/actions/runs/25982818406"
    }
  ]
}