CRAN Package Check Results for Package tidyfast

Last updated on 2024-01-31 14:05:58 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.1 18.84 49.42 68.26 NOTE
r-devel-linux-x86_64-debian-gcc 0.2.1 12.53 38.58 51.11 ERROR
r-devel-linux-x86_64-fedora-clang 0.2.1 96.59 NOTE
r-devel-linux-x86_64-fedora-gcc 0.2.1 89.91 NOTE
r-devel-windows-x86_64 0.2.1 17.00 76.00 93.00 NOTE
r-patched-linux-x86_64 0.2.1 15.81 49.00 64.81 NOTE
r-release-linux-x86_64 0.2.1 15.83 48.62 64.45 NOTE
r-release-macos-arm64 0.2.1 29.00 NOTE
r-release-macos-x86_64 0.2.1 47.00 NOTE
r-release-windows-x86_64 0.2.1 21.00 87.00 108.00 NOTE
r-oldrel-macos-arm64 0.2.1 28.00 NOTE
r-oldrel-windows-x86_64 0.2.1 21.00 86.00 107.00 NOTE

Check Details

Version: 0.2.1
Check: LazyData
Result: NOTE 'LazyData' is specified without a 'data' directory Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-windows-x86_64

Version: 0.2.1
Check: tests
Result: ERROR Running ‘testthat.R’ [11s/16s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(tidyfast) > library(data.table) > > test_check("tidyfast") [ FAIL 3 | WARN 2 | SKIP 0 | PASS 96 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-tidyfast.R:114:3'): dt_separate works ──────────────────────── capture.output(dt_separate(dt, x, c("c1", "c2"))[]) not equal to c(...). Lengths differ: 6 is not 5 ── Failure ('test-tidyfast.R:122:3'): dt_separate works ──────────────────────── capture.output(dt_separate(dt, x, c("c1", "c2"), remove = FALSE)[]) not equal to c(...). Lengths differ: 6 is not 5 ── Failure ('test-tidyfast.R:130:3'): dt_separate works ──────────────────────── capture.output(dt_separate(dt, x, c("c1", "c2"), immutable = TRUE)) not equal to c(...). Lengths differ: 6 is not 5 [ FAIL 3 | WARN 2 | SKIP 0 | PASS 96 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc