Last updated on 2025-12-26 17:48:55 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.10.0 | 27.01 | 456.85 | 483.86 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.10.0 | 17.50 | 266.00 | 283.50 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.10.0 | 48.00 | 725.58 | 773.58 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.10.0 | 47.00 | 719.66 | 766.66 | OK | |
| r-devel-windows-x86_64 | 1.10.0 | 30.00 | 472.00 | 502.00 | ERROR | |
| r-patched-linux-x86_64 | 1.10.0 | 38.57 | 406.00 | 444.57 | 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 | 30.00 | 466.00 | 496.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 | 599.00 | 641.00 | OK |
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
Flavor: r-devel-windows-x86_64