-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
70 lines (70 loc) · 1.69 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
Type: Package
Package: retroharmonize
Title: Ex Post Survey Data Harmonization
Version: 0.2.5.003
Date: 2023-12-01
Authors@R: c(
person(given = "Daniel",
family = "Antal",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-7513-6760")),
person(given = "Marta",
family = "Kolczynska",
role = c("ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-4981-0437"))
)
Maintainer: Daniel Antal <[email protected]>
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/
BugReports: https://github.com/rOpenGov/retroharmonize/issues/
Depends:
R (>= 3.5.0)
Imports:
assertthat,
dataset,
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,
statcodelists,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.3.2
X-schema.org-isPartOf: http://ropengov.org/
X-schema.org-keywords: ropengov