-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
40 lines (40 loc) · 980 Bytes
/
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
Package: lecat
Type: Package
Title: Lexicon-based Categorization and Analysis Tool
Version: 1.9.1
Authors@R: c(
person("James", "Tripp", , "[email protected]", role = c("aut", "cre"))
)
Description: LE-CAT is a Lexicon-based Categorization and Analysis Tool developed
by the Centre for Interdisciplinary Methodologies in collaboration with the Media
of Cooperation Group at the University of Siegen. More information can be found at
https://www.warwick.ac.uk/cim/tools/ .
License: MIT + file LICENSE
URL: https://github.com/warwickCIM/lecat
BugReports: https://github.com/warwickCIM/lecat/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Imports:
igraph,
httr,
urltools,
curl,
stringr,
plyr,
stats,
utils,
shiny,
DT,
shinythemes,
tidyverse,
writexl,
dplyr,
tidyr
Suggests:
knitr,
rmarkdown,
covr,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3