Last updated on 2025-12-20 21:49:52 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.10.0 | 26.31 | 440.18 | 466.49 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 1.10.0 | 21.24 | 260.26 | 281.50 | 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 | 42.00 | 493.08 | 535.08 | 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 | 38.00 | 614.00 | 652.00 | OK |
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.814 0.000 8.038
email_rank 4.824 0.004 7.990
collaboration_rank 4.569 0.008 6.098
one2one_rank 4.433 0.000 5.371
create_line 3.607 0.004 5.015
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
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