Package: RVerbalExpressions
Title: Create Regular Expressions Easily
Version: 0.1.1
Authors@R: c(
    person("Tyler", "Littlefield", email = "tylurp1@gmail.com", role = c("aut", "cre"), comment=c(ORCID="0000-0002-6020-1125")),
    person("Dmytro", "Perepolkin", email = "dperepolkin@gmail.com", role = c("ctb"), comment=c(ORCID="0000-0001-8558-6183")))
Description: Build regular expressions using grammar and functionality inspired 
    by <https://github.com/VerbalExpressions>. Usage of the %>% is encouraged to
    build expressions in a chain-like fashion.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.2.3
Depends: R (>= 2.10)
Imports: magrittr
Suggests: testthat, knitr, rmarkdown, covr, stringr
VignetteBuilder: knitr
URL: https://github.com/VerbalExpressions/RVerbalExpressions
BugReports: https://github.com/VerbalExpressions/RVerbalExpressions/issues
NeedsCompilation: no
Packaged: 2024-03-20 16:36:14 UTC; tlittlef
Author: Tyler Littlefield [aut, cre] (<https://orcid.org/0000-0002-6020-1125>),
  Dmytro Perepolkin [ctb] (<https://orcid.org/0000-0001-8558-6183>)
Maintainer: Tyler Littlefield <tylurp1@gmail.com>
Repository: CRAN
Date/Publication: 2024-03-20 22:20:05 UTC
Built: R 4.2.3; ; 2024-03-21 00:10:43 UTC; unix
