-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
60 lines (60 loc) · 1.46 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
Package: blueprintr
Title: Automagically Document and Test Datasets Using Targets Or Drake
Version: 0.2.7
Authors@R:
c(person(given = "Patrick",
family = "Anker",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-2302-0445")),
person(given = "Hillary",
family = "Gao",
role = "ctb"),
person(given = "Global TIES for Children",
role = c("cph")))
Description: Documents and tests datasets in a reproducible
manner so that data lineage is easier to comprehend for
small to medium tabular data. Originally designed to aid
data cleaning tasks for humanitarian research groups,
specifically large-scale longitudinal studies.
License: MIT + file LICENSE
Suggests:
testthat (>= 2.1.0),
covr,
codetools,
knitr,
rmarkdown,
kableExtra,
rcoder,
labelled,
drake (>= 7.11.0),
panelcleaner,
kfa,
callr,
igraph,
uuid,
visNetwork
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
URL: https://github.com/nyuglobalties/blueprintr
BugReports: https://github.com/nyuglobalties/blueprintr/issues
Depends:
R (>= 3.5.0)
Imports:
targets,
rlang,
here,
glue,
magrittr,
readr,
lifecycle,
tidytable,
tidyselect (>= 1.2.0),
snakecase,
digest,
data.table
VignetteBuilder: knitr
Remotes:
nyuglobalties/panelcleaner