Back to Multiple platform build/check report for BioC 3.19:   simplified   long
ABCDEFGHIJKLMNOPQ[R]STUVWXYZ

This page was generated on 2024-03-04 11:39:46 -0500 (Mon, 04 Mar 2024).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 22.04.3 LTS)x86_64R Under development (unstable) (2024-01-16 r85808) -- "Unsuffered Consequences" 4676
palomino3Windows Server 2022 Datacenterx64R Under development (unstable) (2024-01-14 r85805 ucrt) -- "Unsuffered Consequences" 4414
merida1macOS 12.7.1 Montereyx86_64R Under development (unstable) (2024-01-16 r85808) -- "Unsuffered Consequences" 4441
kunpeng2Linux (openEuler 22.03 LTS-SP1)aarch64R Under development (unstable) (2024-01-16 r85812) -- "Unsuffered Consequences" 4417
Click on any hostname to see more info about the system (e.g. compilers)      (*) as reported by 'uname -p', except on Windows and Mac OS X

Package 1651/2251HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
RBGL 1.79.0  (landing page)
Bioconductor Package Maintainer
Snapshot Date: 2024-03-01 14:00:22 -0500 (Fri, 01 Mar 2024)
git_url: https://git.bioconductor.org/packages/RBGL
git_branch: devel
git_last_commit: ebeedfa
git_last_commit_date: 2023-10-24 09:32:37 -0500 (Tue, 24 Oct 2023)
nebbiolo1Linux (Ubuntu 22.04.3 LTS) / x86_64  OK    OK    WARNINGS  UNNEEDED, same version is already published
palomino3Windows Server 2022 Datacenter / x64  OK    OK    WARNINGS    OK  UNNEEDED, same version is already published
merida1macOS 12.7.1 Monterey / x86_64  OK    OK    OK    OK  UNNEEDED, same version is already published
kunpeng2Linux (openEuler 22.03 LTS-SP1) / aarch64  OK    OK    WARNINGS  

CHECK results for RBGL on merida1


To the developers/maintainers of the RBGL package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/RBGL.git to reflect on this report. See Troubleshooting Build Report for more information.
- Use the following Renviron settings to reproduce errors and warnings.
- If 'R CMD check' started to fail recently on the Linux builder(s) over a missing dependency, add the missing dependency to 'Suggests:' in your DESCRIPTION file. See Renviron.bioc for more information.

raw results


Summary

Package: RBGL
Version: 1.79.0
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:RBGL.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings RBGL_1.79.0.tar.gz
StartedAt: 2024-03-02 09:08:05 -0500 (Sat, 02 Mar 2024)
EndedAt: 2024-03-02 09:09:24 -0500 (Sat, 02 Mar 2024)
EllapsedTime: 79.5 seconds
RetCode: 0
Status:   OK  
CheckDir: RBGL.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:RBGL.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings RBGL_1.79.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/Users/biocbuild/bbs-3.19-bioc/meat/RBGL.Rcheck’
* using R Under development (unstable) (2024-01-16 r85808)
* using platform: x86_64-apple-darwin20
* R was compiled by
    Apple clang version 14.0.0 (clang-1400.0.29.202)
    GNU Fortran (GCC) 12.2.0
* running under: macOS Monterey 12.7.1
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘RBGL/DESCRIPTION’ ... OK
* this is package ‘RBGL’ version ‘1.79.0’
* checking package namespace information ... OK
* checking package dependencies ... OK
* checking if this is a source package ... OK
* checking if there is a namespace ... OK
* checking for hidden files and directories ... OK
* checking for portable file names ... OK
* checking for sufficient/correct file permissions ... OK
* checking whether package ‘RBGL’ can be installed ... OK
* used C++ compiler: ‘Apple clang version 14.0.0 (clang-1400.0.29.202)’
* used SDK: ‘MacOSX11.3.sdk’
* checking installed package size ... OK
* checking package directory ... OK
* checking ‘build’ directory ... OK
* checking DESCRIPTION meta-information ... NOTE
Package listed in more than one of Depends, Imports, Suggests, Enhances:
  ‘methods’
