Last updated on 2017-12-20 00:47:14 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.0 | 0.88 | 21.13 | 22.01 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.0 | ERROR | ||||
r-devel-linux-x86_64-fedora-clang | 0.1.0 | 27.61 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 27.43 | OK | |||
r-devel-windows-ix86+x86_64 | 0.1.0 | 3.00 | 42.00 | 45.00 | OK | |
r-patched-linux-x86_64 | 0.1.0 | 0.99 | 21.49 | 22.48 | OK | |
r-patched-solaris-x86 | 0.1.0 | 36.00 | OK | |||
r-release-linux-x86_64 | 0.1.0 | 0.98 | 21.30 | 22.28 | OK | |
r-release-windows-ix86+x86_64 | 0.1.0 | 3.00 | 44.00 | 47.00 | OK | |
r-release-osx-x86_64 | 0.1.0 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.1.0 | 2.00 | 40.00 | 42.00 | ERROR | |
r-oldrel-osx-x86_64 | 0.1.0 | OK |
Version: 0.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [3s/7s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(RonFHIR)
>
> test_check("RonFHIR")
── 1. Error: fhirClient checks only connects to FHIR Servers STU 3 (@test-fhirCl
Server error: (502) Bad Gateway
1: expect_silent(fhirClient$new("http://fhirtest.uhn.ca/baseDstu3")) at testthat/test-fhirClient.R:9
2: quasi_capture(enquo(object), evaluate_promise)
3: capture(act$val <- eval_bare(get_expr(quo), get_env(quo)))
4: withr::with_output_sink(temp, withCallingHandlers(withVisible(code), warning = handle_warning,
message = handle_message))
5: force(code)
6: withCallingHandlers(withVisible(code), warning = handle_warning, message = handle_message)
7: withVisible(code)
8: eval_bare(get_expr(quo), get_env(quo))
9: fhirClient$new("http://fhirtest.uhn.ca/baseDstu3")
10: .subset2(public_bind_env, "initialize")(...)
11: initialize(self, private, endpoint)
12: getJSON(paste(endpoint, "metadata", sep = ""))
13: stop(http_status(response)$message, call. = FALSE)
══ testthat results ═══════════════════════════════════════════════════════════
OK: 78 SKIPPED: 0 FAILED: 1
1. Error: fhirClient checks only connects to FHIR Servers STU 3 (@test-fhirClient.R#9)
Error: testthat unit tests failed
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.0
Check: tests
Result: ERROR
Running 'testthat.R' [5s]
Running the tests in 'tests/testthat.R' failed.
Last 13 lines of output:
6: withCallingHandlers(withVisible(code), warning = handle_warning, message = handle_message)
7: withVisible(code)
8: eval_bare(get_expr(quo), get_env(quo))
9: fhirClient$new("http://fhirtest.uhn.ca/baseDstu3")
10: .subset2(public_bind_env, "initialize")(...)
11: initialize(self, private, endpoint)
12: getJSON(paste(endpoint, "metadata", sep = ""))
13: stop(http_status(response)$message, call. = FALSE)
== testthat results ===========================================================
OK: 78 SKIPPED: 0 FAILED: 1
1. Error: fhirClient checks only connects to FHIR Servers STU 3 (@test-fhirClient.R#9)
Error: testthat unit tests failed
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64