Last updated on 2022-06-21 09:50:49 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.4.1 | 5.58 | 0.02 | 5.60 | FAIL | |
r-devel-linux-x86_64-debian-gcc | 0.4.1 | 4.32 | 0.02 | 4.34 | FAIL | |
r-devel-linux-x86_64-fedora-clang | 0.4.1 | 72.90 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.4.1 | 71.85 | ERROR | |||
r-devel-windows-x86_64 | 0.4.1 | 51.00 | 0.00 | 51.00 | FAIL | |
r-patched-linux-x86_64 | 0.4.1 | 4.42 | 0.03 | 4.45 | FAIL | |
r-release-linux-x86_64 | 0.4.1 | 5.37 | 0.02 | 5.39 | FAIL | |
r-release-macos-arm64 | 0.4.1 | 26.00 | OK | |||
r-release-macos-x86_64 | 0.4.1 | 46.00 | OK | |||
r-release-windows-x86_64 | 0.4.1 | 35.00 | 0.00 | 35.00 | FAIL | |
r-oldrel-macos-arm64 | 0.4.1 | 31.00 | OK | |||
r-oldrel-macos-x86_64 | 0.4.1 | 1803.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 0.4.1 | 12.00 | 0.00 | 12.00 | FAIL |
Version: 0.4.1
Check: examples
Result: FAIL
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: 0.4.1
Check: examples
Result: ERROR
Running examples in ‘distribglm-Ex.R’ failed
The error most likely occurred in:
> ### Name: api_url
> ### Title: API Functions and wrappers
> ### Aliases: api_url api_set_url api_available_models api_get_current_beta
> ### api_model_trace api_model_specification api_submit_gradient
> ### api_model_converged api_setup_model api_clear_model
> ### api_estimate_model
>
> ### ** Examples
>
> api_url()
[1] "https://rsconnect.biostat.jhsph.edu/distribglm"
> api_set_url(api_url())
[1] "https://rsconnect.biostat.jhsph.edu/distribglm"
> api_available_models()
Error in curl::curl_fetch_memory(url, handle = handle) :
Operation was aborted by an application callback
Calls: api_available_models ... request_fetch -> request_fetch.write_memory -> <Anonymous>
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.4.1
Check: examples
Result: FAIL
Check process probably crashed or hung up for 20 minutes ... killed
Most likely this happened in the example checks (?),
if not, ignore the following last lines of example output:
Type 'q()' to quit R.
> pkgname <- "distribglm"
> source(file.path(R.home("share"), "R", "examples-header.R"))
> options(warn = 1)
> options(pager = "console")
> library('distribglm')
>
> base::assign(".oldSearch", base::search(), pos = 'CheckExEnv')
> base::assign(".old_wd", base::getwd(), pos = 'CheckExEnv')
> cleanEx()
> nameEx("api")
> ### * api
>
> flush(stderr()); flush(stdout())
>
> ### Name: api_url
> ### Title: API Functions and wrappers
> ### Aliases: api_url api_set_url api_available_models api_get_current_beta
> ### api_model_trace api_model_specification api_submit_gradient
> ### api_model_converged api_setup_model api_clear_model
> ### api_estimate_model
>
> ### ** Examples
>
> api_url()
[1] "https://rsconnect.biostat.jhsph.edu/distribglm"
> api_set_url(api_url())
[1] "https://rsconnect.biostat.jhsph.edu/distribglm"
> api_available_models()
======== End of example output (where/before crash/hang up occured ?) ========
Flavors: r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-ix86+x86_64