A package should be listed in only one of these fields.
* checking top-level files ... OK
* checking for left-over files ... OK
* checking index information ... OK
* checking package subdirectories ... OK
* checking R files for non-ASCII characters ... OK
* checking R files for syntax errors ... OK
* checking whether the package can be loaded ... OK
* checking whether the package can be loaded with stated dependencies ... OK
* checking whether the package can be unloaded cleanly ... OK
* checking whether the namespace can be loaded with stated dependencies ... OK
* checking whether the namespace can be unloaded cleanly ... OK
* checking dependencies in R code ... OK
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... OK
* checking Rd files ... NOTE
checkRd: (-1) tsort.Rd:20: Escaped LaTeX specials: \_
* checking Rd metadata ... OK
* checking Rd cross-references ... OK
* checking for missing documentation entries ... OK
* checking for code/documentation mismatches ... OK
* checking Rd \usage sections ... OK
* checking Rd contents ... OK
* checking for unstated dependencies in examples ... OK
* checking contents of ‘data’ directory ... OK
* checking data for non-ASCII characters ... OK
* checking data for ASCII and uncompressed saves ... OK
* checking line endings in C/C++/Fortran sources/headers ... OK
* checking compiled code ... NOTE
Note: information on .o files is not available
File ‘/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/RBGL/libs/RBGL.so’:
  Found ‘_abort’, possibly from ‘abort’ (C)

Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs nor [v]sprintf. The detected symbols are linked into
the code but might come from libraries and not actually be called.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
* checking installed files from ‘inst/doc’ ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... OK
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘runTests.R’
 OK
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes ... OK
* checking running R code from vignettes ... SKIPPED
* checking re-building of vignette outputs ... SKIPPED
* checking PDF version of manual ... OK
* DONE

Status: 3 NOTEs
See
  ‘/Users/biocbuild/bbs-3.19-bioc/meat/RBGL.Rcheck/00check.log’
for details.



Installation output

RBGL.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Resources/bin/R CMD INSTALL RBGL
###
##############################################################################
##############################################################################


* installing to library ‘/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library’
* installing *source* package ‘RBGL’ ...
** using staged installation
** libs
using C++ compiler: ‘Apple clang version 14.0.0 (clang-1400.0.29.202)’
using SDK: ‘MacOSX11.3.sdk’
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/BH/include' -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c bbc.cpp -o bbc.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/BH/include' -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c cliques.cpp -o cliques.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/BH/include' -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c clusteringCoef.cpp -o clusteringCoef.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/BH/include' -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c dominatorTree.cpp -o dominatorTree.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/BH/include' -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c edmonds_optimum_branching.cpp -o edmonds_optimum_branching.o
In file included from edmonds_optimum_branching.cpp:3:
In file included from ./edmonds_optimum_branching.hpp:94:
./edmonds_optimum_branching_impl.hpp:520:71: warning: unused typedef 'EdgeIter' [-Wunused-local-typedef]
    typedef typename graph_traits<TEdgeListGraph>::edge_iterator      EdgeIter;
                                                                      ^
./edmonds_optimum_branching_impl.hpp:521:71: warning: unused typedef 'weight_t' [-Wunused-local-typedef]
    typedef typename property_traits<TWeightMap>::value_type          weight_t;
                                                                      ^
