-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
42 lines (42 loc) · 1.08 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
Package: labelmachine
Title: Make Labeling of R Data Sets Easy
Version: 1.0.0
Authors@R: person(given = "Adrian", family = "Maldet", role = c("aut", "cre"), email = "[email protected]")
Description: Assign meaningful labels to data frame columns.
'labelmachine' manages your label assignment rules in 'yaml' files
and makes it easy to use the same labels in multiple projects.
Depends:
R (>= 3.5.0)
Imports:
yaml (>= 2.2.0)
Suggests:
testthat (>= 2.1.0),
roxygen2 (>= 6.1.1),
magrittr (>= 1.5),
rlang (>= 0.4.0),
covr,
knitr,
rmarkdown
Encoding: UTF-8
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.1
License: GPL-3
URL:
https://a-maldet.github.io/labelmachine,
https://github.com/a-maldet/labelmachine
BugReports: https://github.com/a-maldet/labelmachine/issues
Collate:
'composerr.R'
'imports.R'
'utilities.R'
'lama_dictionary.R'
'lama_merge.R'
'lama_mutate.R'
'lama_read.R'
'lama_select.R'
'lama_rename.R'
'lama_translate.R'
'lama_translate_all.R'
'lama_write.R'
'lappli.R'