-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
executable file
·70 lines (70 loc) · 2.13 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
Package: tabshiftr
Title: Reshape Disorganised Messy Data
Version: 0.5.1
Authors@R:
c(person(given = "Steffen",
family = "Ehrmann",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-2958-0796")),
person(given = "Tsvetelina",
family = "Tomova",
role = "ctb",
email = "[email protected]"),
person(given = "Carsten",
family = "Meyer",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0003-3927-5856")),
person(given = "Abdualmaged",
family = "Alhemiary",
role = "ctb"),
person(given = "Amelie",
family = "Haas",
role = "ctb"),
person(given = "Annika",
family = "Ertel",
role = "ctb"),
person(given = "Arne",
family = "Rümmler",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0001-8637-9071")),
person(given = "Caroline",
family = "Busse",
role = "ctb"))
Description: Helps the user to build and register schema descriptions of
disorganised (messy) tables. Disorganised tables are tables that are
not in a topologically coherent form, where packages such as 'tidyr' could
be used for reshaping. The schema description documents the arrangement of
input tables and is used to reshape them into a standardised (tidy) output
format.
URL: https://luckinet.github.io/tabshiftr/, https://github.com/luckinet/tabshiftr
BugReports: https://github.com/luckinet/tabshiftr/issues
Depends:
R (>= 2.10)
Language: en-gb
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports:
checkmate,
rlang,
tibble,
dplyr,
tidyr,
magrittr,
tidyselect,
testthat,
crayon,
methods,
purrr,
stringr,
lubridate
RoxygenNote: 7.3.2
Suggests:
knitr,
rmarkdown,
bookdown,
readr
VignetteBuilder: knitr