R Under development (unstable) (2025-02-26 r87830 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.9 [ FAIL 0 | WARN 0 | SKIP 21 | PASS 373 ] ══ Skipped tests (21) ══════════════════════════════════════════════════════════ • On CRAN (17): 'test-xml_attr.R:103:3', 'test-xml_children.R:14:3', 'test-xml_document.R:4:3', 'test-xml_find.R:65:3', 'test-xml_find.R:91:3', 'test-xml_find.R:109:3', 'test-xml_find.R:137:3', 'test-xml_name.R:32:3', 'test-xml_node.R:4:3', 'test-xml_nodeset.R:79:3', 'test-xml_parse.R:12:3', 'test-xml_parse.R:34:3', 'test-xml_parse.R:109:3', 'test-xml_structure.R:35:3', 'test-xml_write.R:6:3', 'test-xml_write.R:78:3', 'test-xml_write.R:96:3' • how to test error with `check_installed()`? (1): 'test-xml_parse.R:2:3' • httpbin is unreliable (2): 'test-xml_parse.R:68:3', 'test-xml_parse.R:77:3' • libxml2-dependent (1): 'test-xml_url.R:15:3' [ FAIL 0 | WARN 0 | SKIP 21 | PASS 373 ] > > proc.time() user system elapsed 4.35 0.79 5.14