Last updated on 2024-12-18 19:49:18 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 2.49 | 33.71 | 36.20 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 1.83 | 19.77 | 21.60 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 51.83 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 49.02 | ERROR | |||
r-devel-windows-x86_64 | 1.0 | 4.00 | 63.00 | 67.00 | OK | |
r-patched-linux-x86_64 | 1.0 | 2.41 | 33.19 | 35.60 | OK | |
r-release-linux-x86_64 | 1.0 | 2.10 | 31.69 | 33.79 | 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 | 3.00 | 61.00 | 64.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 |
Version: 1.0
Check: examples
Result: ERROR
Running examples in ‘multilaterals-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### 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 ...
Segmentation fault
Flavor: r-devel-linux-x86_64-debian-gcc
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 ...
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc