-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
40 lines (40 loc) · 938 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
29
30
31
32
33
34
35
36
37
38
39
40
Package: tidyods
Title: Read cells from ODS files
Version: 0.0.1
Authors@R:
person("Matt", "Kerlogue", , "[email protected]", role = c("aut", "cre"))
Description: Import cells from ODS files. Identify a cell's postion, value types
and formulas, and provide methods to "rectify" cells back to a 2-dimensional
data.frame.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Depends:
R (>= 4.1.0)
Imports:
cellranger,
cli,
dplyr (>= 1.1.0),
prettyunits,
ps,
readr,
rlang,
tibble,
tidyr,
tidyselect,
xml2,
zip
URL: https://github.com/mattkerlogue/tidyods,
https://mattkerlogue.github.io/tidyods/
BugReports: https://github.com/mattkerlogue/tidyods/issues
Suggests:
bench,
knitr,
lubridate,
mockery,
palmerpenguins,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr