-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.27 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
Package: kwb.readxl
Title: Read Data From Excel Files
Version: 0.1.0
Authors@R:
c(person(given = "Hauke",
family = "Sonnenberg",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-9134-2871")),
person(given = "Michael",
family = "Rustler",
role = "ctb",
email = "[email protected]",
comment = "0000-0003-0647-7726"),
person(given = "Kompetenzzentrum Wasser Berlin gGmbH",
role = "cph"))
Description: This package is based on the package readxl.
It provides functions that read all Excel sheets as pure text and then
try to split each sheet into a set of line ranges that are assumed to
represent single tables.
License: MIT + file LICENSE
URL: https://github.com/KWB-R/kwb.readxl
BugReports: https://github.com/KWB-R/kwb.readxl/issues
Imports:
cellranger,
crayon,
kwb.event,
kwb.utils,
readxl,
stringr
Suggests:
covr,
kwb.file,
testthat,
knitr,
rmarkdown
Remotes:
github::kwb-r/kwb.event,
github::kwb-r/kwb.file,
github::kwb-r/kwb.utils
ByteCompile: true
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.2
VignetteBuilder: knitr