Package: heck 0.1.3
heck: Highly Performant String Case Converter
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'.
Authors:
heck_0.1.3.tar.gz
heck_0.1.3.zip(r-4.5)heck_0.1.3.zip(r-4.4)heck_0.1.3.zip(r-4.3)
heck_0.1.3.tgz(r-4.4-x86_64)heck_0.1.3.tgz(r-4.4-arm64)heck_0.1.3.tgz(r-4.3-x86_64)heck_0.1.3.tgz(r-4.3-arm64)
heck_0.1.3.tar.gz(r-4.5-noble)heck_0.1.3.tar.gz(r-4.4-noble)
heck.pdf |heck.html✨
heck/json (API)
NEWS
# Install 'heck' in R: |
install.packages('heck', repos = c('https://dyfanjones.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/dyfanjones/heck/issues
Last updated 2 months agofrom:e5bc5f0bf1. Checks:OK: 9. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 10 2024 |
R-4.5-win-x86_64 | OK | Nov 10 2024 |
R-4.5-linux-x86_64 | OK | Nov 10 2024 |
R-4.4-win-x86_64 | OK | Nov 10 2024 |
R-4.4-mac-x86_64 | OK | Nov 10 2024 |
R-4.4-mac-aarch64 | OK | Nov 10 2024 |
R-4.3-win-x86_64 | OK | Nov 10 2024 |
R-4.3-mac-x86_64 | OK | Nov 10 2024 |
R-4.3-mac-aarch64 | OK | Nov 10 2024 |
Exports:to_kebab_caseto_lower_camel_caseto_pascal_caseto_shouty_kebab_caseto_shouty_snake_caseto_snake_caseto_snek_caseto_title_caseto_train_caseto_upper_camel_case
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Convert string depending case preference | 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 |