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' <https://github.com/withoutboats/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
Suggests: spelling, testthat (>= 3.0.0)
Config/testthat/edition: 3
Language: en-US
Depends: R (>= 4.2)
NeedsCompilation: yes
Packaged: 2025-04-17 10:01:52 UTC; dyfanjones
Author: Josiah Parry [aut] (<https://orcid.org/0000-0001-9910-865X>),
  Dyfan Jones [cre]
Maintainer: Dyfan Jones <dyfan.r.jones@gmail.com>
Repository: CRAN
Date/Publication: 2025-04-17 16:00:05 UTC
Built: R 4.6.0; x86_64-w64-mingw32; 2025-10-11 01:39:35 UTC; windows
Archs: x64
