Package: tidyods Title: Read cells from ODS files Version: 0.0.1 Authors@R: person("Matt", "Kerlogue", , "matt.kerlogue@me.com", 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 Config/pak/sysreqs: libicu-dev libxml2-dev libx11-dev Repository: https://mattkerlogue.r-universe.dev Date/Publication: 2023-05-09 19:15:33 UTC RemoteUrl: https://github.com/mattkerlogue/tidyods RemoteRef: HEAD RemoteSha: 6a5632456ee3de0c192ece4a145b748f058b6a10 NeedsCompilation: no Packaged: 2026-07-04 07:14:59 UTC; root Author: Matt Kerlogue [aut, cre] Maintainer: Matt Kerlogue