Last updated on 2025-12-21 05:50:12 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.7.0 | 22.95 | 356.54 | 379.49 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 0.7.0 | 13.53 | 238.63 | 252.16 | 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 | 35.00 | 459.75 | 494.75 | 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 | 499.00 | 533.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 6.029 0.015 8.752
meeting_rank 5.434 0.031 6.570
collaboration_rank 5.312 0.071 7.241
email_rank 5.309 0.017 7.886
create_line 5.317 0.000 7.514
afterhours_rank 5.099 0.071 5.906
external_rank 4.930 0.035 6.635
one2one_rank 4.903 0.000 5.646
identify_usage_segments 4.224 0.020 6.575
create_rank_combine 4.106 0.008 5.592
create_rogers 2.910 0.012 5.007
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
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