CRAN Package Check Results for Package multilaterals

Last updated on 2024-10-19 01:49:31 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0 2.43 34.55 36.98 OK
r-devel-linux-x86_64-debian-gcc 1.0 1.87 24.40 26.27 OK
r-devel-linux-x86_64-fedora-clang 1.0 59.83 OK
r-devel-linux-x86_64-fedora-gcc 1.0 46.25 ERROR
r-devel-windows-x86_64 1.0 4.00 61.00 65.00 OK
r-patched-linux-x86_64 1.0 OK
r-release-linux-x86_64 1.0 2.21 32.48 34.69 OK
r-release-macos-arm64 1.0 23.00 OK
r-release-macos-x86_64 1.0 44.00 OK
r-release-windows-x86_64 1.0 5.00 78.00 83.00 OK
r-oldrel-macos-arm64 1.0 22.00 OK
r-oldrel-macos-x86_64 1.0 32.00 OK
r-oldrel-windows-x86_64 1.0 4.00 65.00 69.00 OK

Check Details

Version: 1.0
Check: examples
Result: ERROR Running examples in ‘multilaterals-Ex.R’ failed The error most likely occurred in: > ### Name: multilaterals > ### Title: Transitive Index Numbers for Cross-Sections and Panel Data > ### Aliases: multilaterals-package multilaterals > ### Keywords: package > > ### ** Examples > > > data('multil_data') > > ## From 'An introduction to Efficiency and > ## Productivity Analysis' (Coelli et al., 2005), page 124-126. > inputIndx = multilateral(data.x=billy_inp_q,data.y=billy_inp_p,var.agg='year', + idx='fisher',PAR=FALSE,transitivity='eks',bench=2000,period=NULL ) > outputIndx = multilateral(data.x=billy_out_q,data.y=billy_out_p, var.agg='year', + PAR=FALSE,transitivity='mst',bench=2000,period=NULL ) *** caught segfault *** address 0x1, cause 'memory not mapped' Traceback: 1: igraph::shortest_paths(ig, from = startNode, to = endNode) 2: multicomp(data.x, data.y, idx = idx, transitivity = transitivity, var.agg = var.agg, bench = bench, period = period, plotting = plotting) 3: multilateral(data.x = billy_out_q, data.y = billy_out_p, var.agg = "year", PAR = FALSE, transitivity = "mst", bench = 2000, period = NULL) An irrecoverable exception occurred. R is aborting now ... Flavor: r-devel-linux-x86_64-fedora-gcc