-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
34 lines (34 loc) · 1.03 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
Package: unheadr
Type: Package
Title: Handle Data with Messy Header Rows and Broken Values
Version: 0.4.0
Depends: R (>= 3.1.0)
Authors@R: person("Luis D.", "Verde Arregoitia", email = "luis@liomys.mx",
role=c("aut","cre"),comment = c(ORCID = "0000-0001-9520-6543"))
Description: Verb-like functions to work with messy data, often derived from
spreadsheets or parsed PDF tables. Includes functions for unwrapping
values broken up across rows, relocating embedded grouping values,
and to annotate meaningful formatting in spreadsheet files.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
dplyr (>= 0.8.4),
rlang (>= 0.2.1),
forcats,
stringr,
tidyr,
magrittr,
tidyxl,
readxl,
tibble
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)
Suggests:
knitr,
rmarkdown,
testthat (>= 2.1.0),
covr
VignetteBuilder: knitr
URL: https://github.com/luisDVA/unheadr, https://unheadr.liomys.mx/
BugReports: https://github.com/luisDVA/unheadr/issues