-
Notifications
You must be signed in to change notification settings - Fork 19
/
DESCRIPTION
49 lines (49 loc) · 1.2 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
Package: unpivotr
Title: Unpivot Complex and Irregular Data Layouts
Version: 0.6.3
Authors@R: c(
person("Duncan", "Garmonsway", email = "[email protected]", role = c("aut", "cre"))
)
Description: Tools for converting data from complex or irregular layouts to a
columnar structure. For example, tables with multilevel column or row
headers, or spreadsheets. Header and data cells are selected by their
contents and position, as well as formatting and comments where available,
and are associated with one other by their proximity in given directions.
Functions for data frames and HTML tables are provided.
Depends:
R (>= 3.2.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
methods,
rlang,
magrittr,
dplyr,
forcats,
purrr,
tidyr,
pillar,
tibble (>= 2.1.1),
cellranger,
xml2,
tidyselect
URL: https://github.com/nacnudus/unpivotr
BugReports: https://github.com/nacnudus/unpivotr/issues
RoxygenNote: 7.2.1
Suggests:
knitr,
rmarkdown,
readr,
tidyxl,
readxl,
stringr,
htmltools,
rvest,
selectr,
DT,
testthat,
covr,
here
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)