-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
48 lines (48 loc) · 1.57 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
Encoding: UTF-8
Package: CorporaCoCo
Type: Package
Title: Corpora Co-Occurrence Comparison
Version: 2.0
Date: 2022-08-05
Authors@R:
c(person('Anthony','Hennessey',role='aut'),
person('Viola','Wiegand',email='[email protected]',role='aut'),
person('Christopher R.','Tench',email='[email protected]',role='aut'),
person('Jamie','Lentin',email='[email protected]',role='aut'),
person('Mike','Allaway',email='[email protected]',role='ctb'),
person('Andrew','Edmondson',email='[email protected]',role='ctb'),
person('Matthew','Henderson',email='[email protected]',role='ctb'),
person('Michaela','Mahlberg',email='[email protected]',role=c('aut','cre')))
Author: Anthony Hennessey [aut],
Viola Wiegand [aut],
Christopher R. Tench [aut],
Jamie Lentin [aut],
Mike Allaway [ctb],
Andrew Edmondson [ctb],
Matthew Henderson [ctb],
Michaela Mahlberg [aut, cre]
Maintainer: Michaela Mahlberg <[email protected]>
Description: Identifies significant difference in co-occurrence counts for a given node or set of nodes across two corpora, using a Fisher’s Exact test.
URL: https://github.com/mahlberg-lab/CorporaCoCo/
License: GPL (>= 3)
Depends:
R (>= 3.2.0),
Imports:
methods,
stats,
data.table (>= 1.11.2),
stringi,
RColorBrewer,
rlist
Suggests:
unittest,
R.rsp,
knitr,
rmarkdown,
lintr,
testthat (>= 3.0.0),
markdown
VignetteBuilder:
knitr
BugReports: https://github.com/mahlberg-lab/CorporaCoCo/issues
Config/testthat/edition: 3