Package: strex
Title: Extra String Manipulation Functions
Version: 1.6.0
Authors@R: 
    person("Rory", "Nolan", , "rorynoolan@gmail.com", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0002-5239-4043"))
Description: There are some things that I wish were easier with the
    'stringr' or 'stringi' packages. The foremost of these is the
    extraction of numbers from strings. 'stringr' and 'stringi' make you
    figure out the regular expression for yourself; 'strex' takes care of
    this for you. There are many other handy functionalities in 'strex'.
    Contributions to this package are encouraged: it is intended as a
    miscellany of string manipulation functions that cannot be found in
    'stringi' or 'stringr'.
License: GPL-3
URL: https://rorynolan.github.io/strex/,
        https://github.com/rorynolan/strex
BugReports: https://github.com/rorynolan/strex/issues
Depends: R (>= 3.5), stringr (>= 1.5)
Imports: checkmate (>= 1.9.3), magrittr (>= 1.5), rlang (>= 1.0),
        stats, stringi (>= 1.7.8), utils
Suggests: bench, covr, knitr, purrr, rmarkdown, spelling, testthat (>=
        3.0)
VignetteBuilder: knitr
Biarch: TRUE
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.2.3
NeedsCompilation: yes
Packaged: 2023-01-21 18:13:48 UTC; rnolan
Author: Rory Nolan [aut, cre] (<https://orcid.org/0000-0002-5239-4043>)
Maintainer: Rory Nolan <rorynoolan@gmail.com>
Repository: CRAN
Date/Publication: 2023-01-21 18:50:02 UTC
Built: R 4.1.2; x86_64-apple-darwin17.0; 2023-01-22 11:38:59 UTC; unix
Archs: strex.so.dSYM
