forked from hrbrmstr/docxtractr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
52 lines (52 loc) · 1.69 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Package: docxtractr
Title: Extract Data Tables and Comments from 'Microsoft' 'Word' Documents
Version: 0.6.2
Authors@R:
c(person(given = "Bob",
family = "Rudis",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-5670-2640")),
person(given = "Mark",
family = "Dulhunty",
role = "ctb"),
person(given = "Karlo",
family = "Guidoni-Martins",
role = "ctb",
email = "[email protected]"),
person(given = "Chris",
family = "Muir",
role = c("aut", "ctb"),
email = "[email protected]"),
person(given = "John",
family = "Muschelli",
role = "ctb",
email = "[email protected]")
)
Maintainer: Bob Rudis <[email protected]>
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