CRAN Package Check Results for Package XML

Last updated on 2024-06-27 05:57:48 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 3.99-0.16.1 ERROR
r-devel-linux-x86_64-debian-gcc 3.99-0.16.1 18.53 63.46 81.99 ERROR
r-devel-linux-x86_64-fedora-clang 3.99-0.17 169.34 OK
r-devel-linux-x86_64-fedora-gcc 3.99-0.17 163.54 OK
r-devel-windows-x86_64 3.99-0.17 42.00 135.00 177.00 WARN
r-patched-linux-x86_64 3.99-0.16.1 30.77 94.53 125.30 OK
r-release-linux-x86_64 3.99-0.16.1 27.18 93.52 120.70 OK
r-release-macos-arm64 3.99-0.17 64.00 OK
r-release-macos-x86_64 3.99-0.17 141.00 OK
r-release-windows-x86_64 3.99-0.16.1 39.00 118.00 157.00 WARN
r-oldrel-macos-arm64 3.99-0.17 64.00 OK
r-oldrel-macos-x86_64 3.99-0.17 136.00 OK
r-oldrel-windows-x86_64 3.99-0.17 45.00 143.00 188.00 WARN

Check Details

Version: 3.99-0.16.1
Check: examples
Result: ERROR Running examples in ‘XML-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: addChildren > ### Title: Add child nodes to an XML node > ### Aliases: addChildren xmlParent<- removeChildren removeNodes > ### removeNodes.list removeNodes.XMLNodeSet removeNodes.XMLNodeList > ### removeNodes.XMLInternalNode replaceNodes addAttributes > ### removeAttributes addChildren,XMLInternalNode-method > ### addChildren,XMLNode-method > ### addAttributes,XMLInternalElementNode-method > ### addAttributes,XMLNode-method > ### removeAttributes,XMLInternalElementNode-method > ### removeAttributes,XMLNode-method > ### Keywords: IO programming > > ### ** Examples > > > b = newXMLNode("bob", + namespace = c(r = "http://www.r-project.org", + omg = "https://www.omegahat.net")) > > cat(saveXML(b), "\n") <bob xmlns:r="http://www.r-project.org" xmlns:omg="https://www.omegahat.net"/> > > addAttributes(b, a = 1, b = "xyz", "r:version" = "2.4.1", "omg:len" = 3) <bob xmlns:r="http://www.r-project.org" xmlns:omg="https://www.omegahat.net" a="1" b="xyz" r:version="2.4.1" omg:len="3"/> > cat(saveXML(b), "\n") <bob xmlns:r="http://www.r-project.org" xmlns:omg="https://www.omegahat.net" a="1" b="xyz" r:version="2.4.1" omg:len="3"/> > > removeAttributes(b, "a", "r:version") Error in removeAttributes(b, "a", "r:version") : R_ExternalPtrAddr: argument of type NILSXP is not an external pointer Calls: removeAttributes -> removeAttributes Execution halted Examples with CPU (user + system) or elapsed time > 5s user system elapsed SAXState-class 4.355 0.05 5.418 Flavor: r-devel-linux-x86_64-debian-clang

