Package: RVerbalExpressions
Title: Create Regular Expressions Easily
Version: 0.1.0
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
LazyData: true
RoxygenNote: 6.1.1
Depends: R (>= 2.10)
Imports: magrittr
Suggests: testthat, knitr, rmarkdown, covr, stringr
VignetteBuilder: knitr
URL: https://github.com/tyluRp/RVerbalExpressions
BugReports: https://github.com/tyluRp/RVerbalExpressions/issues
NeedsCompilation: no
Packaged: 2019-11-06 15:05:46 UTC; tylerlittlefield
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: 2019-11-06 15:30:02 UTC
