Package: readODS
Type: Package
Title: Read and Write ODS Files
Version: 1.8.0
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("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("Detlef", "Steuer", role = c("aut"), email = "steuer@hsu-hh.de", comment = c(ORCID = "0000-0003-2676-5290")), person("Michal", "Lauer", role = c("ctb"), email = "michal.lauer.25@gmail.com"))
Description: Read ODS (OpenDocument Spreadsheet) into R as data frame. Also support writing data frame into ODS file.
URL: https://github.com/ropensci/readODS
BugReports: https://github.com/ropensci/readODS/issues
Imports: xml2 (>= 1.3.2), cellranger, readr (>= 1.2.1), stringi, utils,
        purrr
Suggests: dplyr, testthat, datasets, covr, knitr, rmarkdown
License: GPL-3
RoxygenNote: 7.2.1
Encoding: UTF-8
VignetteBuilder: knitr
Depends: R (>= 2.10)
NeedsCompilation: no
Packaged: 2023-01-23 13:27:02 UTC; chainsawriot
Author: Gerrit-Jan Schutten [aut],
  Chung-hong Chan [aut, cre] (<https://orcid.org/0000-0002-6232-7530>),
  Thomas J. Leeper [aut] (<https://orcid.org/0000-0003-4097-6326>),
  John Foster [ctb],
  Sergio Oller [ctb],
  Jim Hester [ctb] (<https://orcid.org/0000-0002-2739-7082>),
  Stephen Watts [ctb],
  Arthur Katossky [ctb],
  Stas Malavin [ctb],
  Duncan Garmonsway [ctb],
  Mehrad Mahmoudian [ctb],
  Matt Kerlogue [ctb],
  Detlef Steuer [aut] (<https://orcid.org/0000-0003-2676-5290>),
  Michal Lauer [ctb]
Maintainer: Chung-hong Chan <chainsawtiney@gmail.com>
Repository: CRAN
Date/Publication: 2023-01-23 14:40:05 UTC
