-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
44 lines (44 loc) · 1.3 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
Package: panelcleaner
Title: An interactive interface to homogenize messy panel data into a long format
Version: 0.0.5
Authors@R:
c(person(
given = "Patrick",
family = "Anker",
role = c("aut", "cre"),
email = "psanker@nyu.edu",
comment = c(ORCID = "0000-0003-2302-0445")),
person(
given = "Global TIES for Children",
role = "cph",
comment = "https://research.steinhardt.nyu.edu/ihdsc/global-ties"))
Description: Panel data structure can sometimes change over the course of
data collection, which can be a real nuisance when cleaning data.
This package aims to document the state of all waves of data in a
comprehensive manner and then homogenize the data into a long dataset
ready for data transformations.
License: MIT + file LICENSE
Suggests:
testthat,
covr,
tibble,
kableExtra,
knitr,
rmarkdown
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
URL: https://github.com/Global-TIES-for-Children/panelcleaner
BugReports: https://github.com/Global-TIES-for-Children/panelcleaner/issues
Depends:
R (>= 3.1)
Imports:
dplyr,
rcoder,
rlang (>= 0.4.6),
glue,
tidyr
VignetteBuilder: knitr
Remotes:
nyuglobalties/rcoder