Package: name Title: Tools for Working with Names Version: 0.1.0 Authors@R: person(given = "Christopher T.", family = "Kenny", role = c("aut", "cre"), email = "ctkenny@proton.me", comment = c(ORCID = "0000-0002-9386-6860")) Description: A system for organizing column names in data. Aimed at supporting a prefix-based and suffix-based column naming scheme. Extends 'dplyr' functionality to add ordering by function and more explicit renaming. License: MIT + file LICENSE Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Suggests: testthat (>= 3.0.0) Config/testthat/edition: 3 Config/Needs/website: christopherkenny/ctktemplate Imports: tibble, dplyr, stringi, stringr, tidyselect, rlang, cli URL: https://github.com/christopherkenny/name, https://christophertkenny.com/name/ BugReports: https://github.com/christopherkenny/name/issues Depends: R (>= 4.1) Config/pak/sysreqs: libicu-dev Repository: https://christopherkenny.r-universe.dev Date/Publication: 2026-05-01 16:15:18 UTC RemoteUrl: https://github.com/christopherkenny/name RemoteRef: HEAD RemoteSha: 2b74f809011916948ffcfcdf28d974ffc2b6b591 NeedsCompilation: no Packaged: 2026-05-31 06:19:38 UTC; root Author: Christopher T. Kenny [aut, cre] (ORCID: ) Maintainer: Christopher T. Kenny