- using R Under development (unstable) (2026-02-03 r89372)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
gcc (GCC) 15.1.1 20250521 (Red Hat 15.1.1-2)
GNU Fortran (GCC) 15.1.1 20250521 (Red Hat 15.1.1-2)
- running under: Fedora Linux 42 (Workstation Edition)
- using session charset: UTF-8
* current time: 2026-02-03 11:50:49Z
- using option ‘--no-stop-on-test-error’
- checking for file ‘dtplyr/DESCRIPTION’ ... OK
- this is package ‘dtplyr’ version ‘1.3.2’
- package encoding: UTF-8
- checking package namespace information ... OK
- checking package dependencies ... OK
- checking if this is a source package ... OK
- checking if there is a namespace ... OK
- checking for executable files ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking for sufficient/correct file permissions ... OK
- checking whether package ‘dtplyr’ can be installed ... [13s/40s] OK
See the install log for details.
- checking package directory ... OK
- checking ‘build’ directory ... OK
- checking DESCRIPTION meta-information ... OK
- checking top-level files ... OK
- checking for left-over files ... OK
- checking index information ... OK
- checking package subdirectories ... OK
- checking code files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- checking whether the package can be loaded ... OK
- checking whether the package can be loaded with stated dependencies ... OK
- checking whether the package can be unloaded cleanly ... OK
- checking whether the namespace can be loaded with stated dependencies ... OK
- checking whether the namespace can be unloaded cleanly ... OK
- checking loading without being on the library search path ... OK
- checking whether startup messages can be suppressed ... OK
- checking use of S3 registration ... OK
- checking dependencies in R code ... OK
- checking S3 generic/method consistency ... OK
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... [22s/60s] OK
- checking Rd files ... OK
- checking Rd metadata ... OK
- checking Rd line widths ... OK
- checking Rd cross-references ... OK
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... OK
- checking Rd \usage sections ... OK
- checking Rd contents ... OK
- checking for unstated dependencies in examples ... OK
- checking installed files from ‘inst/doc’ ... OK
- checking files in ‘vignettes’ ... OK
- checking examples ... [14s/37s] OK
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [34s/86s] 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
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes ... OK
- checking re-building of vignette outputs ... [18s/41s] OK
- checking PDF version of manual ... [11s/30s] OK
- checking HTML version of manual ... [5s/15s] OK
- checking for non-standard things in the check directory ... OK
- checking for detritus in the temp directory ... OK
- DONE
Status: 1 ERROR