Last updated on 2025-01-30 07:50:18 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.9.0 | 664.59 | 36.98 | 701.57 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.9.0 | 513.77 | 27.52 | 541.29 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.10.0 | 891.83 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.10.0 | 860.18 | OK | |||
r-devel-windows-x86_64 | 0.9.0 | 421.00 | 158.00 | 579.00 | OK | |
r-patched-linux-x86_64 | 0.9.0 | 667.75 | 34.64 | 702.39 | ERROR | |
r-release-linux-x86_64 | 0.9.0 | 669.90 | 33.92 | 703.82 | ERROR | |
r-release-macos-arm64 | 0.10.0 | 17.00 | ERROR | |||
r-release-macos-x86_64 | 0.9.0 | 375.00 | NOTE | |||
r-release-windows-x86_64 | 0.10.0 | 388.00 | 207.00 | 595.00 | NOTE | |
r-oldrel-macos-arm64 | 0.9.0 | 230.00 | NOTE | |||
r-oldrel-macos-x86_64 | 0.9.0 | 327.00 | NOTE | |||
r-oldrel-windows-x86_64 | 0.9.0 | 418.00 | 246.00 | 664.00 | ERROR |
Version: 0.9.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/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
>
> library(testthat)
> library(prqlr)
>
> test_check("prqlr")
[ FAIL 1 | WARN 0 | SKIP 3 | PASS 20 ]
══ Skipped tests (3) ═══════════════════════════════════════════════════════════
• On CRAN (3): 'test-compile.R:60:3', 'test-compile.R:74:5',
'test-compile.R:74:5'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-compile.R:72:1'): (code run outside of `test_that()`) ──────────
<purrr_error_indexed/rlang_error/error/condition>
Error in `purrr::pmap(all_pars, build_and_run_test, desc = desc_stub, code = captured,
.interpret_glue = .interpret_glue)`: ℹ In index: 3.
Caused by error in `glue_data()`:
! Expecting '}'
Backtrace:
▆
1. ├─patrick::with_parameters_test_that(...) at test-compile.R:72:1
2. │ └─purrr::pmap(...)
3. │ └─purrr:::pmap_("list", .l, .f, ..., .progress = .progress)
4. │ ├─purrr:::with_indexed_errors(...)
5. │ │ └─base::withCallingHandlers(...)
6. │ ├─purrr:::call_with_cleanup(...)
7. │ └─patrick (local) .f(query = .l[[1L]][[i]], .test_name = .l[[2L]][[i]], ...)
8. │ └─patrick:::build_description(args, desc, .test_name, .interpret_glue)
9. │ └─glue::glue_data(args, completed_desc)
10. └─base::.handleSimpleError(...)
11. └─purrr (local) h(simpleError(msg, call))
12. └─cli::cli_abort(...)
13. └─rlang::abort(...)
[ FAIL 1 | WARN 0 | SKIP 3 | PASS 20 ]
Error: Test failures
In addition: Warning message:
call dbDisconnect() when finished working with a connection
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.9.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/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
>
> library(testthat)
> library(prqlr)
>
> test_check("prqlr")
[ FAIL 1 | WARN 0 | SKIP 3 | PASS 20 ]
══ Skipped tests (3) ═══════════════════════════════════════════════════════════
• On CRAN (3): 'test-compile.R:60:3', 'test-compile.R:74:5',
'test-compile.R:74:5'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-compile.R:72:1'): (code run outside of `test_that()`) ──────────
<purrr_error_indexed/rlang_error/error/condition>
Error in `purrr::pmap(all_pars, build_and_run_test, desc = desc_stub, code = captured,
.interpret_glue = .interpret_glue)`: ℹ In index: 3.
Caused by error in `glue_data()`:
! Expecting '}'
Backtrace:
▆
1. ├─patrick::with_parameters_test_that(...) at test-compile.R:72:1
2. │ └─purrr::pmap(...)
3. │ └─purrr:::pmap_("list", .l, .f, ..., .progress = .progress)
4. │ ├─purrr:::with_indexed_errors(...)
5. │ │ └─base::withCallingHandlers(...)
6. │ ├─purrr:::call_with_cleanup(...)
7. │ └─patrick (local) .f(query = .l[[1L]][[i]], .test_name = .l[[2L]][[i]], ...)
8. │ └─patrick:::build_description(args, desc, .test_name, .interpret_glue)
9. │ └─glue::glue_data(args, completed_desc)
10. └─base::.handleSimpleError(...)
11. └─purrr (local) h(simpleError(msg, call))
12. └─cli::cli_abort(...)
13. └─rlang::abort(...)
[ FAIL 1 | WARN 0 | SKIP 3 | PASS 20 ]
Error: Test failures
In addition: Warning message:
call dbDisconnect() when finished working with a connection
Execution halted
Flavors: r-patched-linux-x86_64, r-release-linux-x86_64
Version: 0.10.0
Check: whether package can be installed
Result: ERROR
Installation failed.
Flavor: r-release-macos-arm64
Version: 0.9.0
Check: installed package size
Result: NOTE
installed size is 40.1Mb
sub-directories of 1Mb or more:
libs 39.8Mb
Flavors: r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Version: 0.10.0
Check: installed package size
Result: NOTE
installed size is 16.0Mb
sub-directories of 1Mb or more:
libs 15.8Mb
Flavor: r-release-windows-x86_64
Version: 0.9.0
Check: tests
Result: ERROR
Running 'testthat.R' [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/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
>
> library(testthat)
> library(prqlr)
>
> test_check("prqlr")
[ FAIL 1 | WARN 0 | SKIP 3 | PASS 20 ]
══ Skipped tests (3) ═══════════════════════════════════════════════════════════
• On CRAN (3): 'test-compile.R:60:3', 'test-compile.R:74:5',
'test-compile.R:74:5'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-compile.R:72:1'): (code run outside of `test_that()`) ──────────
<purrr_error_indexed/rlang_error/error/condition>
Error in `purrr::pmap(all_pars, build_and_run_test, desc = desc_stub, code = captured,
.interpret_glue = .interpret_glue)`: ℹ In index: 3.
Caused by error in `glue_data()`:
! Expecting '}'
Backtrace:
▆
1. ├─patrick::with_parameters_test_that(...) at test-compile.R:72:1
2. │ └─purrr::pmap(...)
3. │ └─purrr:::pmap_("list", .l, .f, ..., .progress = .progress)
4. │ ├─purrr:::with_indexed_errors(...)
5. │ │ └─base::withCallingHandlers(...)
6. │ ├─purrr:::call_with_cleanup(...)
7. │ └─patrick (local) .f(query = .l[[1L]][[i]], .test_name = .l[[2L]][[i]], ...)
8. │ └─patrick:::build_description(args, desc, .test_name, .interpret_glue)
9. │ └─glue::glue_data(args, completed_desc)
10. └─base::.handleSimpleError(...)
11. └─purrr (local) h(simpleError(msg, call))
12. └─cli::cli_abort(...)
13. └─rlang::abort(...)
[ FAIL 1 | WARN 0 | SKIP 3 | PASS 20 ]
Error: Test failures
In addition: Warning message:
call dbDisconnect() when finished working with a connection
Execution halted
Flavor: r-oldrel-windows-x86_64