2 warnings generated.
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/BH/include' -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c hcs.cpp -o hcs.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/BH/include' -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c incrConnComp.cpp -o incrConnComp.o
incrConnComp.cpp:74:32: warning: unused variable 'child_index' [-Wunused-variable]
            BOOST_FOREACH(VertexIndex child_index, components[current_index]) {
                                      ^
1 warning generated.
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/BH/include' -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c interfaces.cpp -o interfaces.o
interfaces.cpp:57:60: warning: unused typedef 'Edge' [-Wunused-local-typedef]
        typedef graph_traits < Graph_dd >::edge_descriptor Edge;
                                                           ^
interfaces.cpp:61:62: warning: unused typedef 'Color' [-Wunused-local-typedef]
        typedef property_map<Graph_dd, vertex_color_t>::type Color;
                                                             ^
interfaces.cpp:99:62: warning: unused typedef 'Vertex' [-Wunused-local-typedef]
        typedef graph_traits < Graph_dd >::vertex_descriptor Vertex;
                                                             ^
interfaces.cpp:98:60: warning: unused typedef 'Edge' [-Wunused-local-typedef]
        typedef graph_traits < Graph_dd >::edge_descriptor Edge;
                                                           ^
interfaces.cpp:142:60: warning: unused typedef 'Edge' [-Wunused-local-typedef]
        typedef graph_traits < Graph_dd >::edge_descriptor Edge;
                                                           ^
interfaces.cpp:143:62: warning: unused typedef 'Vertex' [-Wunused-local-typedef]
        typedef graph_traits < Graph_dd >::vertex_descriptor Vertex;
                                                             ^
interfaces.cpp:199:62: warning: unused typedef 'Vertex' [-Wunused-local-typedef]
        typedef graph_traits < Graph_ud >::vertex_descriptor Vertex;
                                                             ^
interfaces.cpp:198:60: warning: unused typedef 'Edge' [-Wunused-local-typedef]
        typedef graph_traits < Graph_ud >::edge_descriptor Edge;
                                                           ^
interfaces.cpp:226:62: warning: unused typedef 'Vertex' [-Wunused-local-typedef]
        typedef graph_traits < Graph_dd >::vertex_descriptor Vertex;
                                                             ^
interfaces.cpp:225:60: warning: unused typedef 'Edge' [-Wunused-local-typedef]
        typedef graph_traits < Graph_dd >::edge_descriptor Edge;
                                                           ^
interfaces.cpp:253:62: warning: unused typedef 'Vertex' [-Wunused-local-typedef]
        typedef graph_traits < Graph_ud >::vertex_descriptor Vertex;
                                                             ^
interfaces.cpp:252:60: warning: unused typedef 'Edge' [-Wunused-local-typedef]
        typedef graph_traits < Graph_ud >::edge_descriptor Edge;
                                                           ^
interfaces.cpp:295:60: warning: unused typedef 'Edge' [-Wunused-local-typedef]
        typedef graph_traits < Graph_ud >::edge_descriptor Edge;
                                                           ^
interfaces.cpp:320:62: warning: unused typedef 'Vertex' [-Wunused-local-typedef]
        typedef graph_traits < Graph_ud >::vertex_descriptor Vertex;
                                                             ^
interfaces.cpp:360:60: warning: unused typedef 'Edge' [-Wunused-local-typedef]
        typedef graph_traits < Graph_ud >::edge_descriptor Edge;
                                                           ^
interfaces.cpp:361:62: warning: unused typedef 'Vertex' [-Wunused-local-typedef]
        typedef graph_traits < Graph_ud >::vertex_descriptor Vertex;
                                                             ^
16 warnings generated.
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/BH/include' -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c minST.cpp -o minST.o
minST.cpp:14:62: warning: unused typedef 'Vertex' [-Wunused-local-typedef]
        typedef graph_traits < Graph_dd >::vertex_descriptor Vertex;
                                                             ^
minST.cpp:48:62: warning: unused typedef 'Vertex' [-Wunused-local-typedef]
        typedef graph_traits < Graph_ud >::vertex_descriptor Vertex;
                                                             ^
minST.cpp:81:60: warning: unused typedef 'Edge' [-Wunused-local-typedef]
        typedef graph_traits < Graph_ud >::edge_descriptor Edge;
                                                           ^
3 warnings generated.
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/BH/include' -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c mincut.cpp -o mincut.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/BH/include' -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c ordering.cpp -o ordering.o
ordering.cpp:182:48: warning: unused variable 'id' [-Wunused-variable]
                property_map<Graph_dd, vertex_index_t>::type id = get(vertex_index, g);
                                                             ^
ordering.cpp:133:53: warning: unused typedef 'Vertex' [-Wunused-local-typedef]
                typedef graph_traits<Graph_dd>::vertex_descriptor Vertex;
                                                                  ^
ordering.cpp:176:53: warning: unused typedef 'Vertex' [-Wunused-local-typedef]
                typedef graph_traits<Graph_dd>::vertex_descriptor Vertex;
                                                                  ^
ordering.cpp:232:47: warning: unused typedef 'Pair' [-Wunused-local-typedef]
                typedef std::pair<std::size_t, std::size_t> Pair;
                                                            ^
4 warnings generated.
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/BH/include' -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c planar.cpp -o planar.o
planar.cpp:225:30: warning: unused variable 'oi' [-Wunused-variable]
           Vertex_Vec_t::iterator oi, oi_end = ordering.end();
                                  ^
planar.cpp:225:34: warning: unused variable 'oi_end' [-Wunused-variable]
           Vertex_Vec_t::iterator oi, oi_end = ordering.end();
                                      ^
planar.cpp:429:32: warning: unused variable 'ki' [-Wunused-variable]
           Edge_Vec_t::iterator ki, ki_end = kuratowski_edges.end();
                                ^
planar.cpp:429:36: warning: unused variable 'ki_end' [-Wunused-variable]
           Edge_Vec_t::iterator ki, ki_end = kuratowski_edges.end();
                                    ^
planar.cpp:461:6: warning: unused variable 'i' [-Wunused-variable]
        int i, j = 0;
            ^
5 warnings generated.
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/BH/include' -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c registerSigHandlers.cpp -o registerSigHandlers.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/BH/include' -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c shortestPath.cpp -o shortestPath.o
shortestPath.cpp:17:60: warning: unused typedef 'Edge' [-Wunused-local-typedef]
        typedef graph_traits < Graph_dd >::edge_descriptor Edge;
                                                           ^
shortestPath.cpp:136:60: warning: unused typedef 'Edge' [-Wunused-local-typedef]
        typedef graph_traits < Graph_dd >::edge_descriptor Edge;
                                                           ^
shortestPath.cpp:177:81: warning: unused typedef 'Graph' [-Wunused-local-typedef]
        property< edge_weight_t, double, property< edge_weight2_t, double > > > Graph;
                                                                                ^
shortestPath.cpp:180:39: warning: unused typedef 'Edge' [-Wunused-local-typedef]
        typedef std::pair < int, int >Edge;
                                      ^
4 warnings generated.
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/BH/include' -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c sna.cpp -o sna.o
sna.cpp:161:9: warning: unused variable 'res_cap' [-Wunused-variable]
        res_cap = get(edge_residual_capacity, flow_g);
        ^
1 warning generated.
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/BH/include' -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c transitive_closure.cpp -o transitive_closure.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/BH/include' -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c wavefront.cpp -o wavefront.o
clang++ -arch x86_64 -std=gnu++17 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/x86_64/lib -o RBGL.so bbc.o cliques.o clusteringCoef.o dominatorTree.o edmonds_optimum_branching.o hcs.o incrConnComp.o interfaces.o minST.o mincut.o ordering.o planar.o registerSigHandlers.o shortestPath.o sna.o transitive_closure.o wavefront.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/00LOCK-RBGL/00new/RBGL/libs
** R
** data
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (RBGL)

Tests output

RBGL.Rcheck/tests/runTests.Rout


R Under development (unstable) (2024-01-16 r85808) -- "Unsuffered Consequences"
Copyright (C) 2024 The R Foundation for Statistical Computing
Platform: x86_64-apple-darwin20

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> BiocGenerics:::testPackage("RBGL")

Attaching package: 'BiocGenerics'

The following objects are masked from 'package:stats':

    IQR, mad, sd, var, xtabs

The following objects are masked from 'package:base':

    Filter, Find, Map, Position, Reduce, anyDuplicated, aperm, append,
    as.data.frame, basename, cbind, colnames, dirname, do.call,
    duplicated, eval, evalq, get, grep, grepl, intersect, is.unsorted,
    lapply, mapply, match, mget, order, paste, pmax, pmax.int, pmin,
    pmin.int, rank, rbind, rownames, sapply, setdiff, table, tapply,
    union, unique, unsplit, which.max, which.min



RUNIT TEST PROTOCOL -- Sat Mar  2 09:09:04 2024 
*********************************************** 
Number of test functions: 1 
Number of errors: 0 
Number of failures: 0 

 
1 Test Suite : 
RBGL RUnit Tests - 1 test function, 0 errors, 0 failures
Number of test functions: 1 
Number of errors: 0 
Number of failures: 0 
> 
> proc.time()
   user  system elapsed 
  1.194   0.170   1.449 

Example timings

RBGL.Rcheck/RBGL-Ex.timings

nameusersystemelapsed
FileDep0.8590.0721.071
astarSearch0.1080.0030.131
bandwidth0.0210.0020.051
bellman.ford.sp0.0700.0040.086
bfs0.0270.0030.036
biConnComp0.0100.0020.016
boyerMyrvoldPlanarityTest0.0130.0010.017
chrobakPayneStraightLineDrawing0.0660.0040.082
clusteringCoef0.0130.0020.017
clusteringCoefAppr0.0120.0010.016
coloring0.0080.0010.011
connectedComp0.0220.0040.033
dag.sp0.0120.0030.015
dijkstra.sp0.0320.0060.043
dominatorTree0.0140.0030.021
edgeConn0.0090.0020.011
edmondsMaxCardinalityMatching0.0160.0020.023
edmondsOptimumBranching0.0100.0010.013
extractPath0.0050.0030.007
floyd.warshall.all.pairs.sp0.0100.0030.015
gprofile0.0080.0010.009
graphGenerator0.0000.0000.001
highlyConnSG0.0120.0020.017
incrConnComp0.0100.0020.014
is.triangulated0.0180.0020.023
isKuratowskiSubgraph0.0130.0020.017
isStraightLineDrawing0.0130.0020.015
isomorphism0.0150.0030.021
johnson.all.pairs.sp0.0090.0020.012
kCliques0.0090.0020.015
kCores0.0580.0040.070
lambdaSets0.0120.0020.017
layout0.0000.0010.001
makeBiconnectedPlanar0.0140.0020.018
makeConnected0.0120.0010.014
makeMaximalPlanar0.0130.0020.016
maxClique0.0180.0030.024
maxFlow0.0150.0020.020
minCut0.0090.0020.012
mstree.kruskal0.0280.0030.036
mstree.prim0.0090.0020.016
ordering0.0140.0020.020
planarCanonicalOrdering0.0100.0010.011
planarFaceTraversal0.0150.0020.021
removeSelfLoops0.0140.0020.017
separates0.0160.0020.019
sp.between0.0350.0060.045
strongComp0.0160.0020.020
transClosure0.0120.0010.015
transitivity0.0090.0010.009
tsort0.0050.0040.012
wavefront0.0100.0010.013