{
  "_id": "6a50c6f989c83ec243a309f6",
  "Package": "sgolay",
  "Type": "Package",
  "Title": "Efficient Savitzky-Golay Filtering",
  "Version": "1.0.4.9000",
  "Date": "2026-07-09",
  "URL": "https://github.com/zeehio/sgolay",
  "BugReports": "https://github.com/zeehio/sgolay/issues",
  "Authors@R": "c(\nperson(\ngiven = \"Sergio\", family = \"Oller Moreno\",\nemail = \"sergioller@gmail.com\",\nrole = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0002-8994-1549\")\n),\nperson(\ngiven = \"Robert\", family = \"Gentleman\",\nrole = c(\"ctb\", \"cph\"),\ncomment = \"Contributor to src/stats_filter.c and src/fft.c (derived from the stats R package)\"\n),\nperson(\ngiven = \"Ross\", family = \"Ihaka\",\nrole = c(\"ctb\", \"cph\"),\ncomment = \"Contributor to src/stats_filter.c and src/fft.c (derived from the stats R package)\"\n),\nperson(\ngiven = \"Brian\", family = \"Ripley\",\nrole = c(\"ctb\", \"cph\"),\ncomment = \"Contributor to src/stats_filter.c and src/fft.c (derived from the stats R package)\"\n),\nperson(\ngiven = \"Martin\", family = \"Maechler\",\nrole = c(\"ctb\", \"cph\"),\ncomment = \"Contributor to src/stats_filter.c and src/fft.c (derived from the stats R package)\"\n),\nperson(\ngiven = \"Duncan\", family = \"Murdoch\",\nrole = c(\"ctb\", \"cph\"),\ncomment = \"Contributor to src/stats_filter.c and src/fft.c (derived from the stats R package)\"\n),\nperson(\ngiven = \"Institute for Bioengineering of Catalonia\",\nrole = \"cph\"\n)\n)",
  "Description": "Smoothing signals and computing their derivatives is a\ncommon requirement in signal processing workflows.\nSavitzky-Golay filters are a established method able to do both\n(Savitzky and Golay, 1964 <doi:10.1021/ac60214a047>). This\npackage implements one dimensional Savitzky-Golay filters that\ncan be applied to vectors and matrices (either row-wise or\ncolumn-wise). Vectorization and memory allocations have been\nprofiled to reduce computational fingerprint. Short filter\nlengths are implemented in the direct space, while longer\nfilters are implemented in frequency space, using a Fast\nFourier Transform (FFT).",
  "License": "GPL (>= 2)",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.2.3",
  "Repository": "https://zeehio.r-universe.dev",
  "Date/Publication": "2026-07-10 08:02:03 UTC",
  "RemoteUrl": "https://github.com/zeehio/sgolay",
  "RemoteRef": "HEAD",
  "RemoteSha": "e5b6581db6a00b9a9655090452661e1f2d318cef",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-07-10 10:09:44 UTC",
    "User": "root"
  },
  "Author": "Sergio Oller Moreno [aut, cre] (ORCID:\n<https://orcid.org/0000-0002-8994-1549>),\nRobert Gentleman [ctb, cph] (Contributor to src/stats_filter.c and\nsrc/fft.c (derived from the stats R package)),\nRoss Ihaka [ctb, cph] (Contributor to src/stats_filter.c and src/fft.c\n(derived from the stats R package)),\nBrian Ripley [ctb, cph] (Contributor to src/stats_filter.c and\nsrc/fft.c (derived from the stats R package)),\nMartin Maechler [ctb, cph] (Contributor to src/stats_filter.c and\nsrc/fft.c (derived from the stats R package)),\nDuncan Murdoch [ctb, cph] (Contributor to src/stats_filter.c and\nsrc/fft.c (derived from the stats R package)),\nInstitute for Bioengineering of Catalonia [cph]",
  "Maintainer": "Sergio Oller Moreno <sergioller@gmail.com>",
  "_user": "zeehio",
  "_type": "src",
  "_file": "sgolay_1.0.4.9000.tar.gz",
  "_fileid": "https://r2.ropensci.org/8b964d9b19c9cca64dde9ca0f7153be275787ed29b590814d60c398f5b745e23",
  "_filesize": 103127,
  "_sha256": "8b964d9b19c9cca64dde9ca0f7153be275787ed29b590814d60c398f5b745e23",
  "_expires": "2026-10-18T10:18:31.000Z",
  "_created": "2026-07-10T10:09:44.000Z",
  "_published": "2026-07-10T10:18:33.100Z",
  "_jobs": [
    {
      "job": 86338002947,
      "time": 139,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8224580306"
    },
    {
      "job": 86338002967,
      "time": 119,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8224571662"
    },
    {
      "job": 86338002959,
      "time": 127,
      "config": "linux-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8224575494"
    },
    {
      "job": 86338003052,
      "time": 112,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8224568865"
    },
    {
      "job": 86338002983,
      "time": 80,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8224709870"
    },
    {
      "job": 86338002938,
      "time": 179,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8224662190"
    },
    {
      "job": 86338002949,
      "time": 97,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8224676907"
    },
    {
      "job": 86338002935,
      "time": 237,
      "config": "macos-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8224632070"
    },
    {
      "job": 86337486332,
      "time": 171,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8224523831"
    },
    {
      "job": 86338002900,
      "time": 95,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8224562634"
    },
    {
      "job": 86338002930,
      "time": 74,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8224554370"
    },
    {
      "job": 86338002991,
      "time": 68,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8224552079"
    },
    {
      "job": 86338002928,
      "time": 140,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8224579109"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/zeehio/actions/runs/29085282520",
  "_status": "success",
  "_upstream": "https://github.com/zeehio/sgolay",
  "_commit": {
    "id": "e5b6581db6a00b9a9655090452661e1f2d318cef",
    "author": "Sergio Oller <sergioller@gmail.com>",
    "committer": "Sergio Oller <sergioller@gmail.com>",
    "message": "Bump dev version\n",
    "time": 1783670523
  },
  "_maintainer": {
    "name": "Sergio Oller Moreno",
    "email": "sergioller@gmail.com",
    "login": "zeehio",
    "mastodon": "@zeehio@mastodon.social",
    "orcid": "0000-0002-8994-1549",
    "description": "PhD. R, python, R&D, Pharmaceutical industry, Bioinformatics, Data Analysis, Machine Learning, Signal Processing, Data engineering, containers, Linux",
    "uuid": 75441
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "signal",
      "role": "Imports"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "RUnit",
      "role": "Suggests"
    }
  ],
  "_owner": "zeehio",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-28",
      "n": 7
    }
  ],
  "_tags": [
    {
      "name": "v1.0.4",
      "date": "2026-07-10"
    }
  ],
  "_stars": 7,
  "_contributors": [
    {
      "user": "zeehio",
      "count": 61,
      "uuid": 75441
    },
    {
      "user": "claude",
      "count": 5,
      "uuid": 81847
    }
  ],
  "_userbio": {
    "uuid": 75441,
    "type": "user",
    "name": "Sergio Oller",
    "followers": 101,
    "description": "PhD. R, python, R&D, Pharmaceutical industry, Bioinformatics, Data Analysis, Machine Learning, Signal Processing, Data engineering, containers, Linux"
  },
  "_downloads": {
    "count": 251,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/sgolay"
  },
  "_devurl": "https://github.com/zeehio/sgolay",
  "_searchresults": 7,
  "_topics": [
    "openblas"
  ],
  "_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/sgolay.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/zeehio/sgolay",
  "_realowner": "zeehio",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0.2",
      "date": "2022-09-29"
    },
    {
      "version": "1.0.3",
      "date": "2023-04-05"
    },
    {
      "version": "1.0.4",
      "date": "2026-07-10"
    }
  ],
  "_exports": [
    "sgolay",
    "sgolayfilt"
  ],
  "_help": [
    {
      "page": "sgolayfilt",
      "title": "Apply a Savitzky-Golay smoothing filter",
      "topics": [
        "sgolayfilt"
      ]
    }
  ],
  "_readme": "https://github.com/zeehio/sgolay/raw/HEAD/README.md",
  "_rundeps": [
    "MASS",
    "signal"
  ],
  "_sysdeps": [
    {
      "shlib": "libblas",
      "package": "libopenblas0-pthread",
      "source": "openblas",
      "version": "0.3.32+ds-5",
      "name": "openblas",
      "homepage": "https://www.openblas.net/",
      "description": "Optimized BLAS (linear algebra) library (shared lib, pthread)"
    }
  ],
  "_score": 3.5440680443502757,
  "_indexed": true,
  "_nocasepkg": "sgolay",
  "_universes": [
    "zeehio"
  ],
  "_previous": "1.0.4",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.4.9000",
      "date": "2026-07-10T10:12:18.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "e5b6581db6a00b9a9655090452661e1f2d318cef",
      "fileid": "https://r2.ropensci.org/49e323c8b6e3419f926a2dbfeb519b303626e7c8a2bb66fe3cde0656fe8c5901",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/zeehio/actions/runs/29085282520"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.4.9000",
      "date": "2026-07-10T10:11:54.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "e5b6581db6a00b9a9655090452661e1f2d318cef",
      "fileid": "https://r2.ropensci.org/68924d123bcd328e7e5f9bd8e55bb2c49ef534ed692f00b67dda7a5113112a07",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/zeehio/actions/runs/29085282520"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "1.0.4.9000",
      "date": "2026-07-10T10:12:06.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "e5b6581db6a00b9a9655090452661e1f2d318cef",
      "fileid": "https://r2.ropensci.org/23d3896f80e1c3082e7883d3b8ee11332af6f40803b8efc74d20235bafc382b2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/zeehio/actions/runs/29085282520"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "1.0.4.9000",
      "date": "2026-07-10T10:11:47.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "e5b6581db6a00b9a9655090452661e1f2d318cef",
      "fileid": "https://r2.ropensci.org/58dbea5118b80b3dc1e2ca5fb8bd83aad10eb4d141b039bdc85ee7206a0eeb32",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/zeehio/actions/runs/29085282520"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.4.9000",
      "date": "2026-07-10T10:18:08.000Z",
      "arch": "aarch64",
      "commit": "e5b6581db6a00b9a9655090452661e1f2d318cef",
      "fileid": "https://r2.ropensci.org/4062e2eb00644bde6a65b587fd4e4d0c8e9a4a601625443f8701d8fdad6e569a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/zeehio/actions/runs/29085282520"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.4.9000",
      "date": "2026-07-10T10:15:39.000Z",
      "arch": "x86_64",
      "commit": "e5b6581db6a00b9a9655090452661e1f2d318cef",
      "fileid": "https://r2.ropensci.org/28add88718614b022af269a4c5594b0485bdb761d61543a878f1e726cb665ebf",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/zeehio/actions/runs/29085282520"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "1.0.4.9000",
      "date": "2026-07-10T10:16:34.000Z",
      "arch": "aarch64",
      "commit": "e5b6581db6a00b9a9655090452661e1f2d318cef",
      "fileid": "https://r2.ropensci.org/e6606d72984d6afc930c440cb5d1644467d509b6f1c4c7e32b0508bd4d560a5e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/zeehio/actions/runs/29085282520"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "1.0.4.9000",
      "date": "2026-07-10T10:14:14.000Z",
      "arch": "x86_64",
      "commit": "e5b6581db6a00b9a9655090452661e1f2d318cef",
      "fileid": "https://r2.ropensci.org/e3d56041e22006989e4ba3a6def96021c80f10271b1d73854019988fc2232284",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/zeehio/actions/runs/29085282520"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.4.9000",
      "date": "2026-07-10T10:11:38.000Z",
      "arch": "emscripten",
      "commit": "e5b6581db6a00b9a9655090452661e1f2d318cef",
      "fileid": "https://r2.ropensci.org/636aaccd426fd101b8526d31a5d38692a5870575344227829de4109000477e15",
      "status": "success",
      "buildurl": "https://github.com/r-universe/zeehio/actions/runs/29085282520"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.4.9000",
      "date": "2026-07-10T10:10:55.000Z",
      "arch": "x86_64",
      "commit": "e5b6581db6a00b9a9655090452661e1f2d318cef",
      "fileid": "https://r2.ropensci.org/0b42771a739338d576037cd7ed5bcec01c8e0d135bef1ca6701b09877e66943d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/zeehio/actions/runs/29085282520"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.4.9000",
      "date": "2026-07-10T10:10:51.000Z",
      "arch": "x86_64",
      "commit": "e5b6581db6a00b9a9655090452661e1f2d318cef",
      "fileid": "https://r2.ropensci.org/2e17d708987ec19912b43dc7efd57c401b9c5fceb6ffa36dec49615e5fa92ac8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/zeehio/actions/runs/29085282520"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "1.0.4.9000",
      "date": "2026-07-10T10:11:53.000Z",
      "arch": "x86_64",
      "commit": "e5b6581db6a00b9a9655090452661e1f2d318cef",
      "fileid": "https://r2.ropensci.org/50d34218e0a2c4b8fd9744e071df7c4a13ffef1dd5fc22e1799cd39b6344f9a9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/zeehio/actions/runs/29085282520"
    }
  ]
}