Last updated on 2021-02-28 07:51:26 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.9.5 | 4.30 | 43.94 | 48.24 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.9.5 | 3.30 | 33.84 | 37.14 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.9.5 | 67.39 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.9.5 | 58.76 | OK | |||
r-devel-windows-ix86+x86_64 | 1.9.5 | 7.00 | 57.00 | 64.00 | ERROR | |
r-patched-linux-x86_64 | 1.9.5 | 4.26 | 42.02 | 46.28 | OK | |
r-patched-solaris-x86 | 1.9.5 | 82.00 | ERROR | |||
r-release-linux-x86_64 | 1.9.5 | 4.49 | 41.97 | 46.46 | OK | |
r-release-macos-x86_64 | 1.9.5 | OK | ||||
r-release-windows-ix86+x86_64 | 1.9.5 | 9.00 | 72.00 | 81.00 | OK | |
r-oldrel-macos-x86_64 | 1.9.5 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 1.9.5 | 5.00 | 70.00 | 75.00 | OK |
Version: 1.9.5
Check: examples
Result: ERROR
Running examples in 'WaterML-Ex.R' failed
The error most likely occurred in:
> ### Name: MakeSOAPEnvelope
> ### Title: MakeSOAPEnvelope
> ### Aliases: MakeSOAPEnvelope
> ### Keywords: WaterML
>
> ### ** Examples
>
> library(httr)
> library(XML)
> myEnvelope <- MakeSOAPEnvelope("http://www.cuahsi.org/his/1.1/ws/", "GetSitesObject")
> SOAPAction <- "http://www.cuahsi.org/his/1.1/ws/GetSitesObject"
> url <- "http://hydrodata.info/chmi-d/cuahsi_1_1.asmx"
> response <- POST(url, body = myEnvelope,
+ add_headers("Content-Type" = "text/xml", "SOAPAction" = SOAPAction),
+ verbose())
Error in curl::curl_fetch_memory(url, handle = handle) :
Could not resolve host: hydrodata.info
Calls: POST ... request_fetch -> request_fetch.write_memory -> <Anonymous>
Execution halted
Flavor: r-devel-windows-ix86+x86_64
Version: 1.9.5
Check: examples
Result: ERROR
Running examples in ‘WaterML-Ex.R’ failed
The error most likely occurred in:
> ### Name: MakeSOAPEnvelope
> ### Title: MakeSOAPEnvelope
> ### Aliases: MakeSOAPEnvelope
> ### Keywords: WaterML
>
> ### ** Examples
>
> library(httr)
> library(XML)
> myEnvelope <- MakeSOAPEnvelope("http://www.cuahsi.org/his/1.1/ws/", "GetSitesObject")
> SOAPAction <- "http://www.cuahsi.org/his/1.1/ws/GetSitesObject"
> url <- "http://hydrodata.info/chmi-d/cuahsi_1_1.asmx"
> response <- POST(url, body = myEnvelope,
+ add_headers("Content-Type" = "text/xml", "SOAPAction" = SOAPAction),
+ verbose())
Error in curl::curl_fetch_memory(url, handle = handle) :
Could not resolve: hydrodata.info (Domain name not found)
Calls: POST ... request_fetch -> request_fetch.write_memory -> <Anonymous>
Execution halted
Flavor: r-patched-solaris-x86