{
  "_id": "6a5896ddff0138dec5d757b9",
  "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-07-16 08:28:32 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>",
  "_user": "martakarass",
  "_type": "src",
  "_file": "runstats_1.1.0.tar.gz",
  "_fileid": "https://r2.ropensci.org/303f7bba0c3a63537e848f17eafaa7ebe80783473068fcaa9d104427a307dffb",
  "_filesize": 4028038,
  "_sha256": "303f7bba0c3a63537e848f17eafaa7ebe80783473068fcaa9d104427a307dffb",
  "_expires": "2026-10-24T08:31:22.000Z",
  "_created": "2026-07-16T08:28:32.000Z",
  "_published": "2026-07-16T08:31:24.938Z",
  "_jobs": [
    {
      "job": 87572780664,
      "time": 133,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8369521644"
    },
    {
      "job": 87572780673,
      "time": 111,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8369512430"
    },
    {
      "job": 87572780684,
      "time": 78,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8369499547"
    },
    {
      "job": 87572780663,
      "time": 84,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8369502165"
    },
    {
      "job": 87572037991,
      "time": 236,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8369468209"
    },
    {
      "job": 87572780707,
      "time": 115,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8369513938"
    },
    {
      "job": 87572780682,
      "time": 92,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8369505721"
    },
    {
      "job": 87572780719,
      "time": 71,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8369497476"
    },
    {
      "job": 87572780716,
      "time": 92,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8369505740"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/martakarass/actions/runs/29483348480",
  "_status": "success",
  "_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"
  },
  "_distro": "resolute",
  "_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",
    "followers": 39,
    "description": "Postdoctoral researcher at HU, working on digital phenotyping"
  },
  "_downloads": {
    "count": 197,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/runstats"
  },
  "_mentions": 1,
  "_devurl": "https://github.com/martakarass/runstats",
  "_searchresults": 21,
  "_rbuild": "4.6.1",
  "_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.100370545117563,
  "_indexed": true,
  "_nocasepkg": "runstats",
  "_universes": [
    "martakarass"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.1.0",
      "date": "2026-07-16T08:30:52.000Z",
      "distro": "resolute",
      "commit": "bfa19e439c84a6dfec6d1570c648cfea14548b34",
      "fileid": "https://r2.ropensci.org/76f0893e35b4523a6a0cdb6e542a4d3eb1d108a06f5857204a7d399ba753af9f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/martakarass/actions/runs/29483348480"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "1.1.0",
      "date": "2026-07-16T08:30:32.000Z",
      "distro": "resolute",
      "commit": "bfa19e439c84a6dfec6d1570c648cfea14548b34",
      "fileid": "https://r2.ropensci.org/ccfb47d2fda89d665ed96add63508d77dec68479a67033fa6d4b646c89493e8c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/martakarass/actions/runs/29483348480"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.1.0",
      "date": "2026-07-16T08:29:58.000Z",
      "commit": "bfa19e439c84a6dfec6d1570c648cfea14548b34",
      "fileid": "https://r2.ropensci.org/a1031b893c63912160364affa2838c4522d45d4fb36f70e1d0b256a7dcaed85e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/martakarass/actions/runs/29483348480"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "1.1.0",
      "date": "2026-07-16T08:30:04.000Z",
      "commit": "bfa19e439c84a6dfec6d1570c648cfea14548b34",
      "fileid": "https://r2.ropensci.org/e5a14c9fe8a14b88faf42f616a3b9956d0a7158b5064b657c60a3eeb29f8e2be",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/martakarass/actions/runs/29483348480"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.1.0",
      "date": "2026-07-16T08:30:44.000Z",
      "commit": "bfa19e439c84a6dfec6d1570c648cfea14548b34",
      "fileid": "https://r2.ropensci.org/82e05d37fae02f1b8727ecefabf1fd639ca4beed81e79b074917ff149eac6a67",
      "status": "success",
      "buildurl": "https://github.com/r-universe/martakarass/actions/runs/29483348480"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.1.0",
      "date": "2026-07-16T08:30:07.000Z",
      "commit": "bfa19e439c84a6dfec6d1570c648cfea14548b34",
      "fileid": "https://r2.ropensci.org/d0772c287fd6b2a80054a255ef763f53673ef97caf02154239e89159a6ecfa87",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/martakarass/actions/runs/29483348480"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.1.0",
      "date": "2026-07-16T08:29:45.000Z",
      "commit": "bfa19e439c84a6dfec6d1570c648cfea14548b34",
      "fileid": "https://r2.ropensci.org/867750f4a40d9880b47f5102b297efa0afbe19fb4988adc42831f0691db26e59",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/martakarass/actions/runs/29483348480"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "1.1.0",
      "date": "2026-07-16T08:30:05.000Z",
      "commit": "bfa19e439c84a6dfec6d1570c648cfea14548b34",
      "fileid": "https://r2.ropensci.org/c084ec07d45cfb952040c74de949d0e56cceac220693bef8edb7de543b56d6f6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/martakarass/actions/runs/29483348480"
    }
  ]
}