Last updated on 2025-01-15 02:49:52 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.98-1.16 | 19.89 | 44.90 | 64.79 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.98-1.16 | 14.99 | 31.32 | 46.31 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.98-1.16 | 101.71 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.98-1.16 | 104.98 | OK | |||
r-devel-windows-x86_64 | 1.98-1.16 | 40.00 | 165.00 | 205.00 | ERROR | |
r-patched-linux-x86_64 | 1.98-1.16 | 18.35 | 41.70 | 60.05 | NOTE | |
r-release-linux-x86_64 | 1.98-1.16 | 16.88 | 41.92 | 58.80 | NOTE | |
r-release-macos-arm64 | 1.98-1.16 | 192.00 | NOTE | |||
r-release-macos-x86_64 | 1.98-1.16 | 247.00 | NOTE | |||
r-release-windows-x86_64 | 1.98-1.16 | 38.00 | 167.00 | 205.00 | NOTE | |
r-oldrel-macos-arm64 | 1.98-1.16 | 170.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.98-1.16 | 220.00 | NOTE | |||
r-oldrel-windows-x86_64 | 1.98-1.16 | 40.00 | 184.00 | 224.00 | NOTE |
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