Package: inverseRegex
Title: Reverse Engineers Regular Expression Patterns for R Objects
Version: 0.2.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
RoxygenNote: 7.3.3
VignetteBuilder: knitr
Language: en-GB
NeedsCompilation: no
Packaged: 2025-10-28 11:46:19 UTC; jasper
Author: Jasper Watson [aut, cre]
Maintainer: Jasper Watson <jasper.g.watson@gmail.com>
Repository: CRAN
Date/Publication: 2025-10-28 12:00:02 UTC
Built: R 4.5.2; ; 2025-11-08 02:23:15 UTC; windows
