-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
35 lines (35 loc) · 937 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
Package: LimpiaR
Title: LimpiaR
Version: 1.1.0
Authors@R:
as.person(c(
"Jack Penzer <[email protected]> [cre]",
"Tim Mooney <[email protected]> [aut]",
"SHARE Creative [cph]"
))
Description: SHARE & SAMY Group's dedicated pre-processing suite for Spanish & English data sets. A range of functions for getting text data ready to be analysed.
URL: https://jpcompartir.github.io/LimpiaR
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
dplyr (>= 1.0.10),
rlang (>= 1.0.6),
stringr (>= 1.5.0),
tibble (>= 3.1.8),
magrittr (>= 2.0.3),
hash (>= 2.2.6.2),
tidytext (>= 0.4.0),
udpipe (>= 0.8.11),
tidyr (>= 1.2.1)
Suggests:
rmarkdown (>= 2.14),
knitr (>= 1.39),
janitor (>= 2.1.0),
testthat (>= 3.0.0)
Config/testthat/edition: 3
Depends:
R (>= 3.50)
VignetteBuilder: knitr