Last updated on 2025-01-30 16:48:47 CET.
Package | ERROR | WARN | NOTE | OK |
---|---|---|---|---|
RCurl | 1 | 8 | 4 | |
RJSONIO | 5 | 8 | ||
XML | 3 | 10 |
Current CRAN status: ERROR: 1, NOTE: 8, OK: 4
Version: 1.98-1.16
Check: examples
Result: ERROR
Running examples in 'RCurl-Ex.R' failed
The error most likely occurred in:
> ### Name: curlPerform
> ### Title: Perform the HTTP query
> ### Aliases: curlPerform curlMultiPerform
> ### Keywords: IO
>
> ### ** Examples
>
> if(url.exists("https://www.omegahat.net/RCurl")) withAutoprint({
+ h = basicTextGatherer()
+ curlPerform(url = "https://www.omegahat.net/RCurl", writefunction = h$update)
+ # Now read the text that was cumulated during the query response.
+ cat(h$value())
+ })
>
>
> ## this no longer exists
> if(url.exists("http://services.soaplite.com/hibye.cgi")) withAutoprint({
+ # SOAP request
+ body = '<?xml version="1.0" encoding="UTF-8"?>\
+ <SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" \
+ xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" \
+ xmlns:xsd="http://www.w3.org/1999/XMLSchema" \
+ xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" \
+ xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance">\
+ <SOAP-ENV:Body>\
+ <namesp1:hi xmlns:namesp1="http://www.soaplite.com/Demo"/>\
+ </SOAP-ENV:Body>\
+ </SOAP-ENV:Envelope>\n'
+
+
+ h$reset()
+ curlPerform(url = "http://services.soaplite.com/hibye.cgi",
+ httpheader=c(Accept="text/xml", Accept="multipart/*",
+ SOAPAction='"http://www.soaplite.com/Demo#hi"',
+ 'Content-Type' = "text/xml; charset=utf-8"),
+ postfields=body,
+ writefunction = h$update,
+ verbose = TRUE
+ )
+
+ body = h$value()
+
+ })
> body = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<SOAP-ENV:Envelope SOAP-ENV:encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\" \n xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" \n xmlns:xsd=\"http://www.w3.org/1999/XMLSchema\" \n xmlns:SOAP-ENC=\"http://schemas.xmlsoap.org/soap/encoding/\" \n xmlns:xsi=\"http://www.w3.org/1999/XMLSchema-instance\">\n <SOAP-ENV:Body>\n <namesp1:hi xmlns:namesp1=\"http://www.soaplite.com/Demo\"/>\n </SOAP-ENV:Body>\n</SOAP-ENV:Envelope>\n"
> h$reset()
Error in eval(ei, envir) : object 'h' not found
Calls: withAutoprint -> source -> withVisible -> eval -> eval
Execution halted
Flavor: r-devel-windows-x86_64
Version: 1.98-1.16
Check: for GNU extensions in Makefiles
Result: NOTE
GNU make is a SystemRequirements.
Flavors: r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Version: 1.98-1.16
Check: installed package size
Result: NOTE
installed size is 11.4Mb
sub-directories of 1Mb or more:
libs 9.4Mb
Flavors: r-release-windows-x86_64, r-oldrel-windows-x86_64
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,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
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
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,
and section 'Moving into C API compliance' for issues with the use of
non-API entry points.
Flavor: r-devel-windows-x86_64
Current CRAN status: WARN: 3, OK: 10
Version: 3.99-0.18
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
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.3.0'
Flavor: r-devel-windows-x86_64
Version: 3.99-0.18
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
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.3.0'
Flavor: r-release-windows-x86_64
Version: 3.99-0.18
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-release-windows-x86_64, r-oldrel-windows-x86_64
Version: 3.99-0.18
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
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.