Last updated on 2018-03-28 08:48:51 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.1 | 4.77 | 89.96 | 94.73 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.2.1 | 3.57 | 67.91 | 71.48 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.2.1 | 116.35 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.1 | 116.51 | OK | |||
r-devel-windows-ix86+x86_64 | 0.2.1 | 11.00 | 117.00 | 128.00 | OK | |
r-patched-linux-x86_64 | 0.2.1 | 4.56 | 88.81 | 93.37 | ERROR | |
r-patched-solaris-x86 | 0.2.1 | 105.30 | OK | |||
r-release-linux-x86_64 | 0.2.1 | 3.79 | 109.22 | 113.01 | ERROR | |
r-release-windows-ix86+x86_64 | 0.2.1 | 17.00 | 186.00 | 203.00 | OK | |
r-release-osx-x86_64 | 0.2.1 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.2.1 | 9.00 | 117.00 | 126.00 | OK | |
r-oldrel-osx-x86_64 | 0.1.1 | OK |
Version: 0.2.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [42s/51s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(evaluator)
>
> test_check("evaluator")
── 1. Error: Risk Dashboard renders (@test-reports.R#58) ─────────────────
cannot open the connection
1: evaluate_promise(risk_dashboard(input_directory = tmpinputs, results_directory = tmpdata,
output_file = file, quiet = FALSE)) at testthat/test-reports.R:58
2: withr::with_output_sink(temp, withCallingHandlers(withVisible(code), warning = handle_warning,
message = handle_message))
3: force(code)
4: withCallingHandlers(withVisible(code), warning = handle_warning, message = handle_message)
5: withVisible(code)
6: risk_dashboard(input_directory = tmpinputs, results_directory = tmpdata, output_file = file,
quiet = FALSE)
7: rmarkdown::render(system.file("rmd", "risk_dashboard.Rmd", package = "evaluator"),
output_options = list(css = styles, favicon = icon, logo = icon), output_file = output_file,
intermediates_dir = intermediates_dir, params = list(input_directory = input_directory,
results_directory = results_directory), quiet = quiet, ...)
8: knitr::knit(knit_input, knit_output, envir = envir, quiet = quiet, encoding = encoding)
9: process_file(text, output)
10: withCallingHandlers(if (tangle) process_tangle(group) else process_group(group),
error = function(e) {
setwd(wd)
cat(res, sep = "\n", file = output %n% "")
message("Quitting from lines ", paste(current_lines(i), collapse = "-"),
" (", knit_concord$get("infile"), ") ")
})
11: process_group(group)
12: process_group.block(group)
13: call_block(x)
14: block_exec(params)
15: block_cache(options, output, objs)
16: cache$library(options$cache.path, save = TRUE)
17: writeLines(x, path)
18: file(con, "w")
══ testthat results ═══════════════════════════════════════════════════════════
OK: 79 SKIPPED: 3 FAILED: 1
1. Error: Risk Dashboard renders (@test-reports.R#58)
Error: testthat unit tests failed
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-patched-linux-x86_64
Version: 0.2.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [30s/42s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(evaluator)
>
> test_check("evaluator")
── 1. Error: Risk Dashboard renders (@test-reports.R#58) ─────────────────
cannot open the connection
1: evaluate_promise(risk_dashboard(input_directory = tmpinputs, results_directory = tmpdata,
output_file = file, quiet = FALSE)) at testthat/test-reports.R:58
2: withr::with_output_sink(temp, withCallingHandlers(withVisible(code), warning = handle_warning,
message = handle_message))
3: force(code)
4: withCallingHandlers(withVisible(code), warning = handle_warning, message = handle_message)
5: withVisible(code)
6: risk_dashboard(input_directory = tmpinputs, results_directory = tmpdata, output_file = file,
quiet = FALSE)
7: rmarkdown::render(system.file("rmd", "risk_dashboard.Rmd", package = "evaluator"),
output_options = list(css = styles, favicon = icon, logo = icon), output_file = output_file,
intermediates_dir = intermediates_dir, params = list(input_directory = input_directory,
results_directory = results_directory), quiet = quiet, ...)
8: knitr::knit(knit_input, knit_output, envir = envir, quiet = quiet, encoding = encoding)
9: process_file(text, output)
10: withCallingHandlers(if (tangle) process_tangle(group) else process_group(group),
error = function(e) {
setwd(wd)
cat(res, sep = "\n", file = output %n% "")
message("Quitting from lines ", paste(current_lines(i), collapse = "-"),
" (", knit_concord$get("infile"), ") ")
})
11: process_group(group)
12: process_group.block(group)
13: call_block(x)
14: block_exec(params)
15: block_cache(options, output, objs)
16: cache$library(options$cache.path, save = TRUE)
17: writeLines(x, path)
18: file(con, "w")
══ testthat results ═══════════════════════════════════════════════════════════
OK: 79 SKIPPED: 3 FAILED: 1
1. Error: Risk Dashboard renders (@test-reports.R#58)
Error: testthat unit tests failed
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.2.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [52s/69s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(evaluator)
>
> test_check("evaluator")
── 1. Error: Risk Dashboard renders (@test-reports.R#58) ─────────────────
cannot open the connection
1: evaluate_promise(risk_dashboard(input_directory = tmpinputs, results_directory = tmpdata,
output_file = file, quiet = FALSE)) at testthat/test-reports.R:58
2: withr::with_output_sink(temp, withCallingHandlers(withVisible(code), warning = handle_warning,
message = handle_message))
3: force(code)
4: withCallingHandlers(withVisible(code), warning = handle_warning, message = handle_message)
5: withVisible(code)
6: risk_dashboard(input_directory = tmpinputs, results_directory = tmpdata, output_file = file,
quiet = FALSE)
7: rmarkdown::render(system.file("rmd", "risk_dashboard.Rmd", package = "evaluator"),
output_options = list(css = styles, favicon = icon, logo = icon), output_file = output_file,
intermediates_dir = intermediates_dir, params = list(input_directory = input_directory,
results_directory = results_directory), quiet = quiet, ...)
8: knitr::knit(knit_input, knit_output, envir = envir, quiet = quiet, encoding = encoding)
9: process_file(text, output)
10: withCallingHandlers(if (tangle) process_tangle(group) else process_group(group),
error = function(e) {
setwd(wd)
cat(res, sep = "\n", file = output %n% "")
message("Quitting from lines ", paste(current_lines(i), collapse = "-"),
" (", knit_concord$get("infile"), ") ")
})
11: process_group(group)
12: process_group.block(group)
13: call_block(x)
14: block_exec(params)
15: block_cache(options, output, objs)
16: cache$library(options$cache.path, save = TRUE)
17: writeLines(x, path)
18: file(con, "w")
══ testthat results ═══════════════════════════════════════════════════════════
OK: 79 SKIPPED: 3 FAILED: 1
1. Error: Risk Dashboard renders (@test-reports.R#58)
Error: testthat unit tests failed
Execution halted
Flavor: r-release-linux-x86_64