Last updated on 2019-02-14 07:48:16 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.4 | 1.31 | 17.41 | 18.72 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.0.4 | 1.05 | 14.21 | 15.26 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.0.4 | 23.19 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.4 | 21.10 | ERROR | |||
r-devel-windows-ix86+x86_64 | 1.0.4 | 5.00 | 41.00 | 46.00 | ERROR | |
r-patched-linux-x86_64 | 1.0.4 | 0.95 | 16.07 | 17.02 | ERROR | |
r-patched-solaris-x86 | 1.0.4 | 32.30 | ERROR | |||
r-release-linux-x86_64 | 1.0.4 | 0.84 | 16.23 | 17.07 | ERROR | |
r-release-windows-ix86+x86_64 | 1.0.4 | 3.00 | 62.00 | 65.00 | ERROR | |
r-release-osx-x86_64 | 1.0.4 | ERROR | ||||
r-oldrel-windows-ix86+x86_64 | 1.0.4 | 5.00 | 96.00 | 101.00 | ERROR | |
r-oldrel-osx-x86_64 | 1.0.4 | OK |
Version: 1.0.4
Check: examples
Result: ERROR
Running examples in ‘ddeploy-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: duke_deploy
> ### Title: Deploy model using REST API
> ### Aliases: duke_deploy
>
> ### ** Examples
>
> duke_auth <- list(
+ user_name = "try_it",
+ api_key = "db1542b66f16aba5768d8a19c27dec4facf9168a",
+ endpoint = "/api/v1.0"
+ )
> example_data <- as.data.frame(cbind(gl(3,50),rnorm(150)));names(example_data) <- c("x","y")
> example_fit <- lm(y~x,data=example_data)
> duke_deploy(auth_details=duke_auth,model_object=example_fit)
Error in curl::curl_fetch_memory(url, handle = handle) :
Timeout was reached: Connection timed out after 10001 milliseconds
Calls: duke_deploy ... request_fetch -> request_fetch.write_memory -> <Anonymous>
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 1.0.4
Check: examples
Result: ERROR
Running examples in ‘ddeploy-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: duke_deploy
> ### Title: Deploy model using REST API
> ### Aliases: duke_deploy
>
> ### ** Examples
>
> duke_auth <- list(
+ user_name = "try_it",
+ api_key = "db1542b66f16aba5768d8a19c27dec4facf9168a",
+ endpoint = "/api/v1.0"
+ )
> example_data <- as.data.frame(cbind(gl(3,50),rnorm(150)));names(example_data) <- c("x","y")
> example_fit <- lm(y~x,data=example_data)
> duke_deploy(auth_details=duke_auth,model_object=example_fit)
Error in curl::curl_fetch_memory(url, handle = handle) :
Timeout was reached: Connection timed out after 10000 milliseconds
Calls: duke_deploy ... request_fetch -> request_fetch.write_memory -> <Anonymous>
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.0.4
Check: examples
Result: ERROR
Running examples in ‘ddeploy-Ex.R’ failed
The error most likely occurred in:
> ### Name: duke_deploy
> ### Title: Deploy model using REST API
> ### Aliases: duke_deploy
>
> ### ** Examples
>
> duke_auth <- list(
+ user_name = "try_it",
+ api_key = "db1542b66f16aba5768d8a19c27dec4facf9168a",
+ endpoint = "/api/v1.0"
+ )
> example_data <- as.data.frame(cbind(gl(3,50),rnorm(150)));names(example_data) <- c("x","y")
> example_fit <- lm(y~x,data=example_data)
> duke_deploy(auth_details=duke_auth,model_object=example_fit)
Error: lexical error: invalid char in json text.
<html> <head><title>502 Bad Ga
(right here) ------^
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86
Version: 1.0.4
Check: examples
Result: ERROR
Running examples in 'ddeploy-Ex.R' failed
The error most likely occurred in:
> ### Name: duke_deploy
> ### Title: Deploy model using REST API
> ### Aliases: duke_deploy
>
> ### ** Examples
>
> duke_auth <- list(
+ user_name = "try_it",
+ api_key = "db1542b66f16aba5768d8a19c27dec4facf9168a",
+ endpoint = "/api/v1.0"
+ )
> example_data <- as.data.frame(cbind(gl(3,50),rnorm(150)));names(example_data) <- c("x","y")
> example_fit <- lm(y~x,data=example_data)
> duke_deploy(auth_details=duke_auth,model_object=example_fit)
Error in curl::curl_fetch_memory(url, handle = handle) :
Timeout was reached: Connection timed out after 10000 milliseconds
Calls: duke_deploy ... request_fetch -> request_fetch.write_memory -> <Anonymous>
Execution halted
Flavor: r-devel-windows-ix86+x86_64
Version: 1.0.4
Check: examples
Result: ERROR
Running examples in 'ddeploy-Ex.R' failed
The error most likely occurred in:
> ### Name: duke_deploy
> ### Title: Deploy model using REST API
> ### Aliases: duke_deploy
>
> ### ** Examples
>
> duke_auth <- list(
+ user_name = "try_it",
+ api_key = "db1542b66f16aba5768d8a19c27dec4facf9168a",
+ endpoint = "/api/v1.0"
+ )
> example_data <- as.data.frame(cbind(gl(3,50),rnorm(150)));names(example_data) <- c("x","y")
> example_fit <- lm(y~x,data=example_data)
> duke_deploy(auth_details=duke_auth,model_object=example_fit)
Error in curl::curl_fetch_memory(url, handle = handle) :
Timeout was reached: Connection timed out after 10015 milliseconds
Calls: duke_deploy ... request_fetch -> request_fetch.write_memory -> <Anonymous>
Execution halted
Flavor: r-release-windows-ix86+x86_64
Version: 1.0.4
Check: examples
Result: ERROR
Running examples in ‘ddeploy-Ex.R’ failed
The error most likely occurred in:
> ### Name: duke_deploy
> ### Title: Deploy model using REST API
> ### Aliases: duke_deploy
>
> ### ** Examples
>
> duke_auth <- list(
+ user_name = "try_it",
+ api_key = "db1542b66f16aba5768d8a19c27dec4facf9168a",
+ endpoint = "/api/v1.0"
+ )
> example_data <- as.data.frame(cbind(gl(3,50),rnorm(150)));names(example_data) <- c("x","y")
> example_fit <- lm(y~x,data=example_data)
> duke_deploy(auth_details=duke_auth,model_object=example_fit)
Error in curl::curl_fetch_memory(url, handle = handle) :
Timeout was reached: Connection timed out after 10002 milliseconds
Calls: duke_deploy ... request_fetch -> request_fetch.write_memory -> <Anonymous>
Execution halted
Flavor: r-release-osx-x86_64
Version: 1.0.4
Check: examples
Result: ERROR
Running examples in 'ddeploy-Ex.R' failed
The error most likely occurred in:
> ### Name: duke_deploy
> ### Title: Deploy model using REST API
> ### Aliases: duke_deploy
>
> ### ** Examples
>
> duke_auth <- list(
+ user_name = "try_it",
+ api_key = "db1542b66f16aba5768d8a19c27dec4facf9168a",
+ endpoint = "/api/v1.0"
+ )
> example_data <- as.data.frame(cbind(gl(3,50),rnorm(150)));names(example_data) <- c("x","y")
> example_fit <- lm(y~x,data=example_data)
> duke_deploy(auth_details=duke_auth,model_object=example_fit)
Error in curl::curl_fetch_memory(url, handle = handle) :
Timeout was reached: Connection timed out after 10000 milliseconds
Calls: duke_deploy ... request_fetch -> request_fetch.write_memory -> <Anonymous> -> .Call
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64