-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1.77 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Package: qdapRegex
Type: Package
Title: Regular Expression Removal, Extraction, and Replacement Tools
Version: 0.7.8
Authors@R: c(person("Jason", "Gray", "", role = "ctb"), person("Tyler",
"Rinker", email = "[email protected]", role = c("aut",
"cre")))
Maintainer: Tyler Rinker <[email protected]>
Depends: R (>= 3.5.0)
Imports: stringi (>= 0.5-5)
Suggests: testthat
LazyData: TRUE
Description: A collection of regular expression 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,
citations, person tags, phone numbers, times, and zip codes.
License: GPL-2
URL: https://github.com/trinker/qdapRegex
BugReports: https://github.com/trinker/qdapRegex/issues
Collate: 'S.R' 'bind.R' 'bind_or.R' 'c.extracted.R' 'case.R' 'cheat.R'
'utils.R' 'rm_default.R' 'escape.R' 'explain.R' 'grab.R'
'group.R' 'group_or.R' 'is.regex.R' 'pastex.R'
'print.extracted.R' 'print.regexr.R' 'qdapRegex-package.R'
'rm_.R' 'rm_abbreviation.R' 'rm_between.R' 'rm_bracket.R'
'rm_caps.R' 'rm_caps_phrase.R' 'rm_citation.R'
'rm_citation_tex.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_non_words.R' 'rm_number.R' 'rm_percent.R' 'rm_phone.R'
'rm_postal_code.R' 'rm_repeated_characters.R'
'rm_repeated_phrases.R' 'rm_repeated_words.R' 'rm_tag.R'
'rm_time.R' 'rm_title_name.R' 'rm_url.R' 'rm_white.R'
'rm_zip.R' 'validate.R'
Encoding: UTF-8
RoxygenNote: 7.2.3