Package: qdapRegex
Type: Package
Title: Regular Expression Removal, Extraction, & Replacement Tools
Version: 0.1.1
Date: 2014-04-19
Authors@R: c(person("Jason", "Gray", "", role = "ctb"),
    person("Tyler", "Rinker", email = "tyler.rinker@gmail.com",
    role = c("aut", "cre")))
Maintainer: Tyler Rinker <tyler.rinker@gmail.com>
Depends: R (>= 3.0.0)
Imports: stringi
Suggests: testthat
LazyData: TRUE
Description: A collection of regex tools associated with the qdap package that
    may be useful outside of the context of discourse analysis.  Tools include
    removal/extraction/replacement of abbreviations, dates, dollar amounts,
    email addresses, hash tags, numbers, percentages, person tags, phone
    numbers, times, and zip codes.
License: GPL-2
URL: http://trinker.github.com/qdapRegex/
BugReports: http://github.com/trinker/qdapRegex/issues
Collate: 'S.R' 'utils.R' 'rm_default.R' 'escape.R' 'grab.R' 'pastex.R'
        'qdapRegex-package.R' 'rm_.R' 'rm_abbreviation.R'
        'rm_between.R' 'rm_bracket.R' 'rm_caps.R' 'rm_citation.R'
        'rm_city_state.R' 'rm_city_state_zip.R' 'rm_date.R'
        'rm_dollar.R' 'rm_email.R' 'rm_emoticon.R' 'rm_endmark.R'
        'rm_hash.R' 'rm_nchar_words.R' 'rm_non_ascii.R' 'rm_number.R'
        'rm_percent.R' 'rm_phone.R' 'rm_tag.R' 'rm_time.R'
        'rm_title_name.R' 'rm_url.R' 'rm_white.R' 'rm_zip.R'
        'validate.R'
Packaged: 2014-09-20 20:12:24 UTC; trinker
Author: Jason Gray [ctb],
  Tyler Rinker [aut, cre]
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2014-09-20 23:38:47
