-
Notifications
You must be signed in to change notification settings - Fork 22
/
DESCRIPTION
52 lines (52 loc) · 2.08 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
50
51
52
Package: readODS
Type: Package
Title: Read and Write ODS Files
Version: 2.3.1
Authors@R:
c(person("Gerrit-Jan", "Schutten", role = c("aut"), email = "[email protected]"),
person("Chung-hong", "Chan", role = c("aut", "cre"), email = "[email protected]", comment = c(ORCID = "0000-0002-6232-7530")),
person("Peter", "Brohan", role = c("aut"), email = "[email protected]"),
person("Detlef", "Steuer", role = c("aut"), email = "[email protected]", comment = c(ORCID = "0000-0003-2676-5290")),
person("Thomas J.", "Leeper", role = c("aut"), email = "[email protected]", comment = c(ORCID = "0000-0003-4097-6326")),
person("John", "Foster", role = c("ctb"), email = "[email protected]"),
person("Sergio", "Oller", role = c("ctb")),
person("Jim", "Hester", role = c("ctb"), email = "[email protected]", comment = c(ORCID = "0000-0002-2739-7082")),
person("Stephen", "Watts", role = c("ctb")),
person("Arthur", "Katossky", role = c("ctb")),
person("Stas", "Malavin", role = c("ctb")),
person("Duncan", "Garmonsway", role = c("ctb")),
person("Mehrad", "Mahmoudian", role = c("ctb")),
person("Matt", "Kerlogue", role = c("ctb")),
person("Michal", "Lauer", role = c("ctb"), email = "[email protected]"),
person("Till", "Straube", role = c("ctb"), email = "[email protected]"),
person("Marcin", "Kalicinski", role = c("ctb", "cph"), comment = "Author of included RapidXML code"))
Description: Read ODS (OpenDocument Spreadsheet) into R as data frame. Also support writing data frame into ODS file.
URL: https://docs.ropensci.org/readODS/, https://github.com/ropensci/readODS
BugReports: https://github.com/ropensci/readODS/issues
Imports:
cellranger,
minty,
stringi,
tibble,
vctrs (>= 0.4.2),
zip,
tools
LinkingTo:
cpp11 (>= 0.5.0)
Suggests:
spelling,
testthat,
datasets,
covr,
knitr,
rmarkdown,
withr,
readr (>= 1.2.1)
License: GPL-3
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
Encoding: UTF-8
VignetteBuilder: knitr
Depends:
R (>= 3.6)
Language: en-GB