* using log directory 'd:/Rcompile/CRANpkg/local/4.6/netrics.Rcheck'
* using R version 4.6.0 (2026-04-24 ucrt)
* using platform: x86_64-w64-mingw32
* R was compiled by
    gcc.exe (GCC) 14.3.0
    GNU Fortran (GCC) 14.3.0
* running under: Windows Server 2022 x64 (build 20348)
* using session charset: UTF-8
* current time: 2026-06-22 13:53:29 UTC
* checking for file 'netrics/DESCRIPTION' ... OK
* this is package 'netrics' version '0.2.1'
* package encoding: UTF-8
* checking package namespace information ... OK
* checking package dependencies ... OK
* checking if this is a source package ... OK
* checking if there is a namespace ... OK
* checking for hidden files and directories ... OK
* checking for portable file names ... OK
* checking whether package 'netrics' can be installed ... OK
* checking installed package size ... OK
* checking package directory ... OK
* checking DESCRIPTION meta-information ... OK
* checking top-level files ... OK
* checking for left-over files ... OK
* checking index information ... OK
* checking package subdirectories ... OK
* checking code files for non-ASCII characters ... OK
* checking R files for syntax errors ... OK
* checking whether the package can be loaded ... [1s] OK
* checking whether the package can be loaded with stated dependencies ... [1s] OK
* checking whether the package can be unloaded cleanly ... [1s] OK
* checking whether the namespace can be loaded with stated dependencies ... [1s] OK
* checking whether the namespace can be unloaded cleanly ... [1s] OK
* checking loading without being on the library search path ... [2s] OK
* checking whether startup messages can be suppressed ... [2s] OK
* checking use of S3 registration ... OK
* checking dependencies in R code ... OK
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... [12s] OK
* checking Rd files ... [3s] OK
* checking Rd metadata ... OK
* checking Rd cross-references ... OK
* checking for missing documentation entries ... OK
* checking for code/documentation mismatches ... OK
* checking Rd \usage sections ... OK
* checking Rd contents ... OK
* checking for unstated dependencies in examples ... OK
* checking examples ... [34s] 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
* checking for unstated dependencies in 'tests' ... OK
* checking tests ... [44s] OK
  Running 'testthat.R' [43s]
* checking PDF version of manual ... [32s] OK
* checking HTML version of manual ... [27s] OK
* DONE
Status: 1 ERROR
