forked from rOpenGov/retroharmonize
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
75 lines (75 loc) · 1.95 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
Type: Package
Package: retroharmonize
Title: Ex Post Survey Data Harmonization
Version: 0.2.5
Date: 2022-101-28
Authors@R: c(
person("Daniel", "Antal", , "daniel.antal@ceemid.eu", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-7513-6760")),
person(given = "Marta",
family = "Kolczynska",
role = c("ctb"),
email = "mkolczynska@gmail.com",
comment = c(ORCID = "0000-0003-4981-0437")),
person(given = "Pyry",
family = "Kantanen",
role = "ctb",
comment = c(ORCID = "0000-0003-2853-2765")),
person(given = "Diego",
family = " Hernangómez Herrero",
role = "ctb",
comment = c(ORCID = "0000-0001-8457-4658")
)
)
Maintainer: Daniel Antal <daniel.antal@ceemid.eu>
Description: Assist in reproducible retrospective (ex-post) harmonization
of data, particularly individual level survey data, by providing tools
for organizing metadata, standardizing the coding of variables, and
variable names and value labels, including missing values, and
documenting the data transformations, with the help of comprehensive
s3 classes.
License: GPL-3
URL: https://retroharmonize.dataobservatory.eu/,
https://github.com/rOpenGov/retroharmonize
BugReports: https://github.com/rOpenGov/retroharmonize/issues
Depends:
R (>= 3.5.0)
Imports:
assertthat,
dplyr (>= 1.0.0),
fs,
glue,
haven,
here,
labelled,
magrittr,
methods,
pillar,
purrr,
rlang,
snakecase,
stats,
stringr,
tibble,
tidyr,
tidyselect,
utils,
vctrs
Suggests:
covr,
ggplot2,
knitr,
markdown,
png,
rmarkdown,
spelling,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.1.2
X-schema.org-isPartOf: http://ropengov.org/
X-schema.org-keywords: ropengov