Version: 3.99-0.16.1
Check: examples
Result: ERROR Running examples in ‘XML-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: addChildren > ### Title: Add child nodes to an XML node > ### Aliases: addChildren xmlParent<- removeChildren removeNodes > ### removeNodes.list removeNodes.XMLNodeSet removeNodes.XMLNodeList > ### removeNodes.XMLInternalNode replaceNodes addAttributes > ### removeAttributes addChildren,XMLInternalNode-method > ### addChildren,XMLNode-method > ### addAttributes,XMLInternalElementNode-method > ### addAttributes,XMLNode-method > ### removeAttributes,XMLInternalElementNode-method > ### removeAttributes,XMLNode-method > ### Keywords: IO programming > > ### ** Examples > > > b = newXMLNode("bob", + namespace = c(r = "http://www.r-project.org", + omg = "https://www.omegahat.net")) > > cat(saveXML(b), "\n") <bob xmlns:r="http://www.r-project.org" xmlns:omg="https://www.omegahat.net"/> > > addAttributes(b, a = 1, b = "xyz", "r:version" = "2.4.1", "omg:len" = 3) <bob xmlns:r="http://www.r-project.org" xmlns:omg="https://www.omegahat.net" a="1" b="xyz" r:version="2.4.1" omg:len="3"/> > cat(saveXML(b), "\n") <bob xmlns:r="http://www.r-project.org" xmlns:omg="https://www.omegahat.net" a="1" b="xyz" r:version="2.4.1" omg:len="3"/> > > removeAttributes(b, "a", "r:version") Error in removeAttributes(b, "a", "r:version") : R_ExternalPtrAddr: argument of type NILSXP is not an external pointer Calls: removeAttributes -> removeAttributes Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 3.99-0.17
Check: whether package can be installed
Result: WARN Found the following significant warnings: DocParse.c:1334:5: warning: 'xmlKeepBlanksDefault' is deprecated [-Wdeprecated-declarations] RSDTD.c:134:7: warning: 'xmlSkipBlankChars' is deprecated [-Wdeprecated-declarations] RSDTD.c:135:7: warning: 'xmlParseMarkupDecl' is deprecated [-Wdeprecated-declarations] RUtils.c:142:5: warning: 'xmlSubstituteEntitiesDefault' is deprecated [-Wdeprecated-declarations] See 'd:/Rcompile/CRANpkg/local/4.5/XML.Rcheck/00install.out' for details. * used C compiler: 'gcc.exe (GCC) 13.2.0' Flavor: r-devel-windows-x86_64

Version: 3.99-0.17
Check: installed package size
Result: NOTE installed size is 5.2Mb sub-directories of 1Mb or more: exampleData 1.3Mb libs 2.1Mb Flavors: r-devel-windows-x86_64, r-oldrel-windows-x86_64

Version: 3.99-0.16.1
Check: whether package can be installed
Result: WARN Found the following significant warnings: DocParse.c:1334:5: warning: 'xmlKeepBlanksDefault' is deprecated [-Wdeprecated-declarations] RSDTD.c:134:7: warning: 'xmlSkipBlankChars' is deprecated [-Wdeprecated-declarations] RSDTD.c:135:7: warning: 'xmlParseMarkupDecl' is deprecated [-Wdeprecated-declarations] RUtils.c:142:5: warning: 'xmlSubstituteEntitiesDefault' is deprecated [-Wdeprecated-declarations] See 'd:/Rcompile/CRANpkg/local/4.4/XML.Rcheck/00install.out' for details. * used C compiler: 'gcc.exe (GCC) 13.2.0' Flavor: r-release-windows-x86_64

Version: 3.99-0.16.1
Check: installed package size
Result: NOTE installed size is 5.2Mb sub-directories of 1Mb or more: exampleData 1.3Mb libs 2.1Mb Flavor: r-release-windows-x86_64

Version: 3.99-0.17
Check: whether package can be installed
Result: WARN Found the following significant warnings: DocParse.c:1334:5: warning: 'xmlKeepBlanksDefault' is deprecated [-Wdeprecated-declarations] RSDTD.c:134:7: warning: 'xmlSkipBlankChars' is deprecated [-Wdeprecated-declarations] RSDTD.c:135:7: warning: 'xmlParseMarkupDecl' is deprecated [-Wdeprecated-declarations] RUtils.c:142:5: warning: 'xmlSubstituteEntitiesDefault' is deprecated [-Wdeprecated-declarations] See 'd:/Rcompile/CRANpkg/local/4.3/XML.Rcheck/00install.out' for details. * used C compiler: 'gcc.exe (GCC) 12.3.0' Flavor: r-oldrel-windows-x86_64