Package: strex
Title: Extra String Manipulation Functions
Version: 1.4.0
Authors@R: 
    person(given = "Rory",
           family = "Nolan",
           role = c("aut", "cre"),
           email = "rorynoolan@gmail.com",
           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.1), stringr (>= 1.4)
Imports: checkmate (>= 1.9.3), magrittr (>= 1.5), rlang (>= 0.3.3),
        stats, stringi (>= 1.5)
Suggests: covr, knitr, purrr, rmarkdown, spelling, testthat (>= 2.1)
VignetteBuilder: knitr
Biarch: TRUE
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.1.1
NeedsCompilation: yes
Packaged: 2020-10-09 23:09:25 UTC; rnolan
Author: Rory Nolan [aut, cre] (<https://orcid.org/0000-0002-5239-4043>)
Maintainer: Rory Nolan <rorynoolan@gmail.com>
Repository: CRAN
Date/Publication: 2020-10-10 05:00:02 UTC
