Last updated on 2026-02-04 04:50:04 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.3.2 | 7.32 | 97.85 | 105.17 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.3.2 | 5.16 | 66.60 | 71.76 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.3.2 | 13.00 | 145.86 | 158.86 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 1.3.2 | 13.00 | 153.69 | 166.69 | ERROR | |
| r-devel-windows-x86_64 | 1.3.2 | 10.00 | 117.00 | 127.00 | OK | |
| r-patched-linux-x86_64 | 1.3.2 | 8.23 | 83.73 | 91.96 | OK | |
| r-release-linux-x86_64 | 1.3.2 | 7.61 | 85.07 | 92.68 | OK | |
| r-release-macos-arm64 | 1.3.2 | OK | ||||
| r-release-macos-x86_64 | 1.3.2 | 4.00 | 108.00 | 112.00 | OK | |
| r-release-windows-x86_64 | 1.3.2 | 10.00 | 110.00 | 120.00 | OK | |
| r-oldrel-macos-arm64 | 1.3.2 | OK | ||||
| r-oldrel-macos-x86_64 | 1.3.2 | 5.00 | 92.00 | 97.00 | OK | |
| r-oldrel-windows-x86_64 | 1.3.2 | 12.00 | 134.00 | 146.00 | OK |
Version: 1.3.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [14s/19s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(dtplyr)
>
> test_check("dtplyr")
Saving _problems/test-step-group-31.R
[ FAIL 1 | WARN 0 | SKIP 35 | PASS 756 ]
══ Skipped tests (35) ══════════════════════════════════════════════════════════
• On CRAN (34): 'test-count.R:15:1', 'test-step-call-pivot_longer.R:47:1',
'test-step-call-pivot_longer.R:88:1', 'test-step-call-pivot_longer.R:142:1',
'test-step-call-pivot_wider.R:95:1', 'test-step-call-pivot_wider.R:131:1',
'test-step-call-pivot_wider.R:143:1', 'test-step-call-pivot_wider.R:156:1',
'test-step-call.R:62:1', 'test-step-call.R:70:1', 'test-step-call.R:136:1',
'test-step-call.R:179:1', 'test-step-colorder-relocate.R:62:1',
'test-step-colorder.R:25:1', 'test-step-colorder.R:41:1',
'test-step-join.R:346:1', 'test-step-mutate.R:148:1',
'test-step-subset-filter.R:111:1', 'test-step-subset-select.R:35:1',
'test-step-subset-select.R:122:1', 'test-step-subset-separate.R:47:1',
'test-step-subset-slice.R:142:1', 'test-step-subset-slice.R:173:1',
'test-step-subset-summarise.R:94:1', 'test-step.R:23:1', 'test-step.R:32:1',
'test-tidyeval-across.R:86:1', 'test-tidyeval-across.R:95:1',
'test-tidyeval-across.R:287:1', 'test-tidyeval-across.R:295:1',
'test-tidyeval.R:183:1', 'test-tidyeval.R:297:1', 'test-tidyeval.R:404:1',
'test-unite.R:69:1'
• tidyselect issue #221 (1): 'test-tidyeval-across.R:305:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-step-group.R:29:3'): can add groups if requested ───────────────
<lifecycle_error_deprecated/defunctError/rlang_error/error/condition>
Error: The `add` argument of `group_by()` was deprecated in dplyr 1.0.0 and is now defunct.
i Please use the `.add` argument instead.
Backtrace:
▆
1. ├─dt %>% group_by(x) %>% group_by(y, add = TRUE)
2. ├─dplyr::group_by(., y, add = TRUE)
3. └─dtplyr:::group_by.dtplyr_step(., y, add = TRUE)
4. ├─base::eval(expr(dplyr::group_by_prepare(.data, !!!dots, .add = .add)))
5. │ └─base::eval(expr(dplyr::group_by_prepare(.data, !!!dots, .add = .add)))
6. └─dplyr::group_by_prepare(.data, y = y, add = TRUE, .add = .add)
7. └─lifecycle::deprecate_stop("1.0.0", "group_by(add = )", "group_by(.add = )")
8. └─lifecycle:::deprecate_stop0(msg)
9. └─rlang::cnd_signal(...)
[ FAIL 1 | WARN 0 | SKIP 35 | PASS 756 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.3.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [34s/52s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(dtplyr)
>
> test_check("dtplyr")
Saving _problems/test-step-group-31.R
[ FAIL 1 | WARN 0 | SKIP 35 | PASS 756 ]
══ Skipped tests (35) ══════════════════════════════════════════════════════════
• On CRAN (34): 'test-count.R:15:1', 'test-step-call-pivot_longer.R:47:1',
'test-step-call-pivot_longer.R:88:1', 'test-step-call-pivot_longer.R:142:1',
'test-step-call-pivot_wider.R:95:1', 'test-step-call-pivot_wider.R:131:1',
'test-step-call-pivot_wider.R:143:1', 'test-step-call-pivot_wider.R:156:1',
'test-step-call.R:62:1', 'test-step-call.R:70:1', 'test-step-call.R:136:1',
'test-step-call.R:179:1', 'test-step-colorder-relocate.R:62:1',
'test-step-colorder.R:25:1', 'test-step-colorder.R:41:1',
'test-step-join.R:346:1', 'test-step-mutate.R:148:1',
'test-step-subset-filter.R:111:1', 'test-step-subset-select.R:35:1',
'test-step-subset-select.R:122:1', 'test-step-subset-separate.R:47:1',
'test-step-subset-slice.R:142:1', 'test-step-subset-slice.R:173:1',
'test-step-subset-summarise.R:94:1', 'test-step.R:23:1', 'test-step.R:32:1',
'test-tidyeval-across.R:86:1', 'test-tidyeval-across.R:95:1',
'test-tidyeval-across.R:287:1', 'test-tidyeval-across.R:295:1',
'test-tidyeval.R:183:1', 'test-tidyeval.R:297:1', 'test-tidyeval.R:404:1',
'test-unite.R:69:1'
• tidyselect issue #221 (1): 'test-tidyeval-across.R:305:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-step-group.R:29:3'): can add groups if requested ───────────────
<lifecycle_error_deprecated/defunctError/rlang_error/error/condition>
Error: The `add` argument of `group_by()` was deprecated in dplyr 1.0.0 and is now defunct.
i Please use the `.add` argument instead.
Backtrace:
▆
1. ├─dt %>% group_by(x) %>% group_by(y, add = TRUE)
2. ├─dplyr::group_by(., y, add = TRUE)
3. └─dtplyr:::group_by.dtplyr_step(., y, add = TRUE)
4. ├─base::eval(expr(dplyr::group_by_prepare(.data, !!!dots, .add = .add)))
5. │ └─base::eval(expr(dplyr::group_by_prepare(.data, !!!dots, .add = .add)))
6. └─dplyr::group_by_prepare(.data, y = y, add = TRUE, .add = .add)
7. └─lifecycle::deprecate_stop("1.0.0", "group_by(add = )", "group_by(.add = )")
8. └─lifecycle:::deprecate_stop0(msg)
9. └─rlang::cnd_signal(...)
[ FAIL 1 | WARN 0 | SKIP 35 | PASS 756 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 1.3.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [33s/85s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(dtplyr)
>
> test_check("dtplyr")
Saving _problems/test-step-group-31.R
[ FAIL 1 | WARN 0 | SKIP 35 | PASS 756 ]
══ Skipped tests (35) ══════════════════════════════════════════════════════════
• On CRAN (34): 'test-count.R:15:1', 'test-step-call-pivot_longer.R:47:1',
'test-step-call-pivot_longer.R:88:1', 'test-step-call-pivot_longer.R:142:1',
'test-step-call-pivot_wider.R:95:1', 'test-step-call-pivot_wider.R:131:1',
'test-step-call-pivot_wider.R:143:1', 'test-step-call-pivot_wider.R:156:1',
'test-step-call.R:62:1', 'test-step-call.R:70:1', 'test-step-call.R:136:1',
'test-step-call.R:179:1', 'test-step-colorder-relocate.R:62:1',
'test-step-colorder.R:25:1', 'test-step-colorder.R:41:1',
'test-step-join.R:346:1', 'test-step-mutate.R:148:1',
'test-step-subset-filter.R:111:1', 'test-step-subset-select.R:35:1',
'test-step-subset-select.R:122:1', 'test-step-subset-separate.R:47:1',
'test-step-subset-slice.R:142:1', 'test-step-subset-slice.R:173:1',
'test-step-subset-summarise.R:94:1', 'test-step.R:23:1', 'test-step.R:32:1',
'test-tidyeval-across.R:86:1', 'test-tidyeval-across.R:95:1',
'test-tidyeval-across.R:287:1', 'test-tidyeval-across.R:295:1',
'test-tidyeval.R:183:1', 'test-tidyeval.R:297:1', 'test-tidyeval.R:404:1',
'test-unite.R:69:1'
• tidyselect issue #221 (1): 'test-tidyeval-across.R:305:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-step-group.R:29:3'): can add groups if requested ───────────────
<lifecycle_error_deprecated/defunctError/rlang_error/error/condition>
Error: The `add` argument of `group_by()` was deprecated in dplyr 1.0.0 and is now defunct.
i Please use the `.add` argument instead.
Backtrace:
▆
1. ├─dt %>% group_by(x) %>% group_by(y, add = TRUE)
2. ├─dplyr::group_by(., y, add = TRUE)
3. └─dtplyr:::group_by.dtplyr_step(., y, add = TRUE)
4. ├─base::eval(expr(dplyr::group_by_prepare(.data, !!!dots, .add = .add)))
5. │ └─base::eval(expr(dplyr::group_by_prepare(.data, !!!dots, .add = .add)))
6. └─dplyr::group_by_prepare(.data, y = y, add = TRUE, .add = .add)
7. └─lifecycle::deprecate_stop("1.0.0", "group_by(add = )", "group_by(.add = )")
8. └─lifecycle:::deprecate_stop0(msg)
9. └─rlang::cnd_signal(...)
[ FAIL 1 | WARN 0 | SKIP 35 | PASS 756 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc