CRAN Package Check Results for Package SteinerNet

Last updated on 2024-02-12 08:05:31 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 3.1.0 3.89 3606.44 3610.33 ERROR
r-devel-linux-x86_64-debian-gcc 3.1.0 2.92 0.02 2.94 FAIL
r-devel-linux-x86_64-fedora-clang 3.1.0 3441.95 ERROR
r-devel-linux-x86_64-fedora-gcc 3.1.0 3322.93 ERROR
r-devel-windows-x86_64 3.1.0 5.00 0.00 5.00 FAIL
r-patched-linux-x86_64 3.1.0 3.61 3605.63 3609.24 ERROR
r-release-linux-x86_64 3.1.0 3.72 3604.67 3608.39 ERROR
r-release-macos-arm64 3.1.0 29.00 OK
r-release-macos-x86_64 3.1.0 36.00 OK
r-release-windows-x86_64 3.1.0 6.00 0.00 6.00 FAIL
r-oldrel-macos-arm64 3.1.0 26.00 OK
r-oldrel-windows-x86_64 3.1.0 6.00 0.00 6.00 FAIL

Check Details

Version: 3.1.0
Check: examples
Result: ERROR Running examples in ‘SteinerNet-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: steiner_comparison_plots > ### Title: Plot simulated data > ### Aliases: steiner_comparison_plots > > ### ** Examples > > g <- graph("Cubical") > > data <- steiner_simulation(type = c("SP", "KB", "SPM"), + graph = g, + ter_list = generate_st_samples(graph = g, + ter_number = c(2, 3), + prob = c(0.1, 0.2))) Killed Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 3.1.0
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: ... --- re-building ‘tutorial.Rmd’ using rmarkdown Killed Flavors: r-devel-linux-x86_64-debian-clang, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 3.1.0
Check: re-building of vignette outputs
Result: FAIL
Flavor: r-devel-linux-x86_64-debian-gcc

Version: 3.1.0
Check: examples
Result: ERROR Running examples in ‘SteinerNet-Ex.R’ failed The error most likely occurred in: > ### Name: steiner_comparison_plots > ### Title: Plot simulated data > ### Aliases: steiner_comparison_plots > > ### ** Examples > > g <- graph("Cubical") > > data <- steiner_simulation(type = c("SP", "KB", "SPM"), + graph = g, + ter_list = generate_st_samples(graph = g, + ter_number = c(2, 3), + prob = c(0.1, 0.2))) Error in all_shortest_paths(graph = graph, from = from, to = to, mode = mode, : Calls: steiner_simulation ... FUN -> get.all.shortest.paths -> all_shortest_paths Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 3.1.0
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: --- re-building ‘tutorial.Rmd’ using rmarkdown Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 3.1.0
Check: examples
Result: ERROR Running examples in ‘SteinerNet-Ex.R’ failed The error most likely occurred in: > ### Name: steiner_comparison_plots > ### Title: Plot simulated data > ### Aliases: steiner_comparison_plots > > ### ** Examples > > g <- graph("Cubical") > > data <- steiner_simulation(type = c("SP", "KB", "SPM"), + graph = g, + ter_list = generate_st_samples(graph = g, + ter_number = c(2, 3), + prob = c(0.1, 0.2))) Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 3.1.0
Check: examples
Result: FAIL Check process probably crashed or hung up for 20 minutes ... killed Most likely this happened in the example checks (?), if not, ignore the following last lines of example output: + prob = c(0.1, 0.2)) [[1]] [1] 6 11 18 [[2]] [1] 4 8 1 22 > > > > > cleanEx() > nameEx("steiner_comparison_plots") > ### * steiner_comparison_plots > > flush(stderr()); flush(stdout()) > > ### Name: steiner_comparison_plots > ### Title: Plot simulated data > ### Aliases: steiner_comparison_plots > > ### ** Examples > > g <- graph("Cubical") > > data <- steiner_simulation(type = c("SP", "KB", "SPM"), + graph = g, + ter_list = generate_st_samples(graph = g, + ter_number = c(2, 3), + prob = c(0.1, 0.2))) ======== End of example output (where/before crash/hang up occured ?) ======== Flavors: r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64