generated from epiverse-trace/packagetemplate
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
28 lines (28 loc) · 855 Bytes
/
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
Package: xlcutter
Title: Parse Batches of 'xlsx' Files Based on a Template
Version: 0.1.1.9000
Authors@R:
person(
"Hugo", "Gruson", , "[email protected]",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-4094-1476")
)
Description: Parse entire folders of non-rectangular 'xlsx' files into a single
rectangular and tidy 'data.frame' based on a custom template file defining the
column names of the output.
License: MIT + file LICENSE
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-GB
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Depends: R (>= 3.3.0)
Imports:
tidyxl
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder: knitr
URL: https://github.com/Bisaloo/xlcutter, https://hugogruson.fr/xlcutter/
BugReports: https://github.com/Bisaloo/xlcutter/issues