Last updated on 2024-11-08 07:50:22 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 2.26 | 34.36 | 36.62 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 1.72 | 24.99 | 26.71 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 60.06 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 45.69 | ERROR | |||
r-devel-windows-x86_64 | 1.0 | 4.00 | 68.00 | 72.00 | OK | |
r-patched-linux-x86_64 | 1.0 | 2.31 | 32.19 | 34.50 | OK | |
r-release-linux-x86_64 | 1.0 | 2.22 | 31.74 | 33.96 | 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 | 4.00 | 64.00 | 68.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 | 5.00 | 66.00 | 71.00 | OK |
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