{
  "_id": "6a59f0a009eb0996dd68fb1d",
  "Package": "sonify",
  "Version": "0.0-2",
  "Date": "2026-06-16",
  "Title": "Data Sonification - Turning Data into Sound",
  "Description": "Sonification (or audification) is the process of\nrepresenting data by sounds in the audible range. This package\nprovides the R function sonify() that transforms univariate\ndata, sampled at regular or irregular intervals, into a\ncontinuous sound with time-varying frequency. The ups and downs\nin frequency represent the ups and downs in the data. Sonify\nprovides a substitute for R's plot function to simplify data\nanalysis for the visually impaired.",
  "Maintainer": "Stefan Siegert <s.siegert@exeter.ac.uk>",
  "Authors@R": "c(person(\"Stefan\", \"Siegert\", role = c(\"aut\", \"cre\"),\nemail = \"s.siegert@exeter.ac.uk\"),\nperson(\"Robin\", \"Williams\", role = c(\"aut\"),\nemail=\"robin.williams@atass-sports.co.uk\")\n)",
  "License": "GPL (>= 2)",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.2.3",
  "NeedsCompilation": "no",
  "Repository": "https://sieste.r-universe.dev",
  "Date/Publication": "2026-06-16 15:45:00 UTC",
  "RemoteUrl": "https://github.com/sieste/sonify",
  "RemoteRef": "HEAD",
  "RemoteSha": "da888dbb38b0d36c9d848888ec26c2c87f1cc331",
  "Packaged": {
    "Date": "2026-07-17 09:03:10 UTC",
    "User": "root"
  },
  "Author": "Stefan Siegert [aut, cre],\nRobin Williams [aut]",
  "_user": "sieste",
  "_type": "src",
  "_file": "sonify_0.0-2.tar.gz",
  "_fileid": "https://r2.ropensci.org/c159270a53edfa94647fc967390cc8b144d79ce445ad5d07ae6a6f4b33ca182e",
  "_filesize": 83918,
  "_sha256": "c159270a53edfa94647fc967390cc8b144d79ce445ad5d07ae6a6f4b33ca182e",
  "_expires": "2026-10-25T09:06:39.000Z",
  "_created": "2026-07-17T09:03:10.000Z",
  "_published": "2026-07-17T09:06:40.818Z",
  "_jobs": [
    {
      "job": 87846825872,
      "time": 110,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8402158901"
    },
    {
      "job": 87846825753,
      "time": 157,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8402176655"
    },
    {
      "job": 87846826011,
      "time": 174,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8402169113"
    },
    {
      "job": 87846825760,
      "time": 119,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8402153990"
    },
    {
      "job": 87846310774,
      "time": 154,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8402113431"
    },
    {
      "job": 87846825745,
      "time": 90,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8402150539"
    },
    {
      "job": 87846825786,
      "time": 75,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8402144746"
    },
    {
      "job": 87846825858,
      "time": 56,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8402137182"
    },
    {
      "job": 87846825790,
      "time": 66,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8402140874"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/sieste/actions/runs/29568406721",
  "_status": "success",
  "_upstream": "https://github.com/sieste/sonify",
  "_commit": {
    "id": "da888dbb38b0d36c9d848888ec26c2c87f1cc331",
    "author": "Stefan Siegert <s.siegert@exeter.ac.uk>",
    "committer": "Stefan Siegert <s.siegert@exeter.ac.uk>",
    "message": "Prefer mpv over mplayer on Linux when both are available\n\nmplayer is the older, less commonly preinstalled player these days,\nand some mplayer/ALSA setups produce an audible click when the player\ncloses the output device at end of playback -- independent of the\nunderlying audio data (already verified click-free at the sample\nlevel). mpv is the actively maintained successor and more widely\navailable; prefer it when found on the PATH, falling back to mplayer,\nand warning only if neither is found.\n\nVerified all three branches: mpv preferred when both are present,\nclean fallback to mplayer when mpv is absent, and the existing\n\"neither found\" warning still fires when neither is on PATH.\n",
    "time": 1781624700
  },
  "_maintainer": {
    "name": "Stefan Siegert",
    "email": "s.siegert@exeter.ac.uk",
    "login": "sieste",
    "mastodon": "@safest_integer@mastodon.social",
    "description": "Associate Professor in statistics at University of Exeter (UK). Working on better tools for environmental statistics, and other cool stuff.",
    "uuid": 3732635
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.0.0",
      "role": "Depends"
    },
    {
      "package": "tuneR",
      "version": ">= 1.3.1",
      "role": "Imports"
    }
  ],
  "_owner": "sieste",
  "_selfowned": true,
  "_usedby": 1,
  "_updates": [
    {
      "week": "2026-25",
      "n": 11
    }
  ],
  "_tags": [
    {
      "name": "0.0-1",
      "date": "2026-06-16"
    },
    {
      "name": "0.0-2",
      "date": "2026-06-16"
    }
  ],
  "_stars": 0,
  "_contributors": [
    {
      "user": "sieste",
      "count": 11,
      "uuid": 3732635
    }
  ],
  "_userbio": {
    "uuid": 3732635,
    "type": "user",
    "name": "Stefan Siegert",
    "followers": 17,
    "description": "Associate Professor in statistics at University of Exeter (UK). Working on better tools for environmental statistics, and other cool stuff."
  },
  "_downloads": {
    "count": 232,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/sonify"
  },
  "_devurl": "https://github.com/sieste/sonify",
  "_searchresults": 76,
  "_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/sonify.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/sieste/sonify",
  "_realowner": "sieste",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.0-1",
      "date": "2017-02-01"
    }
  ],
  "_exports": [
    "sonify"
  ],
  "_help": [
    {
      "page": "sonify",
      "title": "Data sonification",
      "topics": [
        "sonify"
      ]
    }
  ],
  "_rundeps": [
    "MASS",
    "signal",
    "tuneR"
  ],
  "_score": 3.357934847000454,
  "_indexed": true,
  "_nocasepkg": "sonify",
  "_universes": [
    "sieste"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.0-2",
      "date": "2026-07-17T09:05:07.000Z",
      "distro": "resolute",
      "commit": "da888dbb38b0d36c9d848888ec26c2c87f1cc331",
      "fileid": "https://r2.ropensci.org/6bf5cbaea74d57d4dbdff9fef7808ed804dccfae6002601ca40230d898a14600",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sieste/actions/runs/29568406721"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.0-2",
      "date": "2026-07-17T09:05:51.000Z",
      "distro": "resolute",
      "commit": "da888dbb38b0d36c9d848888ec26c2c87f1cc331",
      "fileid": "https://r2.ropensci.org/19d0da97ba590d9a674f4086450eb0fa7086a54ccdfc7eabc3298e58b1fdb058",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sieste/actions/runs/29568406721"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.0-2",
      "date": "2026-07-17T09:05:35.000Z",
      "commit": "da888dbb38b0d36c9d848888ec26c2c87f1cc331",
      "fileid": "https://r2.ropensci.org/1d484a3f9f3e9d9c636992759f0a62543180f1d0285d6ee555923b2093810e91",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sieste/actions/runs/29568406721"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.0-2",
      "date": "2026-07-17T09:04:59.000Z",
      "commit": "da888dbb38b0d36c9d848888ec26c2c87f1cc331",
      "fileid": "https://r2.ropensci.org/9295fc7cb7f8853d74facbb6469baa722c54a189e9e60ffe8e7f134b260ae02a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sieste/actions/runs/29568406721"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.0-2",
      "date": "2026-07-17T09:04:58.000Z",
      "commit": "da888dbb38b0d36c9d848888ec26c2c87f1cc331",
      "fileid": "https://r2.ropensci.org/910ba32080a90ae3687a83f6f7ff1a281ba226a917279f170d4416a08ab923a7",
      "status": "success",
      "buildurl": "https://github.com/r-universe/sieste/actions/runs/29568406721"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.0-2",
      "date": "2026-07-17T09:04:27.000Z",
      "commit": "da888dbb38b0d36c9d848888ec26c2c87f1cc331",
      "fileid": "https://r2.ropensci.org/a0489a91bdcbded1cc064ef4f7a03460390e6798042e7f52ecc1c30f64db46b0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sieste/actions/runs/29568406721"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.0-2",
      "date": "2026-07-17T09:04:09.000Z",
      "commit": "da888dbb38b0d36c9d848888ec26c2c87f1cc331",
      "fileid": "https://r2.ropensci.org/56bcbdb7fe4abbef5733416b68f9e2f93f4fa5aab6bc544a98cf2bf6be53c8af",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sieste/actions/runs/29568406721"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.0-2",
      "date": "2026-07-17T09:04:15.000Z",
      "commit": "da888dbb38b0d36c9d848888ec26c2c87f1cc331",
      "fileid": "https://r2.ropensci.org/001b5909e8545061eabdffec86f41298661e5c296f04dfff126d5835251cd8a6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sieste/actions/runs/29568406721"
    }
  ]
}