Skip to content

Commit

Permalink
depend on testthat 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
olivroy committed Dec 1, 2023
1 parent 83c25cb commit f329103
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Authors@R: c(
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
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)
Expand All @@ -28,7 +28,7 @@ Suggests:
magrittr,
mockery,
rmarkdown,
testthat (>= 3.0.0)
testthat (>= 3.2.0)
VignetteBuilder:
knitr
Config/Needs/website: tidyverse/tidytemplate
Expand Down
2 changes: 1 addition & 1 deletion R/format.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ format.xml_node <- function(x, ...) {
),
collapse = " "
),
">",
">"
)
}

Expand Down
2 changes: 1 addition & 1 deletion man/xml2-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f329103

Please sign in to comment.