-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathDESCRIPTION
50 lines (50 loc) · 2.06 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
Package: readODS
Type: Package
Title: Read and Write ODS Files
Version: 2.2.0.9999
Authors@R:
c(person("Gerrit-Jan", "Schutten", role = c("aut"), email = "phonixor@gmail.com"),
person("Chung-hong", "Chan", role = c("aut", "cre"), email = "chainsawtiney@gmail.com", comment = c(ORCID = "0000-0002-6232-7530")),
person("Peter", "Brohan", role = c("aut"), email = "peter.brohan@gmail.com"),
person("Detlef", "Steuer", role = c("aut"), email = "steuer@hsu-hh.de", comment = c(ORCID = "0000-0003-2676-5290")),
person("Thomas J.", "Leeper", role = c("aut"), email = "thosjleeper@gmail.com", comment = c(ORCID = "0000-0003-4097-6326")),
person("John", "Foster", role = c("ctb"), email = "john.x.foster@nab.com.au"),
person("Sergio", "Oller", role = c("ctb")),
person("Jim", "Hester", role = c("ctb"), email = "jim.hester@rstudio.com", 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 = "michal.lauer.25@gmail.com"),
person("Till", "Straube", role = c("ctb"), email = "straube@geo.uni-frankfurt.de"),
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
Suggests:
spelling,
testthat,
datasets,
covr,
knitr,
rmarkdown,
withr,
readr (>= 1.2.1)
License: GPL-3
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)
Encoding: UTF-8
VignetteBuilder: knitr
Depends:
R (>= 3.6)
Language: en-GB