-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
44 lines (44 loc) · 1.39 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
Type: Package
Package: ACEP
Title: Análisis Computacional de Eventos de Protesta
Version: 0.0.3.9005
Authors@R:
person("Agustín", "Nieto", , "agustin.nieto77@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-4467-873X"))
Description: La librería 'ACEP' contiene funciones específicas para
desarrollar análisis computacional de eventos de protesta. Asimismo,
contiene bases de datos con colecciones de notas sobre protestas y
diccionarios de palabras conflictivas. La colección de diccionarios
reune diccionarios de diferentes orígenes.
The 'ACEP' library contains specific functions to perform computational
analysis of protest events. It also contains a database with collections
of notes on protests and dictionaries of conflicting words. Collection
of dictionaries that brings together dictionaries from different sources.
License: MIT + file LICENSE
URL: https://github.com/agusnieto77/ACEP,
https://agusnieto77.github.io/ACEP/
BugReports: https://github.com/agusnieto77/ACEP/issues
Depends:
R (>= 3.5.0)
Imports:
graphics,
stats,
httr,
jsonlite,
rsyntax,
spacyr,
udpipe,
stringr,
reticulate,
tidygeocoder
Suggests:
covr,
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
Language: es
LazyData: true
RoxygenNote: 7.2.3
VignetteBuilder: knitr