Package: heck Type: Package Title: Highly Performant String Case Converter Version: 0.1.5 Authors@R: c( person("Josiah", "Parry", , "josiah.parry@gmail.com", role = c("aut"), comment = c(ORCID = "0000-0001-9910-865X")), person("Dyfan", "Jones", email = "dyfan.r.jones@gmail.com", role = "cre") ) Description: Provides a case conversion between common cases like CamelCase and snake_case. Using the 'rust crate heck' as the backend for a highly performant case conversion for 'R'. License: MIT + file LICENSE Encoding: UTF-8 URL: https://github.com/DyfanJones/heck, https://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) Suggests: spelling, testthat (>= 3.0.0) Config/testthat/edition: 3 Language: en-US Depends: R (>= 4.2) 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: 2026-06-14 06:48:22 UTC; root Author: Josiah Parry [aut] (ORCID: ), Dyfan Jones [cre] Maintainer: Dyfan Jones