CRAN Package Check Results for Package dat

Last updated on 2025-12-19 17:49:42 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.5.0 6.50 61.94 68.44 OK
r-devel-linux-x86_64-debian-gcc 0.5.0 3.66 44.96 48.62 OK
r-devel-linux-x86_64-fedora-clang 0.5.0 12.00 OK
r-devel-linux-x86_64-fedora-gcc 0.5.0 12.00 105.09 117.09 ERROR
r-devel-windows-x86_64 0.5.0 10.00 75.00 85.00 OK
r-patched-linux-x86_64 0.5.0 4.87 54.23 59.10 OK
r-release-linux-x86_64 0.5.0 6.13 53.90 60.03 OK
r-release-macos-arm64 0.5.0 OK
r-release-macos-x86_64 0.5.0 5.00 76.00 81.00 OK
r-release-windows-x86_64 0.5.0 10.00 76.00 86.00 OK
r-oldrel-macos-arm64 0.5.0 OK
r-oldrel-macos-x86_64 0.5.0 5.00 60.00 65.00 OK
r-oldrel-windows-x86_64 0.5.0 11.00 92.00 103.00 OK

Check Details

Version: 0.5.0
Check: tests
Result: ERROR Running ‘testthat.R’ [13s/36s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library("dat") To use dplyr as backend set 'options(dat.use.dplyr = TRUE)'. Attaching package: 'dat' The following object is masked from 'package:base': replace > > if (requireNamespace("testthat", quietly = TRUE)) { + testthat::test_check("dat") + } Saving _problems/test-mutar-data-table-107.R [ FAIL 1 | WARN 67 | SKIP 1 | PASS 121 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-lintr.R:5:5' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-mutar-data-table.R:107:5'): mutar with by ────────────────────── Error in ``[.data.table`(.__x__, , `:=`(.__x__ = x + 1), keyby = .(group))`: attempt access index 2/2 in VECTOR_ELT Backtrace: ▆ 1. ├─dat:::WITHOUT_DPLYR(...) at test-mutar-data-table.R:81:3 2. └─dat::mutar(dat, x ~ x + 1, by = "group") at test-mutar-data-table.R:107:5 3. ├─dat:::handleCols(...) 4. └─dat:::handleCols(...) 5. └─dat:::dataTableMutateBy(x, args, by) 6. └─dat:::mutateDataTable(...) 7. └─dat:::callDataTable(x, args, fun, by) 8. └─base::eval(expr, envir = env) 9. └─base::eval(expr, envir = env) 10. ├─.__x__[, `:=`(.__x__ = x + 1), keyby = .(group)] 11. └─data.table:::`[.data.table`(.__x__, , `:=`(.__x__ = x + 1), keyby = .(group)) [ FAIL 1 | WARN 67 | SKIP 1 | PASS 121 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 0.5.0
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: --- re-building ‘Introduction.Rmd’ using rmarkdown Quitting from Introduction.Rmd:98-100 [unnamed-chunk-9] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/rlang_error> Error in `[.data.table`: ! attempt access index 19/19 in VECTOR_ELT --- Backtrace: ▆ 1. └─dat::mutar(flights, n ~ .N, by = "month") 2. ├─dat:::handleCols(...) 3. └─dat:::handleCols(...) 4. └─dat:::dataTableMutateBy(x, args, by) 5. └─dat:::mutateDataTable(...) 6. └─dat:::callDataTable(x, args, fun, by) 7. └─base::eval(expr, envir = env) 8. └─base::eval(expr, envir = env) 9. ├─.__x__[, `:=`(.__n__ = .N), keyby = .(month)] 10. └─data.table:::`[.data.table`(.__x__, , `:=`(.__n__ = .N), keyby = .(month)) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'Introduction.Rmd' failed with diagnostics: attempt access index 19/19 in VECTOR_ELT --- failed re-building ‘Introduction.Rmd’ --- re-building ‘performance.Rmd’ using rmarkdown [WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead. --- finished re-building ‘performance.Rmd’ SUMMARY: processing the following file failed: ‘Introduction.Rmd’ Error: Vignette re-building failed. Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc