-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathDESCRIPTION
43 lines (43 loc) · 1.43 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
Package: tidyxl
Title: Read Untidy Excel Files
Version: 1.0.10
Authors@R: c(
person("Duncan", "Garmonsway", email = "[email protected]", role = c("aut", "cre")),
person("Hadley", "Wickham", role = c("ctb"), comment = "Author of included readxl fragments"),
person("Jenny", "Bryan", role = c("ctb"), comment = "Author of included readxl fragments"),
person("RStudio", role = "cph", comment = "Copyright holder of included readxl fragments"),
person("Marcin", "Kalicinski", role = c("ctb", "cph"), comment = "Author of included RapidXML code")
)
Description: Imports non-tabular from Excel files into R. Exposes cell content,
position and formatting in a tidy structure for further manipulation.
Tokenizes Excel formulas. Supports '.xlsx' and '.xlsm' via the embedded
'RapidXML' C++ library <https://rapidxml.sourceforge.net>. Does not support
'.xlsb' or '.xls'.
Depends:
R (>= 3.2.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
LinkingTo: Rcpp,
piton (>= 1.0.0)
Imports: Rcpp
URL: https://github.com/nacnudus/tidyxl,
https://nacnudus.github.io/tidyxl/
BugReports: https://github.com/nacnudus/tidyxl/issues
RoxygenNote: 7.2.3
Suggests: testthat,
here,
knitr,
rmarkdown,
readxl,
dplyr,
tidyr,
purrr,
tibble,
ggplot2,
cellranger,
openxlsx,
rlang
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
Config/Needs/website: tidyverse/tidytemplate