{
  "_id": "6a2e4ffb3efcd9bda4307b9a",
  "Package": "heck",
  "Type": "Package",
  "Title": "Highly Performant String Case Converter",
  "Version": "0.1.5",
  "Authors@R": "c(\nperson(\"Josiah\", \"Parry\", , \"josiah.parry@gmail.com\", role = c(\"aut\"),\ncomment = c(ORCID = \"0000-0001-9910-865X\")),\nperson(\"Dyfan\", \"Jones\", email = \"dyfan.r.jones@gmail.com\", role = \"cre\")\n)",
  "Description": "Provides a case conversion between common cases like\nCamelCase and snake_case. Using the 'rust crate heck'\n<https://github.com/withoutboats/heck> as the backend for a\nhighly performant case conversion for 'R'.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "URL": "https://github.com/DyfanJones/heck,\nhttps://dyfanjones.r-universe.dev/heck",
  "Config/rextendr/version": "0.3.1.9001",
  "RoxygenNote": "7.3.2",
  "SystemRequirements": "Cargo (Rust's package manager), rustc >= 1.56.0",
  "Roxygen": "list(markdown = TRUE)",
  "Config/testthat/edition": "3",
  "Language": "en-US",
  "Config/pak/sysreqs": "libclang-dev",
  "Repository": "https://dyfanjones.r-universe.dev",
  "Date/Publication": "2025-04-17 09:56:53 UTC",
  "RemoteUrl": "https://github.com/DyfanJones/heck",
  "RemoteRef": "HEAD",
  "RemoteSha": "72c239d982472ddd4879a0518313ee583cadc712",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-06-14 06:48:22 UTC",
    "User": "root"
  },
  "Author": "Josiah Parry [aut] (ORCID: <https://orcid.org/0000-0001-9910-865X>),\nDyfan Jones [cre]",
  "Maintainer": "Dyfan Jones <dyfan.r.jones@gmail.com>",
  "MD5sum": "a41f942bbbd793c5daa254c19d4b6cf9",
  "_user": "dyfanjones",
  "_type": "src",
  "_file": "heck_0.1.5.tar.gz",
  "_fileid": "7d87497babfe099cc15f6fd02a1e4d9262343894aae6aa0f6700a76187b8a69e",
  "_filesize": 652577,
  "_sha256": "7d87497babfe099cc15f6fd02a1e4d9262343894aae6aa0f6700a76187b8a69e",
  "_created": "2026-06-14T06:48:22.000Z",
  "_published": "2026-06-14T06:53:47.466Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 81256248637,
      "time": 129,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7618370136"
    },
    {
      "job": 81256248659,
      "time": 135,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7618371771"
    },
    {
      "job": 81256248657,
      "time": 134,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7618370632"
    },
    {
      "job": 81256248662,
      "time": 136,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7618371857"
    },
    {
      "job": 81256248648,
      "time": 98,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7618369107"
    },
    {
      "job": 81256248663,
      "time": 235,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7618386799"
    },
    {
      "job": 81256248673,
      "time": 110,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7618373489"
    },
    {
      "job": 81256248660,
      "time": 186,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7618380974"
    },
    {
      "job": 81256087217,
      "time": 157,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7618353359"
    },
    {
      "job": 81256248633,
      "time": 121,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7618369039"
    },
    {
      "job": 81256248635,
      "time": 292,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7618389552"
    },
    {
      "job": 81256248636,
      "time": 108,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7618367577"
    },
    {
      "job": 81256248616,
      "time": 119,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7618368929"
    }
  ],
  "_buildurl": "https://github.com/r-universe/dyfanjones/actions/runs/27491031332",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/DyfanJones/heck",
  "_commit": {
    "id": "72c239d982472ddd4879a0518313ee583cadc712",
    "author": "Larefly <dyfan.jones@theverygroup.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "prepare for cran 0.1.5 release (#15)\n\n* update cargo lock\n\n* rebuild src directory\n\n* set publish to false\n\n* re-vendor\n\n* heck -> rheck prevent any potential cyclic dependencies\n\n* re-build",
    "time": 1744883813
  },
  "_maintainer": {
    "name": "Dyfan Jones",
    "email": "dyfan.r.jones@gmail.com",
    "login": "dyfanjones",
    "description": "",
    "uuid": 23235152
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.2",
      "role": "Depends"
    },
    {
      "package": "spelling",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "dyfanjones",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 9,
  "_contributors": [
    {
      "user": "dyfanjones",
      "count": 48,
      "uuid": 23235152
    },
    {
      "user": "josiahparry",
      "count": 1,
      "uuid": 13534508
    },
    {
      "user": "olivroy",
      "count": 1,
      "uuid": 52606734
    }
  ],
  "_userbio": {
    "uuid": 23235152,
    "type": "user",
    "name": "Larefly",
    "followers": 41
  },
  "_downloads": {
    "count": 563,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/heck"
  },
  "_devurl": "https://github.com/dyfanjones/heck",
  "_searchresults": 6,
  "_cargo": true,
  "_topics": [
    "rust",
    "cargo"
  ],
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/heck.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/dyfanjones/heck",
  "_realowner": "dyfanjones",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2024-04-12"
    },
    {
      "version": "0.1.1",
      "date": "2024-07-04"
    },
    {
      "version": "0.1.2",
      "date": "2024-09-04"
    },
    {
      "version": "0.1.3",
      "date": "2024-09-11"
    },
    {
      "version": "0.1.4",
      "date": "2025-04-08"
    },
    {
      "version": "0.1.5",
      "date": "2025-04-17"
    }
  ],
  "_exports": [
    "to_kebab_case",
    "to_lower_camel_case",
    "to_pascal_case",
    "to_shouty_kebab_case",
    "to_shouty_snake_case",
    "to_snake_case",
    "to_snek_case",
    "to_title_case",
    "to_train_case",
    "to_upper_camel_case"
  ],
  "_help": [
    {
      "page": "caseconverter",
      "title": "Convert string depending case preference",
      "topics": [
        "caseconverter",
        "to_kebab_case",
        "to_lower_camel_case",
        "to_pascal_case",
        "to_shouty_kebab_case",
        "to_shouty_snake_case",
        "to_snake_case",
        "to_snek_case",
        "to_title_case",
        "to_train_case",
        "to_upper_camel_case"
      ]
    }
  ],
  "_readme": "https://github.com/DyfanJones/heck/raw/HEAD/README.md",
  "_rundeps": [],
  "_score": 3.9542425094393248,
  "_indexed": true,
  "_nocasepkg": "heck",
  "_universes": [
    "dyfanjones"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.5",
      "date": "2026-06-14T06:50:37.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "72c239d982472ddd4879a0518313ee583cadc712",
      "fileid": "6b390d1017cef13e3d49234d5453fc9a3ec71cd84275814269684d30329ce616",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dyfanjones/actions/runs/27491031332"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.5",
      "date": "2026-06-14T06:50:48.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "72c239d982472ddd4879a0518313ee583cadc712",
      "fileid": "51834bd93ff96d0200cd3b337bbf418f1906859f1a158950bd5b0a36a932b8cd",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dyfanjones/actions/runs/27491031332"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.5",
      "date": "2026-06-14T06:50:38.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "72c239d982472ddd4879a0518313ee583cadc712",
      "fileid": "e83dcb3e05bc5e2a2b9d89cf46110ef62b042c540eb51e8b16ccaafb88432798",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dyfanjones/actions/runs/27491031332"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.5",
      "date": "2026-06-14T06:50:47.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "72c239d982472ddd4879a0518313ee583cadc712",
      "fileid": "6451d415f84650f1fabc5f941626b537839ccfc8e12c156c8bd03166f40edbf1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dyfanjones/actions/runs/27491031332"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.5",
      "date": "2026-06-14T06:50:25.000Z",
      "arch": "aarch64",
      "commit": "72c239d982472ddd4879a0518313ee583cadc712",
      "fileid": "4c74d96087c9d3d9280f352b7e0521466f5cf275b37517acfcdfcaf75b015da4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dyfanjones/actions/runs/27491031332"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.5",
      "date": "2026-06-14T06:52:18.000Z",
      "arch": "x86_64",
      "commit": "72c239d982472ddd4879a0518313ee583cadc712",
      "fileid": "14dd7dabb539b9e439903626c464407e776a45c775b3ab72a6777d30ceaf087b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dyfanjones/actions/runs/27491031332"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.5",
      "date": "2026-06-14T06:50:54.000Z",
      "arch": "aarch64",
      "commit": "72c239d982472ddd4879a0518313ee583cadc712",
      "fileid": "0a8c8b3c0ae82cc2de5e2e22c2c89074ca110014e5ab6c3949dd1f275c581d19",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/dyfanjones/actions/runs/27491031332"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.5",
      "date": "2026-06-14T06:51:41.000Z",
      "arch": "x86_64",
      "commit": "72c239d982472ddd4879a0518313ee583cadc712",
      "fileid": "3d6f9b9d6b2a2d8496c9697b9447e0676b732ba7f328f62894bfd9857974a461",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/dyfanjones/actions/runs/27491031332"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.5",
      "date": "2026-06-14T06:50:34.000Z",
      "arch": "emscripten",
      "commit": "72c239d982472ddd4879a0518313ee583cadc712",
      "fileid": "fcacbe85a0f5c514f348f193bd7654bc0c7e57fe2faf4a6006f18b447ea0c5e5",
      "status": "success",
      "buildurl": "https://github.com/r-universe/dyfanjones/actions/runs/27491031332"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.5",
      "date": "2026-06-14T06:50:59.000Z",
      "arch": "x86_64",
      "commit": "72c239d982472ddd4879a0518313ee583cadc712",
      "fileid": "50db427ecbc92b69871be94fb9640461f5b8ef41e51d2a6547ddd9f2726c44d1",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/dyfanjones/actions/runs/27491031332"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.5",
      "date": "2026-06-14T06:49:38.000Z",
      "arch": "x86_64",
      "commit": "72c239d982472ddd4879a0518313ee583cadc712",
      "fileid": "9acbde2ad110296364bbfc7975193dadc109c3dd7ff401f905f13e46dff35c64",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dyfanjones/actions/runs/27491031332"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.5",
      "date": "2026-06-14T06:49:39.000Z",
      "arch": "x86_64",
      "commit": "72c239d982472ddd4879a0518313ee583cadc712",
      "fileid": "4501ddbf6351df3b0e6221ca26d81c338b126cfe8a652865cb573e42158d9bde",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/dyfanjones/actions/runs/27491031332"
    }
  ]
}