-
Notifications
You must be signed in to change notification settings - Fork 82
/
DESCRIPTION
73 lines (73 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
Package: xml2
Title: Parse XML
Version: 1.3.6.9000
Authors@R: c(
person("Hadley", "Wickham", , "[email protected]", role = c("aut", "cre")),
person("Jim", "Hester", role = "aut"),
person("Jeroen", "Ooms", role = "aut"),
person("Posit Software, PBC", role = c("cph", "fnd")),
person("R Foundation", role = "ctb",
comment = "Copy of R-project homepage cached as example")
)
Description: Work with XML files using a simple, consistent interface.
Built on top of the 'libxml2' C library.
License: MIT + file LICENSE
URL: https://xml2.r-lib.org, https://github.com/r-lib/xml2
BugReports: https://github.com/r-lib/xml2/issues
Depends:
R (>= 3.6.0)
Imports:
cli,
methods,
rlang (>= 1.1.0)
Suggests:
covr,
curl,
httr,
knitr,
magrittr,
mockery,
rmarkdown,
testthat (>= 3.2.0)
VignetteBuilder:
knitr
Config/Needs/website: tidyverse/tidytemplate
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
SystemRequirements: libxml2: libxml2-dev (deb), libxml2-devel (rpm)
Collate:
'S4.R'
'as_list.R'
'xml_parse.R'
'as_xml_document.R'
'classes.R'
'format.R'
'import-standalone-obj-type.R'
'import-standalone-purrr.R'
'import-standalone-types-check.R'
'init.R'
'nodeset_apply.R'
'paths.R'
'utils.R'
'xml2-package.R'
'xml_attr.R'
'xml_children.R'
'xml_document.R'
'xml_find.R'
'xml_missing.R'
'xml_modify.R'
'xml_name.R'
'xml_namespaces.R'
'xml_node.R'
'xml_nodeset.R'
'xml_path.R'
'xml_schema.R'
'xml_serialize.R'
'xml_structure.R'
'xml_text.R'
'xml_type.R'
'xml_url.R'
'xml_write.R'
'zzz.R'
Config/testthat/edition: 3