You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
1.3 KiB

Package: docxtractr
Title: Extract Data Tables and Comments from 'Microsoft' 'Word' Documents
Version: 0.6.2
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"))
)
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' files.
SystemRequirements: LibreOffice (<https://www.libreoffice.org/>) required to extract
data from .doc files.
URL: http://gitlab.com/hrbrmstr/docxtractr
BugReports: https://gitlab.com/hrbrmstr/docxtractr/issues
Encoding: UTF-8
Depends:
R (>= 3.2.0)
License: MIT + file LICENSE
LazyData: true
Suggests:
testthat,
covr
Imports:
tools,
xml2,
purrr,
dplyr,
utils,
httr,
magrittr
RoxygenNote: 7.1.0