Last updated on 2026-06-22 01:51:20 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.1 | 11.34 | 213.46 | 224.80 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.2.1 | 7.83 | 128.91 | 136.74 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.2.1 | 22.00 | 307.44 | 329.44 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 0.2.1 | 21.00 | 366.99 | 387.99 | OK | |
| r-devel-windows-x86_64 | 0.2.1 | 13.00 | 204.00 | 217.00 | OK | |
| r-patched-linux-x86_64 | 0.2.1 | 13.25 | 186.74 | 199.99 | OK | |
| r-release-linux-x86_64 | 0.2.1 | 9.49 | 185.31 | 194.80 | OK | |
| r-release-macos-arm64 | 0.2.1 | 3.00 | 37.00 | 40.00 | OK | |
| r-release-macos-x86_64 | 0.2.1 | 8.00 | 179.00 | 187.00 | OK | |
| r-release-windows-x86_64 | 0.2.1 | 13.00 | 198.00 | 211.00 | OK | |
| r-oldrel-macos-arm64 | 0.2.1 | 2.00 | 34.00 | 36.00 | OK | |
| r-oldrel-macos-x86_64 | 0.2.1 | 8.00 | 143.00 | 151.00 | OK | |
| r-oldrel-windows-x86_64 | 0.2.1 | 20.00 | 283.00 | 303.00 | OK |
Version: 0.2.1
Check: examples
Result: ERROR
Running examples in ‘netrics-Ex.R’ failed
The error most likely occurred in:
> ### 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
Flavor: r-devel-linux-x86_64-fedora-clang