-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
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='v.wiegand@bham.ac.uk',role='aut'),
person('Christopher R.','Tench',email='christopher.tench@nottingham.ac.uk',role='aut'),
person('Jamie','Lentin',email='jamie.lentin@shuttlethread.com',role='aut'),
person('Mike','Allaway',email='m.j.allaway@bham.ac.uk',role='ctb'),
person('Andrew','Edmondson',email='a.c.edmondson@bham.ac.uk',role='ctb'),
person('Matthew','Henderson',email='matthew.james.henderson@gmail.com',role='ctb'),
person('Michaela','Mahlberg',email='mahlberg.lab@gmail.com',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 <mahlberg.lab@gmail.com>
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