CRAN Package Check Results for Package WaterML

Last updated on 2015-12-29 00:47:07.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-gcc 1.5.0 1.33 89.52 90.85 OK
r-devel-linux-x86_64-fedora-clang 1.5.0 44.80 OK
r-devel-linux-x86_64-fedora-gcc 1.5.0 41.60 OK
r-devel-osx-x86_64-clang 1.5.0 102.39 OK
r-devel-windows-ix86+x86_64 1.5.0 3.00 101.00 104.00 OK
r-patched-linux-x86_64 1.5.0 1.11 73.64 74.75 OK
r-patched-solaris-sparc 1.5.0 283.30 OK
r-patched-solaris-x86 1.5.0 60.60 OK
r-release-linux-x86_64 1.5.0 1.19 35.63 36.82 ERROR
r-release-osx-x86_64-mavericks 1.5.0 OK
r-release-windows-ix86+x86_64 1.5.0 6.00 81.00 87.00 OK
r-oldrel-windows-ix86+x86_64 1.5.0 10.00 108.00 118.00 OK

Check Details

Version: 1.5.0
Check: examples
Result: ERROR
    Running examples in ‘WaterML-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: AddMethods
    > ### Title: AddMethods
    > ### Aliases: AddMethods
    > ### Keywords: waterml
    >
    > ### ** Examples
    >
    > user <- "admin"
    > pass <- "password"
    > server <- "http://worldwater.byu.edu/app/index.php/default/services/cuahsi_1_1.asmx"
    > #make random site codes
    > random_description <- sprintf("R Test Method %04d",sample(1:10000, 1))
    > random_link <- "http://example.com"
    > my_methods <- data.frame(
    + MethodDescription = random_description,
    + MethodLink = random_link
    + )
    >
    > added_methods <- AddMethods(server, username=user, password=pass,
    + methods=my_methods)
    [1] "{\n \"user\": \"admin\",\n\"password\": \"password\",\n\"MethodDescription\": \"R Test Method 2656\",\n\"MethodLink\": \"http://example.com\",\n\"VariableID\": 0 \n}"
    Error in curl::curl_fetch_memory(url, handle = handle) :
     Timeout was reached
    Calls: AddMethods ... request_fetch -> request_fetch.write_memory -> <Anonymous> -> .Call
    Execution halted
Flavor: r-release-linux-x86_64