Package: readODS Type: Package Title: Read and Write ODS Files Version: 2.3.5 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("Mauricio", "Vargas Sepulveda", role = c("ctb"), email = "m.vargas.sepulveda@gmail.com"), 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 (>= 0.0.5), stringi, tibble, vctrs (>= 0.4.2), zip, tools, withr LinkingTo: cpp11 (>= 0.5.0) Suggests: spelling, testthat, datasets, covr, knitr, rmarkdown, readr (>= 1.2.1) License: GPL-3 RoxygenNote: 7.3.2 Roxygen: list(markdown = TRUE) Encoding: UTF-8 VignetteBuilder: knitr Depends: R (>= 4.1) Language: en-GB Config/pak/sysreqs: libicu-dev Repository: https://ropensci.r-universe.dev Date/Publication: 2026-04-12 19:04:38 UTC RemoteUrl: https://github.com/ropensci/readODS RemoteRef: v2.4 RemoteSha: cc831512aa00eac1d499f780ec4b0e116624bc20 NeedsCompilation: yes Packaged: 2026-06-23 16:43:14 UTC; root Author: Gerrit-Jan Schutten [aut], Chung-hong Chan [aut, cre] (ORCID: ), Peter Brohan [aut], Detlef Steuer [aut] (ORCID: ), Thomas J. Leeper [aut] (ORCID: ), John Foster [ctb], Sergio Oller [ctb], Jim Hester [ctb] (ORCID: ), Stephen Watts [ctb], Arthur Katossky [ctb], Stas Malavin [ctb], Duncan Garmonsway [ctb], Mehrad Mahmoudian [ctb], Matt Kerlogue [ctb], Michal Lauer [ctb], Till Straube [ctb], Mauricio Vargas Sepulveda [ctb], Marcin Kalicinski [ctb, cph] (Author of included RapidXML code) Maintainer: Chung-hong Chan