R Under development (unstable) (2025-11-15 r89024 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(xml2) > > is_solaris <- tolower(Sys.info()[["sysname"]]) == "sunos" > > if (!is_solaris) { + test_check("xml2") + } This is libxml2 version 2.12.10 [ FAIL 0 | WARN 0 | SKIP 21 | PASS 383 ] ══ Skipped tests (21) ══════════════════════════════════════════════════════════ • On CRAN (17): 'test-xml_attr.R:92:1', 'test-xml_children.R:13:1', 'test-xml_document.R:1:1', 'test-xml_find.R:65:1', 'test-xml_find.R:91:1', 'test-xml_find.R:109:1', 'test-xml_find.R:137:1', 'test-xml_name.R:29:1', 'test-xml_node.R:1:1', 'test-xml_nodeset.R:73:1', 'test-xml_parse.R:11:1', 'test-xml_parse.R:28:1', 'test-xml_parse.R:118:1', 'test-xml_structure.R:31:1', 'test-xml_write.R:1:1', 'test-xml_write.R:74:1', 'test-xml_write.R:97:1' • how to test error with `check_installed()`? (1): 'test-xml_parse.R:2:3' • httpbin is unreliable (2): 'test-xml_parse.R:78:3', 'test-xml_parse.R:87:3' • libxml2-dependent (1): 'test-xml_url.R:23:3' [ FAIL 0 | WARN 0 | SKIP 21 | PASS 383 ] > > proc.time() user system elapsed 6.70 1.25 7.95