Last updated on 2021-10-31 12:48:44 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.4.3 | 10.21 | 209.64 | 219.85 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.4.3 | 8.27 | 145.08 | 153.35 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.4.3 | 256.38 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.4.3 | 250.65 | ERROR | |||
r-devel-windows-x86_64 | 0.4.3 | 16.00 | 159.00 | 175.00 | ERROR | |
r-devel-windows-x86_64-gcc10-UCRT | 0.4.3 | ERROR | ||||
r-patched-linux-x86_64 | 0.4.3 | 10.56 | 195.96 | 206.52 | ERROR | |
r-patched-solaris-x86 | 0.4.3 | 213.20 | OK | |||
r-release-linux-x86_64 | 0.4.3 | 10.55 | 195.77 | 206.32 | ERROR | |
r-release-macos-arm64 | 0.4.3 | OK | ||||
r-release-macos-x86_64 | 0.4.3 | OK | ||||
r-release-windows-ix86+x86_64 | 0.4.3 | 18.00 | 117.00 | 135.00 | ERROR | |
r-oldrel-macos-x86_64 | 0.4.3 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.4.3 | 16.00 | 183.00 | 199.00 | ERROR |
Version: 0.4.3
Check: tests
Result: ERROR
Running 'spelling.R' [0s/1s]
Running 'testthat.R' [127s/143s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(evaluator)
>
> # ensure phantom.js is available on CI platforms
> if (Sys.getenv("NOT_CRAN", "") != "" || Sys.getenv("CI", "") != "") {
+ if (!shinytest::dependenciesInstalled()) shinytest:::installDependencies()
+ message("Using phantom.js from ", shinytest:::find_phantom(), "\n")
+ }
>
> test_check("evaluator")
# Scenario model: openfair_tef_tc_diff_lm
== Skipped tests ===============================================================
* Not running MVA test - EVALUATOR_TEST_MVA not set (1)
* On CRAN (1)
* Shiny testing is awkward, consider moving to stand along pkg (1)
* empty test (1)
== Failed tests ================================================================
-- Error (test-reports.R:50:3): Risk Dashboard renders -------------------------
Error in `parse(text = x, srcfile = src)`: attempt to use zero-length variable name
Backtrace:
x
1. +-testthat::evaluate_promise(...) test-reports.R:50:2
2. | +-withr::with_output_sink(...)
3. | | \-base::force(code)
4. | +-base::withCallingHandlers(...)
5. | \-base::withVisible(code)
6. \-evaluator::risk_dashboard(...)
7. \-rmarkdown::render(...)
8. \-knitr::knit(knit_input, knit_output, envir = envir, quiet = quiet)
9. \-knitr:::process_file(text, output)
10. +-base::withCallingHandlers(...)
11. +-knitr:::process_group(group)
12. \-knitr:::process_group.block(group)
13. \-knitr:::call_block(x)
14. \-knitr:::block_exec(params)
15. \-knitr:::eng_r(options)
16. +-knitr:::in_dir(...)
17. \-knitr:::evaluate(...)
18. \-evaluate::evaluate(...)
19. +-evaluate::parse_all(input, filename, stop_on_error != 2L)
20. \-evaluate:::parse_all.character(...)
21. \-base::parse(text = x, srcfile = src)
[ FAIL 1 | WARN 0 | SKIP 4 | PASS 137 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.4.3
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/1s]
Running ‘testthat.R’ [82s/116s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(evaluator)
>
> # ensure phantom.js is available on CI platforms
> if (Sys.getenv("NOT_CRAN", "") != "" || Sys.getenv("CI", "") != "") {
+ if (!shinytest::dependenciesInstalled()) shinytest:::installDependencies()
+ message("Using phantom.js from ", shinytest:::find_phantom(), "\n")
+ }
>
> test_check("evaluator")
# Scenario model: openfair_tef_tc_diff_lm
══ Skipped tests ═══════════════════════════════════════════════════════════════
• Not running MVA test - EVALUATOR_TEST_MVA not set (1)
• On CRAN (1)
• Shiny testing is awkward, consider moving to stand along pkg (1)
• empty test (1)
══ Failed tests ════════════════════════════════════════════════════════════════
── Error (test-reports.R:50:3): Risk Dashboard renders ─────────────────────────
Error in `parse(text = x, srcfile = src)`: attempt to use zero-length variable name
Backtrace:
█
1. ├─testthat::evaluate_promise(...) test-reports.R:50:2
2. │ ├─withr::with_output_sink(...)
3. │ │ └─base::force(code)
4. │ ├─base::withCallingHandlers(...)
5. │ └─base::withVisible(code)
6. └─evaluator::risk_dashboard(...)
7. └─rmarkdown::render(...)
8. └─knitr::knit(knit_input, knit_output, envir = envir, quiet = quiet)
9. └─knitr:::process_file(text, output)
10. ├─base::withCallingHandlers(...)
11. ├─knitr:::process_group(group)
12. └─knitr:::process_group.block(group)
13. └─knitr:::call_block(x)
14. └─knitr:::block_exec(params)
15. └─knitr:::eng_r(options)
16. ├─knitr:::in_dir(...)
17. └─knitr:::evaluate(...)
18. └─evaluate::evaluate(...)
19. ├─evaluate::parse_all(input, filename, stop_on_error != 2L)
20. └─evaluate:::parse_all.character(...)
21. └─base::parse(text = x, srcfile = src)
[ FAIL 1 | WARN 0 | SKIP 4 | PASS 137 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.4.3
Check: tests
Result: ERROR
Running ‘spelling.R’
Running ‘testthat.R’ [136s/166s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(evaluator)
>
> # ensure phantom.js is available on CI platforms
> if (Sys.getenv("NOT_CRAN", "") != "" || Sys.getenv("CI", "") != "") {
+ if (!shinytest::dependenciesInstalled()) shinytest:::installDependencies()
+ message("Using phantom.js from ", shinytest:::find_phantom(), "\n")
+ }
>
> test_check("evaluator")
# Scenario model: openfair_tef_tc_diff_lm
══ Skipped tests ═══════════════════════════════════════════════════════════════
• Not running MVA test - EVALUATOR_TEST_MVA not set (1)
• On CRAN (1)
• Shiny testing is awkward, consider moving to stand along pkg (1)
• empty test (1)
══ Failed tests ════════════════════════════════════════════════════════════════
── Error (test-reports.R:50:3): Risk Dashboard renders ─────────────────────────
Error in `parse(text = x, srcfile = src)`: attempt to use zero-length variable name
Backtrace:
█
1. ├─testthat::evaluate_promise(...) test-reports.R:50:2
2. │ ├─withr::with_output_sink(...)
3. │ │ └─base::force(code)
4. │ ├─base::withCallingHandlers(...)
5. │ └─base::withVisible(code)
6. └─evaluator::risk_dashboard(...)
7. └─rmarkdown::render(...)
8. └─knitr::knit(knit_input, knit_output, envir = envir, quiet = quiet)
9. └─knitr:::process_file(text, output)
10. ├─base::withCallingHandlers(...)
11. ├─knitr:::process_group(group)
12. └─knitr:::process_group.block(group)
13. └─knitr:::call_block(x)
14. └─knitr:::block_exec(params)
15. └─knitr:::eng_r(options)
16. ├─knitr:::in_dir(...)
17. └─knitr:::evaluate(...)
18. └─evaluate::evaluate(...)
19. ├─evaluate::parse_all(input, filename, stop_on_error != 2L)
20. └─evaluate:::parse_all.character(...)
21. └─base::parse(text = x, srcfile = src)
[ FAIL 1 | WARN 0 | SKIP 4 | PASS 137 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.4.3
Check: tests
Result: ERROR
Running ‘spelling.R’
Running ‘testthat.R’ [137s/214s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(evaluator)
>
> # ensure phantom.js is available on CI platforms
> if (Sys.getenv("NOT_CRAN", "") != "" || Sys.getenv("CI", "") != "") {
+ if (!shinytest::dependenciesInstalled()) shinytest:::installDependencies()
+ message("Using phantom.js from ", shinytest:::find_phantom(), "\n")
+ }
>
> test_check("evaluator")
# Scenario model: openfair_tef_tc_diff_lm
══ Skipped tests ═══════════════════════════════════════════════════════════════
• Not running MVA test - EVALUATOR_TEST_MVA not set (1)
• On CRAN (1)
• Shiny testing is awkward, consider moving to stand along pkg (1)
• empty test (1)
══ Failed tests ════════════════════════════════════════════════════════════════
── Error (test-reports.R:50:3): Risk Dashboard renders ─────────────────────────
Error in `parse(text = x, srcfile = src)`: attempt to use zero-length variable name
Backtrace:
█
1. ├─testthat::evaluate_promise(...) test-reports.R:50:2
2. │ ├─withr::with_output_sink(...)
3. │ │ └─base::force(code)
4. │ ├─base::withCallingHandlers(...)
5. │ └─base::withVisible(code)
6. └─evaluator::risk_dashboard(...)
7. └─rmarkdown::render(...)
8. └─knitr::knit(knit_input, knit_output, envir = envir, quiet = quiet)
9. └─knitr:::process_file(text, output)
10. ├─base::withCallingHandlers(...)
11. ├─knitr:::process_group(group)
12. └─knitr:::process_group.block(group)
13. └─knitr:::call_block(x)
14. └─knitr:::block_exec(params)
15. └─knitr:::eng_r(options)
16. ├─knitr:::in_dir(...)
17. └─knitr:::evaluate(...)
18. └─evaluate::evaluate(...)
19. ├─evaluate::parse_all(input, filename, stop_on_error != 2L)
20. └─evaluate:::parse_all.character(...)
21. └─base::parse(text = x, srcfile = src)
[ FAIL 1 | WARN 0 | SKIP 4 | PASS 137 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 0.4.3
Check: tests
Result: ERROR
Running 'spelling.R' [0s]
Running 'testthat.R' [45s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(evaluator)
>
> # ensure phantom.js is available on CI platforms
> if (Sys.getenv("NOT_CRAN", "") != "" || Sys.getenv("CI", "") != "") {
+ if (!shinytest::dependenciesInstalled()) shinytest:::installDependencies()
+ message("Using phantom.js from ", shinytest:::find_phantom(), "\n")
+ }
>
> test_check("evaluator")
# Scenario model: openfair_tef_tc_diff_lm
== Skipped tests ===============================================================
* Not running MVA test - EVALUATOR_TEST_MVA not set (1)
* On CRAN (1)
* Shiny testing is awkward, consider moving to stand along pkg (1)
* empty test (1)
== Failed tests ================================================================
-- Error (test-reports.R:19:1): (code run outside of `test_that()`) ------------
Error: Cannot open file for writing:
* 'D:\temp\Rtmp4oDrDe\inputs\qualitative_scenarios.csv'
Backtrace:
x
1. \-readr::write_csv(...) test-reports.R:19:0
2. \-readr::write_delim(...)
3. \-vroom::vroom_write(...)
4. \-vroom:::vroom_write_(...)
[ FAIL 1 | WARN 1 | SKIP 4 | PASS 136 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-x86_64
Version: 0.4.3
Check: tests
Result: ERROR
Running 'spelling.R'
Running 'testthat.R'
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(evaluator)
>
> # ensure phantom.js is available on CI platforms
> if (Sys.getenv("NOT_CRAN", "") != "" || Sys.getenv("CI", "") != "") {
+ if (!shinytest::dependenciesInstalled()) shinytest:::installDependencies()
+ message("Using phantom.js from ", shinytest:::find_phantom(), "\n")
+ }
>
> test_check("evaluator")
# Scenario model: openfair_tef_tc_diff_lm
══ Skipped tests ═══════════════════════════════════════════════════════════════
• Not running MVA test - EVALUATOR_TEST_MVA not set (1)
• On CRAN (1)
• Shiny testing is awkward, consider moving to stand along pkg (1)
• empty test (1)
══ Failed tests ════════════════════════════════════════════════════════════════
── Error (test-reports.R:50:3): Risk Dashboard renders ─────────────────────────
Error in `parse(text = x, srcfile = src)`: attempt to use zero-length variable name
Backtrace:
█
1. ├─testthat::evaluate_promise(...) test-reports.R:50:2
2. │ ├─withr::with_output_sink(...)
3. │ │ └─base::force(code)
4. │ ├─base::withCallingHandlers(...)
5. │ └─base::withVisible(code)
6. └─evaluator::risk_dashboard(...)
7. └─rmarkdown::render(...)
8. └─knitr::knit(knit_input, knit_output, envir = envir, quiet = quiet)
9. └─knitr:::process_file(text, output)
10. ├─base::withCallingHandlers(...)
11. ├─knitr:::process_group(group)
12. └─knitr:::process_group.block(group)
13. └─knitr:::call_block(x)
14. └─knitr:::block_exec(params)
15. └─knitr:::eng_r(options)
16. ├─knitr:::in_dir(...)
17. └─knitr:::evaluate(...)
18. └─evaluate::evaluate(...)
19. ├─evaluate::parse_all(input, filename, stop_on_error != 2L)
20. └─evaluate:::parse_all.character(...)
21. └─base::parse(text = x, srcfile = src)
[ FAIL 1 | WARN 0 | SKIP 4 | PASS 137 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-x86_64-gcc10-UCRT
Version: 0.4.3
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/1s]
Running ‘testthat.R’ [117s/126s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(evaluator)
>
> # ensure phantom.js is available on CI platforms
> if (Sys.getenv("NOT_CRAN", "") != "" || Sys.getenv("CI", "") != "") {
+ if (!shinytest::dependenciesInstalled()) shinytest:::installDependencies()
+ message("Using phantom.js from ", shinytest:::find_phantom(), "\n")
+ }
>
> test_check("evaluator")
# Scenario model: openfair_tef_tc_diff_lm
══ Skipped tests ═══════════════════════════════════════════════════════════════
• Not running MVA test - EVALUATOR_TEST_MVA not set (1)
• On CRAN (1)
• Shiny testing is awkward, consider moving to stand along pkg (1)
• empty test (1)
══ Failed tests ════════════════════════════════════════════════════════════════
── Error (test-reports.R:50:3): Risk Dashboard renders ─────────────────────────
Error in `parse(text = x, srcfile = src)`: attempt to use zero-length variable name
Backtrace:
█
1. ├─testthat::evaluate_promise(...) test-reports.R:50:2
2. │ ├─withr::with_output_sink(...)
3. │ │ └─base::force(code)
4. │ ├─base::withCallingHandlers(...)
5. │ └─base::withVisible(code)
6. └─evaluator::risk_dashboard(...)
7. └─rmarkdown::render(...)
8. └─knitr::knit(knit_input, knit_output, envir = envir, quiet = quiet)
9. └─knitr:::process_file(text, output)
10. ├─base::withCallingHandlers(...)
11. ├─knitr:::process_group(group)
12. └─knitr:::process_group.block(group)
13. └─knitr:::call_block(x)
14. └─knitr:::block_exec(params)
15. └─knitr:::eng_r(options)
16. ├─knitr:::in_dir(...)
17. └─knitr:::evaluate(...)
18. └─evaluate::evaluate(...)
19. ├─evaluate::parse_all(input, filename, stop_on_error != 2L)
20. └─evaluate:::parse_all.character(...)
21. └─base::parse(text = x, srcfile = src)
[ FAIL 1 | WARN 0 | SKIP 4 | PASS 137 ]
Error: Test failures
Execution halted
Flavor: r-patched-linux-x86_64
Version: 0.4.3
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [115s/126s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(evaluator)
>
> # ensure phantom.js is available on CI platforms
> if (Sys.getenv("NOT_CRAN", "") != "" || Sys.getenv("CI", "") != "") {
+ if (!shinytest::dependenciesInstalled()) shinytest:::installDependencies()
+ message("Using phantom.js from ", shinytest:::find_phantom(), "\n")
+ }
>
> test_check("evaluator")
# Scenario model: openfair_tef_tc_diff_lm
══ Skipped tests ═══════════════════════════════════════════════════════════════
• Not running MVA test - EVALUATOR_TEST_MVA not set (1)
• On CRAN (1)
• Shiny testing is awkward, consider moving to stand along pkg (1)
• empty test (1)
══ Failed tests ════════════════════════════════════════════════════════════════
── Error (test-reports.R:50:3): Risk Dashboard renders ─────────────────────────
Error in `parse(text = x, srcfile = src)`: attempt to use zero-length variable name
Backtrace:
█
1. ├─testthat::evaluate_promise(...) test-reports.R:50:2
2. │ ├─withr::with_output_sink(...)
3. │ │ └─base::force(code)
4. │ ├─base::withCallingHandlers(...)
5. │ └─base::withVisible(code)
6. └─evaluator::risk_dashboard(...)
7. └─rmarkdown::render(...)
8. └─knitr::knit(knit_input, knit_output, envir = envir, quiet = quiet)
9. └─knitr:::process_file(text, output)
10. ├─base::withCallingHandlers(...)
11. ├─knitr:::process_group(group)
12. └─knitr:::process_group.block(group)
13. └─knitr:::call_block(x)
14. └─knitr:::block_exec(params)
15. └─knitr:::eng_r(options)
16. ├─knitr:::in_dir(...)
17. └─knitr:::evaluate(...)
18. └─evaluate::evaluate(...)
19. ├─evaluate::parse_all(input, filename, stop_on_error != 2L)
20. └─evaluate:::parse_all.character(...)
21. └─base::parse(text = x, srcfile = src)
[ FAIL 1 | WARN 0 | SKIP 4 | PASS 137 ]
Error: Test failures
Execution halted
Flavor: r-release-linux-x86_64
Version: 0.4.3
Check: tests
Result: ERROR
Running 'spelling.R' [0s]
Running 'testthat.R' [34s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(evaluator)
>
> # ensure phantom.js is available on CI platforms
> if (Sys.getenv("NOT_CRAN", "") != "" || Sys.getenv("CI", "") != "") {
+ if (!shinytest::dependenciesInstalled()) shinytest:::installDependencies()
+ message("Using phantom.js from ", shinytest:::find_phantom(), "\n")
+ }
>
> test_check("evaluator")
# Scenario model: openfair_tef_tc_diff_lm
== Skipped tests ===============================================================
* Not running MVA test - EVALUATOR_TEST_MVA not set (1)
* On CRAN (1)
* Shiny testing is awkward, consider moving to stand along pkg (1)
* empty test (1)
== Failed tests ================================================================
-- Error (test-reports.R:19:1): (code run outside of `test_that()`) ------------
Error: Cannot open file for writing:
* 'D:\temp\Rtmpy82CzE\inputs\qualitative_scenarios.csv'
Backtrace:
x
1. \-readr::write_csv(...) test-reports.R:19:0
2. \-readr::write_delim(...)
3. \-vroom::vroom_write(...)
4. \-vroom:::vroom_write_(...)
[ FAIL 1 | WARN 1 | SKIP 4 | PASS 136 ]
Error: Test failures
Execution halted
Flavor: r-release-windows-ix86+x86_64
Version: 0.4.3
Check: tests
Result: ERROR
Running 'spelling.R' [0s]
Running 'testthat.R' [100s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(evaluator)
>
> # ensure phantom.js is available on CI platforms
> if (Sys.getenv("NOT_CRAN", "") != "" || Sys.getenv("CI", "") != "") {
+ if (!shinytest::dependenciesInstalled()) shinytest:::installDependencies()
+ message("Using phantom.js from ", shinytest:::find_phantom(), "\n")
+ }
>
> test_check("evaluator")
# Scenario model: openfair_tef_tc_diff_lm
== Skipped tests ===============================================================
* Not running MVA test - EVALUATOR_TEST_MVA not set (1)
* On CRAN (1)
* Shiny testing is awkward, consider moving to stand along pkg (1)
* empty test (1)
== Failed tests ================================================================
-- Error (test-reports.R:50:3): Risk Dashboard renders -------------------------
Error in `parse(text = x, srcfile = src)`: attempt to use zero-length variable name
Backtrace:
x
1. +-testthat::evaluate_promise(...) test-reports.R:50:2
2. | +-withr::with_output_sink(...)
3. | | \-base::force(code)
4. | +-base::withCallingHandlers(...)
5. | \-base::withVisible(code)
6. \-evaluator::risk_dashboard(...)
7. \-rmarkdown::render(...)
8. \-knitr::knit(knit_input, knit_output, envir = envir, quiet = quiet)
9. \-knitr:::process_file(text, output)
10. +-base::withCallingHandlers(...)
11. +-knitr:::process_group(group)
12. \-knitr:::process_group.block(group)
13. \-knitr:::call_block(x)
14. \-knitr:::block_exec(params)
15. \-knitr:::eng_r(options)
16. +-knitr:::in_dir(...)
17. \-knitr:::evaluate(...)
18. \-evaluate::evaluate(...)
19. +-evaluate::parse_all(input, filename, stop_on_error != 2L)
20. \-evaluate:::parse_all.character(...)
21. \-base::parse(text = x, srcfile = src)
[ FAIL 1 | WARN 0 | SKIP 4 | PASS 137 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64