CRAN Package Check Results for Maintainer ‘CRAN Team <CRAN at r-project.org>’

Last updated on 2024-06-27 08:50:23 CEST.

Package ERROR WARN NOTE OK
RCurl 2 11
RJSONIO 5 8
XML 1 3 9

Package RCurl

Current CRAN status: ERROR: 2, NOTE: 11

Version: 1.98-1.14
Check: for GNU extensions in Makefiles
Result: NOTE GNU make is a SystemRequirements. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Version: 1.98-1.14
Check: whether package can be installed
Result: ERROR Installation failed. Flavors: r-devel-windows-x86_64, r-release-windows-x86_64

Version: 1.98-1.14
Check: installed package size
Result: NOTE installed size is 10.3Mb sub-directories of 1Mb or more: libs 8.3Mb Flavor: r-oldrel-windows-x86_64

Package RJSONIO

Current CRAN status: NOTE: 5, OK: 8

Version: 1.3-1.9
Check: compiled code
Result: NOTE File ‘RJSONIO/libs/RJSONIO.so’: Found non-API call to R: ‘VECTOR_PTR’ Compiled code should not call non-API entry points in R. See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 1.3-1.9
Check: compiled code
Result: NOTE File ‘RJSONIO/libs/RJSONIO.so’: Found non-API call to R: ‘VECTOR_PTR’ Compiled code should not call non-API entry points in R. See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual. See section ‘Moving into C API compliance’ in the ‘Writing R Extensions’ manual for issues with use of non-API entry points. Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.3-1.9
Check: compiled code
Result: NOTE File 'RJSONIO/libs/x64/RJSONIO.dll': Found non-API call to R: 'VECTOR_PTR' Compiled code should not call non-API entry points in R. See 'Writing portable packages' in the 'Writing R Extensions' manual. Flavor: r-devel-windows-x86_64

Package XML

Current CRAN status: ERROR: 1, WARN: 3, OK: 9

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.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