CRAN Package Check Results for Package vivainsights

Last updated on 2025-12-26 11:52:27 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.7.0 22.20 374.56 396.76 OK
r-devel-linux-x86_64-debian-gcc 0.7.0 15.38 241.39 256.77 OK
r-devel-linux-x86_64-fedora-clang 0.7.0 39.00 594.95 633.95 OK
r-devel-linux-x86_64-fedora-gcc 0.7.0 40.00 565.46 605.46 OK
r-devel-windows-x86_64 0.7.0 24.00 366.00 390.00 ERROR
r-patched-linux-x86_64 0.7.0 31.10 336.42 367.52 OK
r-release-linux-x86_64 0.7.0 21.65 330.24 351.89 OK
r-release-macos-arm64 0.7.0 OK
r-release-macos-x86_64 0.7.0 13.00 212.00 225.00 OK
r-release-windows-x86_64 0.7.0 24.00 354.00 378.00 OK
r-oldrel-macos-arm64 0.7.0 OK
r-oldrel-macos-x86_64 0.7.0 14.00 229.00 243.00 OK
r-oldrel-windows-x86_64 0.7.0 34.00 479.00 513.00 OK

Check Details

Version: 0.7.0
Check: examples
Result: ERROR Running examples in 'vivainsights-Ex.R' failed The error most likely occurred in: > ### Name: pairwise_count > ### Title: Perform a pairwise count of words by id > ### Aliases: pairwise_count > > ### ** Examples > > td <- data.frame(line = c(1, 1, 2, 2), + word = c("work", "meeting", "catch", "up")) > > pairwise_count(td, id = "line", word = "word") Error in `[.data.table`(DT, , `:=`(N, .N), by = id) : attempt access index 2/2 in VECTOR_ELT Calls: pairwise_count -> [ -> [.data.table Execution halted Flavor: r-devel-windows-x86_64