We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5241e6 commit cb6fcddCopy full SHA for cb6fcdd
DESCRIPTION
@@ -10,7 +10,8 @@ Authors@R: c(
10
comment = "Copy of R-project homepage cached as example")
11
)
12
Description: Bindings to 'libxml2' for working with XML data using a simple,
13
- consistent interface.
+ consistent interface based on 'XPath' expressions. Also supports XML schema
14
+ validation; for XSLT transformations see the xslt package.
15
License: MIT + file LICENSE
16
URL: https://xml2.r-lib.org, https://r-lib.r-universe.dev/xml2
17
BugReports: https://github.com/r-lib/xml2/issues
@@ -28,7 +29,8 @@ Suggests:
28
29
magrittr,
30
mockery,
31
rmarkdown,
- testthat (>= 3.2.0)
32
+ testthat (>= 3.2.0),
33
+ xslt
34
VignetteBuilder:
35
knitr
36
Config/Needs/website: tidyverse/tidytemplate
0 commit comments