Last updated on 2025-11-14 10:50:07 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.0 | 6.25 | 53.60 | 59.85 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.0 | 4.40 | 38.60 | 43.00 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.0.0 | 44.00 | 52.67 | 96.67 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 18.00 | 73.90 | 91.90 | OK | |
| r-devel-windows-x86_64 | 1.0.0 | 9.00 | 69.00 | 78.00 | OK | |
| r-patched-linux-x86_64 | 1.0.0 | 7.31 | 50.05 | 57.36 | OK | |
| r-release-linux-x86_64 | 1.0.0 | 7.43 | 50.84 | 58.27 | OK | |
| r-release-macos-arm64 | 1.0.0 | 3.00 | 26.00 | 29.00 | ERROR | |
| r-release-macos-x86_64 | 1.0.0 | 8.00 | 49.00 | 57.00 | ERROR | |
| r-release-windows-x86_64 | 1.0.0 | 9.00 | 68.00 | 77.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.0 | 4.00 | 34.00 | 38.00 | ERROR | |
| r-oldrel-macos-x86_64 | 1.0.0 | 16.00 | 84.00 | 100.00 | ERROR | |
| r-oldrel-windows-x86_64 | 1.0.0 | 11.00 | 82.00 | 93.00 | OK |
Version: 1.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [3s/4s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(routr)
>
> test_check("routr")
Saving _problems/test-report_route-54.R
Saving _problems/test-report_route-116.R
[ FAIL 2 | WARN 1 | SKIP 23 | PASS 256 ]
══ Skipped tests (23) ══════════════════════════════════════════════════════════
• On CRAN (23): 'test-asset_route.R:8:1', 'test-asset_route.R:15:1',
'test-asset_route.R:99:1', 'test-asset_route.R:108:1',
'test-openapi_route.R:1:1', 'test-redirector.R:132:1',
'test-redirector.R:145:1', 'test-report_route.R:1:1',
'test-report_route.R:62:1', 'test-report_route.R:85:1',
'test-resource_route.R:1:1', 'test-route.R:1:1', 'test-route.R:28:1',
'test-route.R:50:1', 'test-route.R:127:1', 'test-routestack.R:36:1',
'test-routestack.R:44:1', 'test-routestack.R:63:1',
'test-shared_secret_route.R:1:1', 'test-sizelimit_route.R:1:1',
'test-sizelimit_route.R:18:1', 'test-sizelimit_route.R:133:1',
'test-tidy_api.R:99:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-report_route.R:54:3'): report_info detects file format correctly ──
Error in `find_quarto()`: Quarto command-line tools path not found!
Please make sure you have installed and added Quarto to your PATH or set the QUARTO_PATH environment variable.
Backtrace:
▆
1. └─routr::report_info(qmd_file) at test-report_route.R:54:3
2. └─routr:::quarto_info(file)
3. └─quarto::quarto_inspect(input)
4. └─quarto:::find_quarto()
5. └─cli::cli_abort(quarto_not_found_msg)
6. └─rlang::abort(...)
── Error ('test-report_route.R:116:3'): quarto_info extracts report information correctly ──
Error in `find_quarto()`: Quarto command-line tools path not found!
Please make sure you have installed and added Quarto to your PATH or set the QUARTO_PATH environment variable.
Backtrace:
▆
1. └─routr:::quarto_info(qmd_file) at test-report_route.R:116:3
2. └─quarto::quarto_inspect(input)
3. └─quarto:::find_quarto()
4. └─cli::cli_abort(quarto_not_found_msg)
5. └─rlang::abort(...)
[ FAIL 2 | WARN 1 | SKIP 23 | PASS 256 ]
Error:
! Test failures.
Execution halted
Flavor: r-release-macos-arm64
Version: 1.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [7s/9s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(routr)
>
> test_check("routr")
Saving _problems/test-report_route-54.R
Saving _problems/test-report_route-116.R
[ FAIL 2 | WARN 1 | SKIP 23 | PASS 256 ]
══ Skipped tests (23) ══════════════════════════════════════════════════════════
• On CRAN (23): 'test-asset_route.R:8:1', 'test-asset_route.R:15:1',
'test-asset_route.R:99:1', 'test-asset_route.R:108:1',
'test-openapi_route.R:1:1', 'test-redirector.R:132:1',
'test-redirector.R:145:1', 'test-report_route.R:1:1',
'test-report_route.R:62:1', 'test-report_route.R:85:1',
'test-resource_route.R:1:1', 'test-route.R:1:1', 'test-route.R:28:1',
'test-route.R:50:1', 'test-route.R:127:1', 'test-routestack.R:36:1',
'test-routestack.R:44:1', 'test-routestack.R:63:1',
'test-shared_secret_route.R:1:1', 'test-sizelimit_route.R:1:1',
'test-sizelimit_route.R:18:1', 'test-sizelimit_route.R:133:1',
'test-tidy_api.R:99:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-report_route.R:54:3'): report_info detects file format correctly ──
Error in `find_quarto()`: Quarto command-line tools path not found!
Please make sure you have installed and added Quarto to your PATH or set the QUARTO_PATH environment variable.
Backtrace:
▆
1. └─routr::report_info(qmd_file) at test-report_route.R:54:3
2. └─routr:::quarto_info(file)
3. └─quarto::quarto_inspect(input)
4. └─quarto:::find_quarto()
5. └─cli::cli_abort(quarto_not_found_msg)
6. └─rlang::abort(...)
── Error ('test-report_route.R:116:3'): quarto_info extracts report information correctly ──
Error in `find_quarto()`: Quarto command-line tools path not found!
Please make sure you have installed and added Quarto to your PATH or set the QUARTO_PATH environment variable.
Backtrace:
▆
1. └─routr:::quarto_info(qmd_file) at test-report_route.R:116:3
2. └─quarto::quarto_inspect(input)
3. └─quarto:::find_quarto()
4. └─cli::cli_abort(quarto_not_found_msg)
5. └─rlang::abort(...)
[ FAIL 2 | WARN 1 | SKIP 23 | PASS 256 ]
Error:
! Test failures.
Execution halted
Flavor: r-release-macos-x86_64
Version: 1.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [4s/5s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(routr)
>
> test_check("routr")
Saving _problems/test-report_route-54.R
Saving _problems/test-report_route-116.R
[ FAIL 2 | WARN 1 | SKIP 23 | PASS 256 ]
══ Skipped tests (23) ══════════════════════════════════════════════════════════
• On CRAN (23): 'test-asset_route.R:8:1', 'test-asset_route.R:15:1',
'test-asset_route.R:99:1', 'test-asset_route.R:108:1',
'test-openapi_route.R:1:1', 'test-redirector.R:132:1',
'test-redirector.R:145:1', 'test-report_route.R:1:1',
'test-report_route.R:62:1', 'test-report_route.R:85:1',
'test-resource_route.R:1:1', 'test-route.R:1:1', 'test-route.R:28:1',
'test-route.R:50:1', 'test-route.R:127:1', 'test-routestack.R:36:1',
'test-routestack.R:44:1', 'test-routestack.R:63:1',
'test-shared_secret_route.R:1:1', 'test-sizelimit_route.R:1:1',
'test-sizelimit_route.R:18:1', 'test-sizelimit_route.R:133:1',
'test-tidy_api.R:99:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-report_route.R:54:3'): report_info detects file format correctly ──
Error in `find_quarto()`: Quarto command-line tools path not found!
Please make sure you have installed and added Quarto to your PATH or set the QUARTO_PATH environment variable.
Backtrace:
▆
1. └─routr::report_info(qmd_file) at test-report_route.R:54:3
2. └─routr:::quarto_info(file)
3. └─quarto::quarto_inspect(input)
4. └─quarto:::find_quarto()
5. └─cli::cli_abort(quarto_not_found_msg)
6. └─rlang::abort(...)
── Error ('test-report_route.R:116:3'): quarto_info extracts report information correctly ──
Error in `find_quarto()`: Quarto command-line tools path not found!
Please make sure you have installed and added Quarto to your PATH or set the QUARTO_PATH environment variable.
Backtrace:
▆
1. └─routr:::quarto_info(qmd_file) at test-report_route.R:116:3
2. └─quarto::quarto_inspect(input)
3. └─quarto:::find_quarto()
4. └─cli::cli_abort(quarto_not_found_msg)
5. └─rlang::abort(...)
[ FAIL 2 | WARN 1 | SKIP 23 | PASS 256 ]
Error:
! Test failures.
Execution halted
Flavor: r-oldrel-macos-arm64
Version: 1.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [6s/15s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(routr)
>
> test_check("routr")
Saving _problems/test-report_route-54.R
Saving _problems/test-report_route-116.R
[ FAIL 2 | WARN 1 | SKIP 23 | PASS 256 ]
══ Skipped tests (23) ══════════════════════════════════════════════════════════
• On CRAN (23): 'test-asset_route.R:8:1', 'test-asset_route.R:15:1',
'test-asset_route.R:99:1', 'test-asset_route.R:108:1',
'test-openapi_route.R:1:1', 'test-redirector.R:132:1',
'test-redirector.R:145:1', 'test-report_route.R:1:1',
'test-report_route.R:62:1', 'test-report_route.R:85:1',
'test-resource_route.R:1:1', 'test-route.R:1:1', 'test-route.R:28:1',
'test-route.R:50:1', 'test-route.R:127:1', 'test-routestack.R:36:1',
'test-routestack.R:44:1', 'test-routestack.R:63:1',
'test-shared_secret_route.R:1:1', 'test-sizelimit_route.R:1:1',
'test-sizelimit_route.R:18:1', 'test-sizelimit_route.R:133:1',
'test-tidy_api.R:99:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-report_route.R:54:3'): report_info detects file format correctly ──
Error in `find_quarto()`: Quarto command-line tools path not found!
Please make sure you have installed and added Quarto to your PATH or set the QUARTO_PATH environment variable.
Backtrace:
▆
1. └─routr::report_info(qmd_file) at test-report_route.R:54:3
2. └─routr:::quarto_info(file)
3. └─quarto::quarto_inspect(input)
4. └─quarto:::find_quarto()
5. └─cli::cli_abort(quarto_not_found_msg)
6. └─rlang::abort(...)
── Error ('test-report_route.R:116:3'): quarto_info extracts report information correctly ──
Error in `find_quarto()`: Quarto command-line tools path not found!
Please make sure you have installed and added Quarto to your PATH or set the QUARTO_PATH environment variable.
Backtrace:
▆
1. └─routr:::quarto_info(qmd_file) at test-report_route.R:116:3
2. └─quarto::quarto_inspect(input)
3. └─quarto:::find_quarto()
4. └─cli::cli_abort(quarto_not_found_msg)
5. └─rlang::abort(...)
[ FAIL 2 | WARN 1 | SKIP 23 | PASS 256 ]
Error:
! Test failures.
Execution halted
Flavor: r-oldrel-macos-x86_64