Last updated on 2025-12-26 17:49:13 CET.
| Package | ERROR | OK |
|---|---|---|
| vivainsights | 1 | 12 |
| wpa | 1 | 12 |
Current CRAN status: ERROR: 1, OK: 12
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
Current CRAN status: ERROR: 1, OK: 12
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