Last updated on 2025-12-23 11:52:57 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 | 14.73 | 243.71 | 258.44 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.7.0 | 38.00 | 464.79 | 502.79 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 0.7.0 | 37.00 | 551.99 | 588.99 | ERROR | |
| r-devel-windows-x86_64 | 0.7.0 | 25.00 | 364.00 | 389.00 | OK | |
| r-patched-linux-x86_64 | 0.7.0 | 30.84 | 330.01 | 360.85 | 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 | 348.00 | 372.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 |
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
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
create_rank 4.094 0.027 5.406
Flavor: r-devel-linux-x86_64-debian-gcc
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
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc