Last updated on 2025-02-01 12:48:36 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.10.0 | 691.38 | 37.63 | 729.01 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.10.0 | 527.47 | 28.44 | 555.91 | OK | |
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.10.0 | 391.00 | 164.00 | 555.00 | OK | |
r-patched-linux-x86_64 | 0.10.0 | 696.91 | 34.70 | 731.61 | OK | |
r-release-linux-x86_64 | 0.9.0 | 669.90 | 33.92 | 703.82 | ERROR | |
r-release-macos-arm64 | 0.10.0 | 18.00 | ERROR | |||
r-release-macos-x86_64 | 0.10.0 | 26.00 | ERROR | |||
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.10.0 | 358.00 | 218.00 | 576.00 | NOTE |
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
Flavor: r-release-linux-x86_64
Version: 0.10.0
Check: whether package can be installed
Result: ERROR
Installation failed.
Flavors: r-release-macos-arm64, r-release-macos-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
Flavors: r-release-windows-x86_64, r-oldrel-windows-x86_64
Version: 0.9.0
Check: installed package size
Result: NOTE
installed size is 41.4Mb
sub-directories of 1Mb or more:
libs 41.1Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64