Package: name
Title: Tools for Working with Names
Version: 0.0.1
Authors@R: person("Christopher T.", "Kenny", email = "christopherkenny@fas.harvard.edu",
                  role = c("aut", "cre"), 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
RoxygenNote: 7.2.0
Suggests: testthat (>= 3.0.0)
Config/testthat/edition: 3
Imports: tibble, dplyr, 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)
NeedsCompilation: no
Packaged: 2022-08-06 18:37:10 UTC; chris
Author: Christopher T. Kenny [aut, cre]
    (<https://orcid.org/0000-0002-9386-6860>)
Maintainer: Christopher T. Kenny <christopherkenny@fas.harvard.edu>
Repository: CRAN
Date/Publication: 2022-08-11 15:00:02 UTC
Built: R 4.2.3; ; 2024-04-24 02:29:50 UTC; windows
