{
  "_id": "6a200a39b401979e7344735b",
  "Package": "Convolutioner",
  "Type": "Package",
  "Title": "Convolution of Data",
  "Version": "0.1.0",
  "Authors@R": "person(given = \"Federico Maria\",\nfamily = \"Vivaldi\",\nrole = c(\"aut\", \"cre\"),\nemail = \"federico-vivaldi@virgilio.it\")",
  "Maintainer": "Federico Maria Vivaldi <federico-vivaldi@virgilio.it>",
  "Description": "General functions for convolutions of data. Moving\naverage, running median, and other filters are available.\nBibliography regarding the functions can be found in the\nfollowing text. Richard G. Brereton (2003)\n<ISBN:9780471489771>.",
  "License": "GPL-3",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.1.1",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-03 11:01:02 UTC",
    "User": "root"
  },
  "Author": "Federico Maria Vivaldi [aut, cre]",
  "Repository": "https://federicoviv.r-universe.dev",
  "Date/Publication": "2021-03-11 09:40:02 UTC",
  "RemoteUrl": "https://github.com/cran/Convolutioner",
  "RemoteRef": "HEAD",
  "RemoteSha": "187d871def5abca0293bb2be006a74065f45e326",
  "MD5sum": "2e7f76bcd68e59bc495fa2ef4370bb89",
  "_user": "federicoviv",
  "_type": "src",
  "_file": "Convolutioner_0.1.0.tar.gz",
  "_fileid": "cc9694a7d8f8afa6d8bd14d16ac34e2ccc4073b2b897d8dacf96d5105033cc00",
  "_filesize": 80192,
  "_sha256": "cc9694a7d8f8afa6d8bd14d16ac34e2ccc4073b2b897d8dacf96d5105033cc00",
  "_created": "2026-06-03T11:01:02.000Z",
  "_published": "2026-06-03T11:04:25.611Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79278960744,
      "time": 95,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7382763062"
    },
    {
      "job": 79278960893,
      "time": 124,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7382772548"
    },
    {
      "job": 79278960784,
      "time": 148,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7382771469"
    },
    {
      "job": 79278960776,
      "time": 173,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7382775362"
    },
    {
      "job": 79278597547,
      "time": 127,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7382729754"
    },
    {
      "job": 79278960705,
      "time": 80,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7382758067"
    },
    {
      "job": 79278960734,
      "time": 75,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7382756128"
    },
    {
      "job": 79278960759,
      "time": 62,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7382751546"
    },
    {
      "job": 79278960862,
      "time": 67,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7382754253"
    }
  ],
  "_buildurl": "https://github.com/r-universe/federicoviv/actions/runs/26880367869",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/Convolutioner",
  "_commit": {
    "id": "187d871def5abca0293bb2be006a74065f45e326",
    "author": "Federico Maria Vivaldi <federico-vivaldi@virgilio.it>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.1.0\n",
    "time": 1615455602
  },
  "_maintainer": {
    "name": "Federico Maria Vivaldi",
    "email": "federico-vivaldi@virgilio.it",
    "login": "federicoviv",
    "description": "",
    "uuid": 39185430
  },
  "_registered": true,
  "_dependencies": [],
  "_owner": "cran",
  "_selfowned": true,
  "_usedby": 1,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "federicoviv",
      "count": 1,
      "uuid": 39185430
    }
  ],
  "_userbio": {
    "uuid": 39185430,
    "type": "user",
    "name": "FedericoViv"
  },
  "_downloads": {
    "count": 171,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/Convolutioner"
  },
  "_searchresults": 0,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/Convolutioner.html",
    "manual.pdf"
  ],
  "_realowner": "federicoviv",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2021-03-11"
    }
  ],
  "_exports": [
    "Hamming",
    "Hann",
    "MA",
    "RMS",
    "sine",
    "test_data"
  ],
  "_help": [
    {
      "page": "Hamming",
      "title": "Hamming window filter.",
      "topics": [
        "Hamming"
      ]
    },
    {
      "page": "Hann",
      "title": "Hann window filter.",
      "topics": [
        "Hann"
      ]
    },
    {
      "page": "MA",
      "title": "Moving average filter.",
      "topics": [
        "MA"
      ]
    },
    {
      "page": "RMS",
      "title": "Running median smoothing.",
      "topics": [
        "RMS"
      ]
    },
    {
      "page": "sine",
      "title": "Sine window filter.",
      "topics": [
        "sine"
      ]
    },
    {
      "page": "test_data",
      "title": "Test data generator",
      "topics": [
        "test_data"
      ]
    }
  ],
  "_rundeps": [],
  "_score": 1.4771212547196624,
  "_indexed": true,
  "_nocasepkg": "convolutioner",
  "_universes": [
    "federicoviv"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-06-03T11:02:42.000Z",
      "distro": "noble",
      "commit": "187d871def5abca0293bb2be006a74065f45e326",
      "fileid": "d3d65ec9a39464bcb1a40ce35b04abfdc78a0c176800497c8f28bb6b9296da71",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/federicoviv/actions/runs/26880367869"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-06-03T11:03:09.000Z",
      "distro": "noble",
      "commit": "187d871def5abca0293bb2be006a74065f45e326",
      "fileid": "d28005717a8513f547d52193c098c267c7df6b590573bdbbc9a0b0143e684758",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/federicoviv/actions/runs/26880367869"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-06-03T11:03:08.000Z",
      "commit": "187d871def5abca0293bb2be006a74065f45e326",
      "fileid": "df919d7567185f8636b3ddb4fed892460c2e8edce11d4c19b2cd8dc14a8ed36e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/federicoviv/actions/runs/26880367869"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-06-03T11:03:16.000Z",
      "commit": "187d871def5abca0293bb2be006a74065f45e326",
      "fileid": "1af23da43547cd294666735526d688dfb85f6c7f47d3d6e045c1c2d27670464f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/federicoviv/actions/runs/26880367869"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-06-03T11:02:35.000Z",
      "commit": "187d871def5abca0293bb2be006a74065f45e326",
      "fileid": "e8cc5e328dd1b480606459a44ef00a87eb22e70047be6b2a45d01e9d269834e9",
      "status": "success",
      "buildurl": "https://github.com/r-universe/federicoviv/actions/runs/26880367869"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-06-03T11:02:18.000Z",
      "commit": "187d871def5abca0293bb2be006a74065f45e326",
      "fileid": "f2527a3048e23b1616cb3a3ad6957b45a9957208e5917d325bb0a033859580d9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/federicoviv/actions/runs/26880367869"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-06-03T11:02:05.000Z",
      "commit": "187d871def5abca0293bb2be006a74065f45e326",
      "fileid": "673b08786469b27813e8e8062063807c74894e5a778a9d6a9d0003653b9e5d7d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/federicoviv/actions/runs/26880367869"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-06-03T11:02:09.000Z",
      "commit": "187d871def5abca0293bb2be006a74065f45e326",
      "fileid": "cf444fc6c7cf2fb7dfd56f6e9517ab2b84951755eaecd95db8db06114eae4074",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/federicoviv/actions/runs/26880367869"
    }
  ]
}