Package: searchable
Type: Package
Title: Make R Objects Searchable by Matching Names Based on Case
        (in)Sensitivity, Regular Expressions, ...
Version: 0.1.2
Date: 2015-03-23
Author: "DecisionPatterns [aut, cre]"
Maintainer: Christopher Brown <chris.brown@decisionpatterns.com>
Description: Provides functionality for searching named vectors and
    lists more configurable. The packages uses 'stringr'-style match modifiers 
    to allow for matching by case (in)sensitivity, regular expressions or fixed
    expression. It also allows searching through values rather than names. This
    functionality facilitates creating dictionary and thesaurus like structures.
Depends: R (>= 3.0.2)
Imports: methods, stringr (>= 0.6.2)
Suggests: testthat, magrittr
License: GPL-2
URL: https://github.com/decisionpatterns/searchable
BugReports: https://github.com/decisionpatterns/searchable/issues
Collate: 'Class-searchable.R' 'extract.R' 'invert.R' 'is.string.R'
        'match-modifiers.R' 'reverse.lookup.R' 'searchable-package.R'
        'zzz.R'
Packaged: 2015-03-24 09:48:59 UTC; cbrown
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2015-03-25 00:16:06
