Package: charcuterie
Title: Handle Strings as Vectors of Characters
Version: 0.0.6
Authors@R: c(
 person("Jonathan", "Carroll", email = "rpkg@jcarroll.com.au", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-1404-5264"))
 )
Description: Creates a new chars class which looks like a string but is actually 
    a vector of individual characters, making 'strings' iterable. This class 
    enables vector operations on 'strings' such as reverse, sort, head, and set 
    operations.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.2.3
Suggests: knitr, rmarkdown, testthat (>= 3.0.0), vctrs
VignetteBuilder: knitr
Config/testthat/edition: 3
Imports: generics, utils
URL: https://github.com/jonocarroll/charcuterie,
        https://jonocarroll.github.io/charcuterie/
BugReports: https://github.com/jonocarroll/charcuterie/issues
NeedsCompilation: no
Packaged: 2024-11-07 21:29:56 UTC; jono
Author: Jonathan Carroll [aut, cre] (<https://orcid.org/0000-0002-1404-5264>)
Maintainer: Jonathan Carroll <rpkg@jcarroll.com.au>
Repository: CRAN
Date/Publication: 2024-11-07 21:40:02 UTC
