Package: rebus.base
Title: Core Functionality for the 'rebus' Package
Version: 0.0-3
Date: 2017-04-25
Author: Richard Cotton [aut, cre]
Maintainer: Richard Cotton <richierocks@gmail.com>
Authors@R: person("Richard", "Cotton", role = c("aut", "cre"), email =
    "richierocks@gmail.com")
Description: Build regular expressions piece by piece using human readable code.
    This package contains core functionality, and is primarily intended to be
    used by package developers.
URL: https://github.com/richierocks/rebus.base
BugReports: https://github.com/richierocks/rebus.base/issues
Depends: R (>= 3.1.0)
Imports: stats
Suggests: stringi, testthat
License: Unlimited
LazyData: true
RoxygenNote: 6.0.1
Collate: 'alternation.R' 'regex-methods.R' 'backreferences.R'
        'capture.R' 'internal.R' 'grouping-and-repetition.R'
        'constants.R' 'class-groups.R' 'concatenation.R'
        'compound-constants.R' 'escape_special.R' 'lookaround.R'
        'misc.R' 'mode-modifiers.R'
NeedsCompilation: no
Packaged: 2017-04-25 15:22:09 UTC; richierocks
Repository: CRAN
Date/Publication: 2017-04-25 21:45:26 UTC
Built: R 4.5.0; ; 2025-04-01 13:29:25 UTC; unix
