Last updated on 2026-06-25 12:54:42 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.1 | 12.14 | 209.57 | 221.71 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 0.3.1 | 7.68 | 132.73 | 140.41 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.3.1 | 20.00 | 269.35 | 289.35 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.3.1 | 19.00 | 253.55 | 272.55 | OK | |
| r-devel-windows-x86_64 | 0.3.1 | 15.00 | 234.00 | 249.00 | OK | |
| r-patched-linux-x86_64 | 0.3.1 | 14.56 | 186.80 | 201.36 | OK | |
| r-release-linux-x86_64 | 0.2.1 | 9.49 | 185.31 | 194.80 | OK | |
| r-release-macos-arm64 | 0.3.1 | 3.00 | 38.00 | 41.00 | OK | |
| r-release-macos-x86_64 | 0.3.1 | 9.00 | 158.00 | 167.00 | OK | |
| r-release-windows-x86_64 | 0.3.1 | 15.00 | 237.00 | 252.00 | OK | |
| r-oldrel-macos-arm64 | 0.3.1 | 3.00 | 39.00 | 42.00 | OK | |
| r-oldrel-macos-x86_64 | 0.3.1 | 8.00 | 203.00 | 211.00 | OK | |
| r-oldrel-windows-x86_64 | 0.3.1 | 20.00 | 272.00 | 292.00 | OK |
Version: 0.2.1
Check: examples
Result: ERROR
Running examples in ‘netrics-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: motif_hazard
> ### Title: Motifs of network hazard
> ### Aliases: motif_hazard net_x_hazard
>
> ### ** Examples
>
> # To calculate the hazard rates at each time point
> smeg <- generate_smallworld(15, 0.025)
> net_x_hazard(play_diffusion(smeg, transmissibility = 0.3))
Warning: Unknown or uninitialised column: `time`.
Error in `dplyr::tibble()`:
! Columns 2, 3, 4, 5, 6, and 7 more must be named.
Use `.name_repair` to specify repair.
Caused by error in `repaired_names()`:
! Names can't be empty.
✖ Empty names found at locations 2, 3, 4, 5, 6, etc.
Backtrace:
▆
1. ├─base (local) `<fn>`(x)
2. └─manynet:::print.network_motif(x)
3. ├─base::print(dplyr::tibble(out))
4. └─dplyr::tibble(out)
5. └─tibble:::tibble_quos(xs, .rows, .name_repair)
6. └─tibble:::set_repaired_names(...)
7. └─tibble:::repaired_names(...)
8. ├─tibble:::subclass_name_repair_errors(...)
9. │ └─base::withCallingHandlers(...)
10. └─vctrs::vec_as_names(...)
11. └─vctrs (local) `<fn>`() at vctrs/R/names.R:177:3
12. └─vctrs:::validate_unique(names = names, arg = arg, call = call)
13. └─vctrs:::stop_names_cannot_be_empty(names, call = call) at vctrs/R/names.R:198:5
14. └─vctrs:::stop_names(...) at vctrs/R/conditions.R:825:3
15. └─vctrs:::stop_vctrs(...) at vctrs/R/conditions.R:817:3
16. └─rlang::abort(message, class = c(class, "vctrs_error"), ..., call = call) at vctrs/R/conditions.R:65:3
Execution halted
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
measure_fragmentation 7.422 0.010 8.976
measure_features 6.757 0.091 7.749
Flavor: r-devel-linux-x86_64-debian-clang