Package: inverseRegex
Title: Reverse Engineers Regular Expression Patterns for R Objects
Version: 0.1.0
Authors@R: person("Jasper", "Watson", email = "jasper.g.watson@gmail.com",
    role = c("aut", "cre"))
Description: Reverse engineer a regular expression pattern for the characters
    contained in an R object. Individual characters can be categorised into
    digits, letters, punctuation or spaces and encoded into run-lengths. This
    can be used to summarise the structure of a dataset or identify non-standard
    entries. Many non-character inputs such as numeric vectors and data frames
    are supported.
Depends: R (>= 3.5.0)
Suggests: tibble, testthat, knitr, rmarkdown
License: MIT + file LICENSE
Encoding: UTF-8
BugReports: https://github.com/rntq472/inverseRegex/issues
LazyData: true
RoxygenNote: 6.1.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2019-09-15 08:15:47 UTC; jasper
Author: Jasper Watson [aut, cre]
Maintainer: Jasper Watson <jasper.g.watson@gmail.com>
Repository: CRAN
Date/Publication: 2019-09-23 15:00:06 UTC
Built: R 4.0.2; ; 2020-07-15 14:58:59 UTC; unix
