-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathDESCRIPTION
53 lines (53 loc) · 1.48 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
Package: LexisNexisTools
Title: Working with Files from 'LexisNexis'
Version: 0.3.7.9000
Date: 2024-04-14
Authors@R:
person(given = "Johannes B.",
family = "Gruber",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9177-1772"))
Description: My PhD supervisor once told me that everyone doing newspaper
analysis starts by writing code to read in files from the 'LexisNexis' newspaper
archive (retrieved e.g., from <https://www.lexisnexis.com/> or any of the partner
sites). However, while this is a nice exercise I do recommend, not everyone has
the time. This package takes files downloaded from the newspaper archive of
'LexisNexis', reads them into R and offers functions for further processing.
Depends:
R (>= 3.5.0)
License: GPL-3
Imports:
data.table (>= 1.10.0),
methods (>= 3.3.0),
parallel (>= 3.3.0),
pbapply (>= 1.3.4),
quanteda (>= 1.1.0),
quanteda.textstats,
stats (>= 3.3.0),
stringdist (>= 0.9.4.0),
stringi (>= 1.1.7),
tibble (>= 1.4.0),
utils (>= 3.3.0)
Suggests:
corpustools,
covr,
diffobj,
dplyr,
RSQLite,
testthat,
tidytext,
tm,
kableExtra,
knitr,
pdftools,
rmarkdown,
spelling,
striprtf,
xml2
Encoding: UTF-8
URL: https://github.com/JBGruber/LexisNexisTools
BugReports: https://github.com/JBGruber/LexisNexisTools/issues
RoxygenNote: 7.3.1
VignetteBuilder: knitr
Language: en-GB