-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
55 lines (55 loc) · 1.39 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Package: textshape
Title: Tools for Reshaping Text
Version: 1.7.6
Authors@R: c(
person("Tyler", "Rinker", email = "tyler.rinker@gmail.com", role = c("aut", "cre")),
person("Joran", "Elias", role = "ctb"),
person("Matthew", "Flickinger", role = "ctb"),
person('Paul', 'Foster', role = "ctb")
)
Maintainer: Tyler Rinker <tyler.rinker@gmail.com>
Description: Tools that can be used to reshape and restructure text data.
Depends: R (>= 3.4.0)
Imports: data.table, slam, stats, stringi, utils
Suggests: testthat
License: GPL-2
LazyData: TRUE
RoxygenNote: 7.2.3
Encoding: UTF-8
URL: https://github.com/trinker/textshape
BugReports: https://github.com/trinker/textshape/issues
Collate:
'bind_list.R'
'bind_table.R'
'bind_vector.R'
'change_index.R'
'cluster_matrix.R'
'column_to_rownames.R'
'combine.R'
'duration.R'
'flatten.R'
'from_to.R'
'grab_index.R'
'grab_match.R'
'mtabulate.R'
'split_index.R'
'split_match.R'
'split_match_regex_to_transcript.R'
'split_portion.R'
'split_run.R'
'split_sentence.R'
'split_sentence_token.R'
'split_speaker.R'
'split_token.R'
'split_transcript.R'
'split_word.R'
'textshape-package.R'
'tidy_colo_dtm.R'
'utils.R'
'tidy_dtm.R'
'tidy_list.R'
'tidy_matrix.R'
'tidy_table.R'
'tidy_vector.R'
'unique_pairs.R'
'unnest_text.R'