Last updated on 2025-10-30 08:51:49 CET.
| Package | ERROR | NOTE | OK |
|---|---|---|---|
| multinet | 1 | 2 | 10 |
Current CRAN status: ERROR: 1, NOTE: 2, OK: 10
Version: 4.3.1
Check: examples
Result: ERROR
Running examples in 'multinet-Ex.R' failed
The error most likely occurred in:
> ### Name: multinet.conversion
> ### Title: Conversion to a simple or multi graph
> ### Aliases: multinet.conversion as.igraph.multinet
> ### as.igraph.Rcpp_RMLNetwork
>
> ### ** Examples
>
> net <- ml_aucs()
> # using the default merge.actors=TRUE we create a multigraph,
> # where each actor corresponds to a vertex in the result
> multigraph <- as.igraph(net)
Error in `make_empty_graph()`:
! `directed` must be a logical, not a number.
Backtrace:
▆
1. ├─igraph::as.igraph(net)
2. └─multinet:::as.igraph.Rcpp_RMLNetwork(net)
3. └─igraph::graph_from_data_frame(vertices = a_df, e_df, directed = dir)
4. └─igraph::make_empty_graph(n = 0, directed = directed)
5. └─cli::cli_abort("{.arg directed} must be a logical, not {.obj_type_friendly {directed}}.")
6. └─rlang::abort(...)
Execution halted
Flavor: r-devel-windows-x86_64
Version: 4.3.2
Check: installed package size
Result: NOTE
installed size is 97.8Mb
sub-directories of 1Mb or more:
libs 97.5Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64