Last updated on 2025-01-22 14:52:48 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.98-1.16 | 19.14 | 44.87 | 64.01 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.98-1.16 | 14.59 | 31.56 | 46.15 | 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 | 100.84 | OK | |||
r-devel-windows-x86_64 | 1.98-1.16 | 38.00 | 169.00 | 207.00 | ERROR | |
r-patched-linux-x86_64 | 1.98-1.16 | 18.51 | 41.89 | 60.40 | NOTE | |
r-release-linux-x86_64 | 1.98-1.16 | 18.16 | 42.08 | 60.24 | 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
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.
Health stats visible at Monitor.