Skip to content

Commit cb6fcdd

Browse files
committed
Suggest xslt
1 parent e5241e6 commit cb6fcdd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

DESCRIPTION

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ Authors@R: c(
1010
comment = "Copy of R-project homepage cached as example")
1111
)
1212
Description: Bindings to 'libxml2' for working with XML data using a simple,
13-
consistent interface.
13+
consistent interface based on 'XPath' expressions. Also supports XML schema
14+
validation; for XSLT transformations see the xslt package.
1415
License: MIT + file LICENSE
1516
URL: https://xml2.r-lib.org, https://r-lib.r-universe.dev/xml2
1617
BugReports: https://github.com/r-lib/xml2/issues
@@ -28,7 +29,8 @@ Suggests:
2829
magrittr,
2930
mockery,
3031
rmarkdown,
31-
testthat (>= 3.2.0)
32+
testthat (>= 3.2.0),
33+
xslt
3234
VignetteBuilder:
3335
knitr
3436
Config/Needs/website: tidyverse/tidytemplate

0 commit comments

Comments
 (0)