* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’ * installing *source* package ‘rlemon’ ... ** package ‘rlemon’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘Debian clang version 18.1.4 (1)’ make[1]: Entering directory '/tmp/RtmpVFgQ63/R.INSTALL3183c099c2fe/rlemon/src' clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../inst -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c RInterfaces.cpp -o RInterfaces.o In file included from RInterfaces.cpp:2: In file included from ./connectivity.h:4: ../inst/lemon/connectivity.h:268:36: warning: unused typedef 'Node' [-Wunused-local-typedef] 268 | typedef typename Digraph::Node Node; | ^ ../inst/lemon/connectivity.h:336:35: warning: unused typedef 'Arc' [-Wunused-local-typedef] 336 | typedef typename Digraph::Arc Arc; | ^ ../inst/lemon/connectivity.h:338:37: warning: unused typedef 'ArcIt' [-Wunused-local-typedef] 338 | typedef typename Digraph::ArcIt ArcIt; | ^ ../inst/lemon/connectivity.h:1346:36: warning: unused typedef 'Node' [-Wunused-local-typedef] 1346 | typedef typename Digraph::Node Node; | ^ ../inst/lemon/connectivity.h:1348:35: warning: unused typedef 'Arc' [-Wunused-local-typedef] 1348 | typedef typename Digraph::Arc Arc; | ^ ../inst/lemon/connectivity.h:1561:35: warning: unused typedef 'ArcIt' [-Wunused-local-typedef] 1561 | typedef typename Graph::ArcIt ArcIt; | ^ ../inst/lemon/connectivity.h:1608:35: warning: unused typedef 'ArcIt' [-Wunused-local-typedef] 1608 | typedef typename Graph::ArcIt ArcIt; | ^ ../inst/lemon/connectivity.h:1606:34: warning: unused typedef 'Node' [-Wunused-local-typedef] 1606 | typedef typename Graph::Node Node; | ^ In file included from RInterfaces.cpp:7: In file included from ./min_cost_flow.h:4: In file included from ../inst/lemon/cost_scaling.h:33: ../inst/lemon/static_graph.h:147:38: warning: unused typedef 'GNode' [-Wunused-local-typedef] 147 | typedef typename Digraph::Node GNode; | ^ In file included from RInterfaces.cpp:10: In file included from ./min_span_tree.h:2: ../inst/lemon/kruskal.h:46:38: warning: unused typedef 'Node' [-Wunused-local-typedef] 46 | typedef typename Digraph::Node Node; | ^ ../inst/lemon/kruskal.h:75:36: warning: unused typedef 'Node' [-Wunused-local-typedef] 75 | typedef typename Graph::Node Node; | ^ In file included from RInterfaces.cpp:11: In file included from ./planarity_embedding.h:1: ../inst/lemon/planarity.h:2103:7: warning: unused typedef 'BoolNodeMap' [-Wunused-local-typedef] 2103 | TEMPLATE_GRAPH_TYPEDEFS(AuxGraph); | ^ ../inst/lemon/core.h:154:3: note: expanded from macro 'TEMPLATE_GRAPH_TYPEDEFS' 154 | TEMPLATE_DIGRAPH_TYPEDEFS(Graph); \ | ^ ../inst/lemon/core.h:121:52: note: expanded from macro 'TEMPLATE_DIGRAPH_TYPEDEFS' 121 | typedef typename Digraph::template NodeMap BoolNodeMap; \ | ^ In file included from RInterfaces.cpp:11: In file included from ./planarity_embedding.h:1: ../inst/lemon/planarity.h:2103:7: warning: unused typedef 'DoubleArcMap' [-Wunused-local-typedef] ../inst/lemon/core.h:154:3: note: expanded from macro 'TEMPLATE_GRAPH_TYPEDEFS' 154 | TEMPLATE_DIGRAPH_TYPEDEFS(Graph); \ | ^ ../inst/lemon/core.h:126:53: note: expanded from macro 'TEMPLATE_DIGRAPH_TYPEDEFS' 126 | typedef typename Digraph::template ArcMap DoubleArcMap | ^ In file included from RInterfaces.cpp:11: In file included from ./planarity_embedding.h:1: ../inst/lemon/planarity.h:2103:7: warning: unused typedef 'Edge' [-Wunused-local-typedef] ../inst/lemon/core.h:155:32: note: expanded from macro 'TEMPLATE_GRAPH_TYPEDEFS' 155 | typedef typename Graph::Edge Edge; \ | ^ In file included from RInterfaces.cpp:11: In file included from ./planarity_embedding.h:1: ../inst/lemon/planarity.h:2103:7: warning: unused typedef 'IntArcMap' [-Wunused-local-typedef] ../inst/lemon/core.h:154:3: note: expanded from macro 'TEMPLATE_GRAPH_TYPEDEFS' 154 | TEMPLATE_DIGRAPH_TYPEDEFS(Graph); \ | ^ ../inst/lemon/core.h:125:50: note: expanded from macro 'TEMPLATE_DIGRAPH_TYPEDEFS' 125 | typedef typename Digraph::template ArcMap IntArcMap; \ | ^ In file included from RInterfaces.cpp:11: In file included from ./planarity_embedding.h:1: ../inst/lemon/planarity.h:2103:7: warning: unused typedef 'InArcIt' [-Wunused-local-typedef] ../inst/lemon/core.h:154:3: note: expanded from macro 'TEMPLATE_GRAPH_TYPEDEFS' 154 | TEMPLATE_DIGRAPH_TYPEDEFS(Graph); \ | ^ ../inst/lemon/core.h:119:37: note: expanded from macro 'TEMPLATE_DIGRAPH_TYPEDEFS' 119 | typedef typename Digraph::InArcIt InArcIt; \ | ^ In file included from RInterfaces.cpp:11: In file included from ./planarity_embedding.h:1: ../inst/lemon/planarity.h:2103:7: warning: unused typedef 'DoubleEdgeMap' [-Wunused-local-typedef] ../inst/lemon/core.h:160:52: note: expanded from macro 'TEMPLATE_GRAPH_TYPEDEFS' 160 | typedef typename Graph::template EdgeMap DoubleEdgeMap | ^ In file included from RInterfaces.cpp:11: In file included from ./planarity_embedding.h:1: ../inst/lemon/planarity.h:2103:7: warning: unused typedef 'BoolEdgeMap' [-Wunused-local-typedef] ../inst/lemon/core.h:158:50: note: expanded from macro 'TEMPLATE_GRAPH_TYPEDEFS' 158 | typedef typename Graph::template EdgeMap BoolEdgeMap; \ | ^ In file included from RInterfaces.cpp:11: In file included from ./planarity_embedding.h:1: ../inst/lemon/planarity.h:2103:7: warning: unused typedef 'IntEdgeMap' [-Wunused-local-typedef] ../inst/lemon/core.h:159:49: note: expanded from macro 'TEMPLATE_GRAPH_TYPEDEFS' 159 | typedef typename Graph::template EdgeMap IntEdgeMap; \ | ^ In file included from RInterfaces.cpp:11: In file included from ./planarity_embedding.h:1: ../inst/lemon/planarity.h:2103:7: warning: unused typedef 'BoolArcMap' [-Wunused-local-typedef] ../inst/lemon/core.h:154:3: note: expanded from macro 'TEMPLATE_GRAPH_TYPEDEFS' 154 | TEMPLATE_DIGRAPH_TYPEDEFS(Graph); \ | ^ ../inst/lemon/core.h:124:51: note: expanded from macro 'TEMPLATE_DIGRAPH_TYPEDEFS' 124 | typedef typename Digraph::template ArcMap BoolArcMap; \ | ^ In file included from RInterfaces.cpp:11: In file included from ./planarity_embedding.h:1: ../inst/lemon/planarity.h:2103:7: warning: unused typedef 'IntNodeMap' [-Wunused-local-typedef] ../inst/lemon/core.h:154:3: note: expanded from macro 'TEMPLATE_GRAPH_TYPEDEFS' 154 | TEMPLATE_DIGRAPH_TYPEDEFS(Graph); \ | ^ ../inst/lemon/core.h:122:51: note: expanded from macro 'TEMPLATE_DIGRAPH_TYPEDEFS' 122 | typedef typename Digraph::template NodeMap IntNodeMap; \ | ^ In file included from RInterfaces.cpp:11: In file included from ./planarity_embedding.h:1: ../inst/lemon/planarity.h:2103:7: warning: unused typedef 'EdgeIt' [-Wunused-local-typedef] ../inst/lemon/core.h:156:34: note: expanded from macro 'TEMPLATE_GRAPH_TYPEDEFS' 156 | typedef typename Graph::EdgeIt EdgeIt; \ | ^ In file included from RInterfaces.cpp:11: In file included from ./planarity_embedding.h:1: ../inst/lemon/planarity.h:2103:7: warning: unused typedef 'DoubleNodeMap' [-Wunused-local-typedef] ../inst/lemon/core.h:154:3: note: expanded from macro 'TEMPLATE_GRAPH_TYPEDEFS' 154 | TEMPLATE_DIGRAPH_TYPEDEFS(Graph); \ | ^ ../inst/lemon/core.h:123:54: note: expanded from macro 'TEMPLATE_DIGRAPH_TYPEDEFS' 123 | typedef typename Digraph::template NodeMap DoubleNodeMap; \ | ^ In file included from RInterfaces.cpp:11: In file included from ./planarity_embedding.h:1: ../inst/lemon/planarity.h:2103:7: warning: unused typedef 'IncEdgeIt' [-Wunused-local-typedef] ../inst/lemon/core.h:157:37: note: expanded from macro 'TEMPLATE_GRAPH_TYPEDEFS' 157 | typedef typename Graph::IncEdgeIt IncEdgeIt; \ | ^ 24 warnings generated. clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../inst -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c RcppExports.cpp -o RcppExports.o clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../inst -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c base.cpp -o base.o clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../inst -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c random.cpp -o random.o clang++-18 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o rlemon.so RInterfaces.o RcppExports.o base.o random.o -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR make[1]: Leaving directory '/tmp/RtmpVFgQ63/R.INSTALL3183c099c2fe/rlemon/src' make[1]: Entering directory '/tmp/RtmpVFgQ63/R.INSTALL3183c099c2fe/rlemon/src' make[1]: Leaving directory '/tmp/RtmpVFgQ63/R.INSTALL3183c099c2fe/rlemon/src' installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-rlemon/00new/rlemon/libs ** R ** data *** moving datasets to lazyload DB ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** 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 * creating tarball packaged installation of ‘rlemon’ as ‘rlemon_0.2.1_R_x86_64-pc-linux-gnu.tar.gz’ * DONE (rlemon)