CRAN Package Check Results for Package WaterML

Last updated on 2019-09-03 06:50:07 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.7.1 ERROR
r-devel-linux-x86_64-debian-gcc 1.7.1 4.29 31.37 35.66 ERROR
r-devel-linux-x86_64-fedora-clang 1.7.1 37.75 ERROR
r-devel-linux-x86_64-fedora-gcc 1.7.1 52.07 ERROR
r-devel-windows-ix86+x86_64 1.7.1 14.00 83.00 97.00 ERROR
r-patched-linux-x86_64 1.7.1 4.84 38.65 43.49 ERROR
r-patched-solaris-x86 1.7.1 77.90 OK
r-release-linux-x86_64 1.7.1 4.22 38.84 43.06 ERROR
r-release-windows-ix86+x86_64 1.7.1 8.00 76.00 84.00 ERROR
r-release-osx-x86_64 1.7.1 OK
r-oldrel-windows-ix86+x86_64 1.7.1 5.00 78.00 83.00 ERROR
r-oldrel-osx-x86_64 1.7.1 OK

Check Details

Version: 1.7.1
Check: examples
Result: ERROR
    Running examples in 'WaterML-Ex.R' failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### 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 1017\",\n\"MethodLink\": \"http://example.com\",\n\"VariableID\": 0 \n}"
    Error in curl::curl_fetch_memory(url, handle = handle) :
     Timeout was reached: Connection timed out after 10000 milliseconds
    Calls: AddMethods ... request_fetch -> request_fetch.write_memory -> <Anonymous>
    Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 1.7.1
Check: re-building of vignette outputs
Result: WARN
    Error(s) in re-building vignettes:
     ...
    --- re-building 'WaterML-Tutorial.Rmd' using rmarkdown
    Quitting from lines 84-86 (WaterML-Tutorial.Rmd)
    Error: processing vignette 'WaterML-Tutorial.Rmd' failed with diagnostics:
    object 'DataValue' not found
    --- failed re-building 'WaterML-Tutorial.Rmd'
    
    SUMMARY: processing the following file failed:
     'WaterML-Tutorial.Rmd'
    
    Error: Vignette re-building failed.
    Execution halted
Flavor: r-devel-linux-x86_64-debian-clang

Version: 1.7.1
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 1017\",\n\"MethodLink\": \"http://example.com\",\n\"VariableID\": 0 \n}"
    Error in curl::curl_fetch_memory(url, handle = handle) :
     Timeout was reached: Connection timed out after 10001 milliseconds
    Calls: AddMethods ... request_fetch -> request_fetch.write_memory -> <Anonymous>
    Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 1.7.1
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 1017\",\n\"MethodLink\": \"http://example.com\",\n\"VariableID\": 0 \n}"
    Error in curl::curl_fetch_memory(url, handle = handle) :
     Timeout was reached: Connection timed out after 10000 milliseconds
    Calls: AddMethods ... request_fetch -> request_fetch.write_memory -> <Anonymous>
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-gcc, r-devel-windows-ix86+x86_64, r-release-windows-ix86+x86_64

Version: 1.7.1
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: Connection timed out after 10009 milliseconds
    Calls: AddMethods ... request_fetch -> request_fetch.write_memory -> <Anonymous>
    Execution halted
Flavor: r-oldrel-windows-ix86+x86_64