Package: docxtractr
Title: Extract Data Tables and Comments from 'Microsoft' 'Word'
        Documents
Version: 0.6.5
Authors@R: c(
    person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"), 
           comment = c(ORCID = "0000-0001-5670-2640")),
    person("Mark", "Dulhunty", role = c("ctb")),
    person("Karlo", "Guidoni-Martins", role = c("ctb"),
           email = "kguidonimartins@gmail.com"), 
    person("Chris", "Muir", email = "chrismuirrva@gmail.com", role = c("aut", "ctb")),
    person(given = "John", family = "Muschelli", role =  "ctb", 
           email = "muschellij2@gmail.com")  
  )
Maintainer: Bob Rudis <bob@rud.is>
Description: 'Microsoft Word' 'docx' files provide an 'XML' structure that is fairly
    straightforward to navigate, especially when it applies to 'Word' tables and
    comments. Tools are provided to determine table count/structure, comment count
    and also to extract/clean tables and comments from 'Microsoft Word' 'docx' documents.
    There is also nascent support for '.doc' and '.pptx' files.
SystemRequirements: LibreOffice (<https://www.libreoffice.org/>)
        required to extract data from .doc files or perform .pptx
        conversion.
URL: http://gitlab.com/hrbrmstr/docxtractr
BugReports: https://gitlab.com/hrbrmstr/docxtractr/issues
Encoding: UTF-8
Depends: R (>= 3.6.0)
License: MIT + file LICENSE
LazyData: true
Suggests: covr, tinytest
Imports: tools, xml2, purrr, dplyr, utils, httr, magrittr
RoxygenNote: 7.1.0
NeedsCompilation: no
Packaged: 2020-07-04 13:11:16 UTC; hrbrmstr
Author: Bob Rudis [aut, cre] (<https://orcid.org/0000-0001-5670-2640>),
  Mark Dulhunty [ctb],
  Karlo Guidoni-Martins [ctb],
  Chris Muir [aut, ctb],
  John Muschelli [ctb]
Repository: CRAN
Date/Publication: 2020-07-05 04:50:41 UTC
Built: R 4.4.3; ; 2025-10-21 14:15:16 UTC; windows
