Last updated on 2025-01-30 16:48:26 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 3.1.2 | 12.64 | 203.37 | 216.01 | OK | |
r-devel-linux-x86_64-debian-gcc | 3.1.2 | 7.01 | 134.47 | 141.48 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 3.1.2 | 236.89 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 3.1.2 | 325.62 | ERROR | |||
r-devel-windows-x86_64 | 3.1.2 | 15.00 | 287.00 | 302.00 | OK | |
r-patched-linux-x86_64 | 3.1.2 | 15.39 | 183.85 | 199.24 | ERROR | |
r-release-linux-x86_64 | 3.1.2 | 9.95 | 186.05 | 196.00 | ERROR | |
r-release-macos-arm64 | 3.1.2 | 115.00 | OK | |||
r-release-macos-x86_64 | 3.1.2 | 301.00 | OK | |||
r-release-windows-x86_64 | 3.1.2 | 14.00 | 290.00 | 304.00 | OK | |
r-oldrel-macos-arm64 | 3.1.2 | 163.00 | OK | |||
r-oldrel-macos-x86_64 | 3.1.2 | 461.00 | OK | |||
r-oldrel-windows-x86_64 | 3.1.2 | 16.00 | 330.00 | 346.00 | ERROR |
Version: 3.1.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [65s/83s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(lintr)
>
> # suppress printing environment name (noisy)
> invisible({
+ loadNamespace("patrick")
+ loadNamespace("withr")
+ })
>
> test_check("lintr")
[ FAIL 2 | WARN 0 | SKIP 1 | PASS 5018 ]
══ Skipped tests (1) ═══════════════════════════════════════════════════════════
• {data.table} is not installed (1): 'test-methods.R:155:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-fixed_regex_linter.R:50: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-fixed_regex_linter.R:50: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(char = .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(...)
── Error ('test-pipe_continuation_linter.R:182:3'): (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: 1.
Caused by error:
! Failed to evaluate glue component {
a %>% b()
}
Caused by error in `b()`:
! could not find function "b"
[ FAIL 2 | WARN 0 | SKIP 1 | PASS 5018 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 3.1.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [93s/94s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(lintr)
>
> # suppress printing environment name (noisy)
> invisible({
+ loadNamespace("patrick")
+ loadNamespace("withr")
+ })
>
> test_check("lintr")
[ FAIL 2 | WARN 0 | SKIP 1 | PASS 5018 ]
══ Skipped tests (1) ═══════════════════════════════════════════════════════════
• {data.table} is not installed (1): 'test-methods.R:155:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-fixed_regex_linter.R:50: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-fixed_regex_linter.R:50: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(char = .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(...)
── Error ('test-pipe_continuation_linter.R:182:3'): (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: 1.
Caused by error:
! Failed to evaluate glue component {
a %>% b()
}
Caused by error in `b()`:
! could not find function "b"
[ FAIL 2 | WARN 0 | SKIP 1 | PASS 5018 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 3.1.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [146s/151s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(lintr)
>
> # suppress printing environment name (noisy)
> invisible({
+ loadNamespace("patrick")
+ loadNamespace("withr")
+ })
>
> test_check("lintr")
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 5019 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-fixed_regex_linter.R:50: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-fixed_regex_linter.R:50: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(char = .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(...)
── Error ('test-pipe_continuation_linter.R:182:3'): (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: 1.
Caused by error:
! Failed to evaluate glue component {
a %>% b()
}
Caused by error in `b()`:
! could not find function "b"
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 5019 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 3.1.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [92s/113s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(lintr)
>
> # suppress printing environment name (noisy)
> invisible({
+ loadNamespace("patrick")
+ loadNamespace("withr")
+ })
>
> test_check("lintr")
[ FAIL 2 | WARN 0 | SKIP 1 | PASS 5018 ]
══ Skipped tests (1) ═══════════════════════════════════════════════════════════
• {data.table} is not installed (1): 'test-methods.R:155:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-fixed_regex_linter.R:50: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-fixed_regex_linter.R:50: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(char = .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(...)
── Error ('test-pipe_continuation_linter.R:182:3'): (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: 1.
Caused by error:
! Failed to evaluate glue component {
a %>% b()
}
Caused by error in `b()`:
! could not find function "b"
[ FAIL 2 | WARN 0 | SKIP 1 | PASS 5018 ]
Error: Test failures
Execution halted
Flavor: r-patched-linux-x86_64
Version: 3.1.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [94s/114s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(lintr)
>
> # suppress printing environment name (noisy)
> invisible({
+ loadNamespace("patrick")
+ loadNamespace("withr")
+ })
>
> test_check("lintr")
[ FAIL 2 | WARN 0 | SKIP 1 | PASS 5018 ]
══ Skipped tests (1) ═══════════════════════════════════════════════════════════
• {data.table} is not installed (1): 'test-methods.R:155:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-fixed_regex_linter.R:50: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-fixed_regex_linter.R:50: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(char = .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(...)
── Error ('test-pipe_continuation_linter.R:182:3'): (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: 1.
Caused by error:
! Failed to evaluate glue component {
a %>% b()
}
Caused by error in `b()`:
! could not find function "b"
[ FAIL 2 | WARN 0 | SKIP 1 | PASS 5018 ]
Error: Test failures
Execution halted
Flavor: r-release-linux-x86_64
Version: 3.1.2
Check: tests
Result: ERROR
Running 'testthat.R' [161s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(lintr)
>
> # suppress printing environment name (noisy)
> invisible({
+ loadNamespace("patrick")
+ loadNamespace("withr")
+ })
>
> test_check("lintr")
[ FAIL 2 | WARN 0 | SKIP 1 | PASS 5018 ]
══ Skipped tests (1) ═══════════════════════════════════════════════════════════
• {data.table} is not installed (1): 'test-methods.R:155:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-fixed_regex_linter.R:50: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-fixed_regex_linter.R:50: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(char = .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(...)
── Error ('test-pipe_continuation_linter.R:182:3'): (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: 1.
Caused by error:
! Failed to evaluate glue component {
a %>% b()
}
Caused by error in `b()`:
! could not find function "b"
[ FAIL 2 | WARN 0 | SKIP 1 | PASS 5018 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-windows-x86_64
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.