CRAN Package Check Results for Package wpa

Last updated on 2025-12-24 15:52:21 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.10.0 24.94 442.44 467.38 ERROR
r-devel-linux-x86_64-debian-gcc 1.10.0 16.30 254.88 271.18 ERROR
r-devel-linux-x86_64-fedora-clang 1.10.0 46.00 503.34 549.34 ERROR
r-devel-linux-x86_64-fedora-gcc 1.10.0 44.00 669.02 713.02 ERROR
r-devel-windows-x86_64 1.10.0 28.00 519.00 547.00 OK
r-patched-linux-x86_64 1.10.0 38.94 407.23 446.17 OK
r-release-linux-x86_64 1.10.0 23.43 407.34 430.77 OK
r-release-macos-arm64 1.10.0 OK
r-release-macos-x86_64 1.10.0 16.00 259.00 275.00 OK
r-release-windows-x86_64 1.10.0 29.00 465.00 494.00 OK
r-oldrel-macos-arm64 1.10.0 OK
r-oldrel-macos-x86_64 1.10.0 16.00 286.00 302.00 OK
r-oldrel-windows-x86_64 1.10.0 42.00 602.00 644.00 OK

Check Details

Version: 1.10.0
Check: examples
Result: ERROR Running examples in ‘wpa-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.874 0.038 7.782 email_rank 4.862 0.000 8.116 create_rank_combine 4.804 0.020 6.921 meeting_rank 4.611 0.067 5.805 collaboration_rank 4.645 0.007 6.477 one2one_rank 4.308 0.012 5.428 Flavor: r-devel-linux-x86_64-debian-clang

Version: 1.10.0
Check: examples
Result: ERROR Running examples in ‘wpa-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 4.082 0.000 6.689 create_rank_combine 3.372 0.053 5.854 Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.10.0
Check: examples
Result: ERROR Running examples in ‘wpa-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 Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc