Last updated on 2025-12-19 14:50:35 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.1.0 | 16.49 | 53.87 | 70.36 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.1.0 | 11.88 | 41.06 | 52.94 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.1.0 | 35.00 | 84.46 | 119.46 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.1.0 | 33.00 | 90.63 | 123.63 | ERROR | |
| r-devel-windows-x86_64 | 1.1.0 | 19.00 | 88.00 | 107.00 | OK | |
| r-patched-linux-x86_64 | 1.1.0 | 18.32 | 47.54 | 65.86 | OK | |
| r-release-linux-x86_64 | 1.1.0 | 18.06 | 47.68 | 65.74 | OK | |
| r-release-macos-arm64 | 1.1.0 | OK | ||||
| r-release-macos-x86_64 | 1.1.0 | 11.00 | 73.00 | 84.00 | OK | |
| r-release-windows-x86_64 | 1.1.0 | 21.00 | 84.00 | 105.00 | OK | |
| r-oldrel-macos-arm64 | 1.1.0 | OK | ||||
| r-oldrel-macos-x86_64 | 1.1.0 | 13.00 | 47.00 | 60.00 | OK | |
| r-oldrel-windows-x86_64 | 1.1.0 | 20.00 | 103.00 | 123.00 | OK |
Version: 1.1.0
Check: examples
Result: ERROR
Running examples in ‘segregation-Ex.R’ failed
The error most likely occurred in:
> ### Name: mutual_local
> ### Title: Calculates local segregation scores based on M
> ### Aliases: mutual_local
>
> ### ** Examples
>
> # which schools are most segregated?
> (localseg <- mutual_local(schools00, "race", "school",
+ weight = "n", wide = TRUE
+ ))
Error in `[.data.table`(data, , `:=`(n_unit, sum(get(weight))), by = unit_var) :
attempt access index 3/3 in VECTOR_ELT
Calls: mutual_local ... mutual_local_compute -> add_local -> [ -> [.data.table
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc