Last updated on 2024-10-31 10:50:23 CET.
Package | ERROR | NOTE | OK |
---|---|---|---|
AGPRIS | 7 | 6 | |
multilaterals | 1 | 12 |
Current CRAN status: NOTE: 7, OK: 6
Version: 2.0
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘INLA’
Flavors: r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Current CRAN status: ERROR: 1, OK: 12
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