-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
58 lines (58 loc) · 1.67 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
54
55
56
57
58
Package: verdata
Title: Analyze Data from the Truth Commission in Colombia
Version: 0.9.2
Authors@R: c(
person("Maria", "Gargiulo", , "[email protected]", role = c("aut", "cre")),
person("María Juliana", "Durán", , "[email protected]", role = "aut"),
person("Paula Andrea", "Amado", , "[email protected]", role = "aut"),
person("Patrick", "Ball", role = "rev")
)
Maintainer: Maria Gargiulo <[email protected]>
Description: Facilitates use and analysis of data about the armed conflict
in Colombia resulting from the joint project between La Jurisdicción
Especial para la Paz (JEP), La Comisión para el Esclarecimiento de la
Verdad, la Convivencia y la No repetición (CEV), and the Human Rights Data
Analysis Group (HRDAG). The data are 100 replicates from a multiple
imputation through chained equations as described in Van Buuren and
Groothuis-Oudshoorn (2011) <doi:10.18637/jss.v045.i03>. With the replicates
the user can examine four human rights violations that occurred in the
Colombian conflict accounting for the impact of missing fields and fully
missing observations.
License: GPL-2
URL: https://github.com/HRDAG/verdata
BugReports: https://github.com/HRDAG/verdata/issues
Depends:
R (>= 3.5)
Imports:
arrow,
assertr,
base,
digest,
dplyr,
glue,
LCMCR,
logger,
magrittr,
purrr,
Rdpack,
readr,
rjson,
rlang,
stats,
stringr,
tibble,
tidyr,
tidyselect,
tools
Suggests:
covr,
spelling,
testthat (>= 3.0.0)
RdMacros:
Rdpack
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1