-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
53 lines (53 loc) · 1.38 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
Package: pipaux
Title: Management of auxiliary data in PIP workflow
Version: 0.0.5
Authors@R: c(
person(given = "R.Andres",
family = "Castaneda",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Tony",
family = "Fujs",
role = c("aut"),
email = "[email protected]"),
person(given = "Aleksander",
family = "Eilertsen",
role = c("aut"),
email = "[email protected]")
)
Description: pipaux manages the auxiliary data used in the PIP workflow. It basically
does two things. [1] It updates the auxiliary data and makes sure to keep
it unchanged when it the raw data has not been modified. [2] it loads the
data into memory.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Suggests:
testthat,
knitr,
rmarkdown
Imports:
haven,
digest,
fst,
readr,
data.table,
rlang,
wbstats,
purrr,
janitor,
fs,
magrittr,
readxl,
dplyr,
cli,
pipload (>= 0.1.4.9002),
tidyfast,
yaml,
qs
VignetteBuilder: knitr
Remotes:
github::PIP-Technical-Team/pipload@development
URL: https://pip-technical-team.github.io/pipaux/