CRAN Package Check Results for Package vivainsights

Last updated on 2025-12-25 15:54:15 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.7.0 21.40 364.92 386.32 ERROR
r-devel-linux-x86_64-debian-gcc 0.7.0 13.54 235.94 249.48 ERROR
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 25.00 364.00 389.00 OK
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 355.00 379.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 487.00 521.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: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### 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 Examples with CPU (user + system) or elapsed time > 5s user system elapsed create_rank 5.991 0.043 7.549 meeting_rank 5.543 0.035 6.569 collaboration_rank 5.335 0.063 6.598 email_rank 5.315 0.055 6.571 create_line 5.347 0.010 6.428 afterhours_rank 5.274 0.058 6.316 one2one_rank 5.047 0.003 7.482 external_rank 5.041 0.000 6.167 create_rank_combine 4.310 0.026 5.602 identify_usage_segments 4.169 0.020 5.052 Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.7.0
Check: examples
Result: ERROR Running examples in ‘vivainsights-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### 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-linux-x86_64-debian-gcc