CRAN Package Check Results for Package xmlr

Last updated on 2025-05-21 05:52:08 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.2 3.15 30.57 33.72 OK
r-devel-linux-x86_64-debian-gcc 0.1.2 2.42 24.62 27.04 OK
r-devel-linux-x86_64-fedora-clang 0.1.2 54.20 OK
r-devel-linux-x86_64-fedora-gcc 0.1.2 64.81 OK
r-devel-windows-x86_64 0.1.2 4.00 68.00 72.00 FAIL
r-patched-linux-x86_64 0.1.2 3.03 29.47 32.50 OK
r-release-linux-x86_64 0.1.2 2.92 29.51 32.43 OK
r-release-macos-arm64 0.1.2 26.00 OK
r-release-macos-x86_64 0.1.2 54.00 OK
r-release-windows-x86_64 0.1.2 5.00 70.00 75.00 OK
r-oldrel-macos-arm64 0.1.2 24.00 OK
r-oldrel-macos-x86_64 0.1.2 38.00 OK
r-oldrel-windows-x86_64 0.1.2 5.00 61.00 66.00 OK

Check Details

Version: 0.1.2
Check: PDF version of manual
Result: FAIL Check process probably crashed or hung up for 20 minutes ... killed Most likely this happened in the example checks (?), if not, ignore the following last lines of example output: + ) > table <- doc$getRootElement() > stopifnot(table$getName() == "table") > stopifnot(table$getAttribute("xmlns") == "http://www.w3.org/TR/html4/") > > children <- table$getChild("tr")$getChildren() > stopifnot(length(children) == 2) > stopifnot(children[[1]]$getText() == "Apples") > stopifnot(children[[2]]$getText() == "Bananas") > > # you can also parse character strings (or parse a file using parse.xmlfile(fileName)) > doc <- parse.xmlstring("<foo><bar><baz val='the baz attribute'/></bar></foo>") > > > > ### * <FOOTER> > ### > cleanEx() > options(digits = 7L) > base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n") Time elapsed: 0.27 0.04 0.32 NA NA > grDevices::dev.off() null device 1 > ### > ### Local variables: *** > ### mode: outline-minor *** > ### outline-regexp: "\\(> \\)?### [*]+" *** > ### End: *** > quit('no') ======== End of example output (where/before crash/hang up occured ?) ======== Flavor: r-devel-windows-x86_64