Package: inverseRegex
Title: Reverse Engineers Regular Expression Patterns for R Objects
Version: 0.1.1
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
RoxygenNote: 7.2.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2022-10-23 15:58:30 UTC; jasper
Author: Jasper Watson [aut, cre]
Maintainer: Jasper Watson <jasper.g.watson@gmail.com>
Repository: CRAN
Date/Publication: 2022-10-23 16:25:07 UTC
Built: R 4.1.3; ; 2023-04-17 13:48:31 UTC; windows
