* installing *source* package ‘rlemon’ ...
** package ‘rlemon’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘Apple clang version 13.0.0 (clang-1300.0.29.30)’
using SDK: ‘MacOSX11.3.sdk’
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I../inst -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.3/Rcpp/include' -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -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]
    typedef typename Digraph::Node Node;
                                   ^
../inst/lemon/connectivity.h:336:35: warning: unused typedef 'Arc' [-Wunused-local-typedef]
    typedef typename Digraph::Arc Arc;
                                  ^
../inst/lemon/connectivity.h:338:37: warning: unused typedef 'ArcIt' [-Wunused-local-typedef]
    typedef typename Digraph::ArcIt ArcIt;
                                    ^
../inst/lemon/connectivity.h:1346:36: warning: unused typedef 'Node' [-Wunused-local-typedef]
    typedef typename Digraph::Node Node;
                                   ^
../inst/lemon/connectivity.h:1348:35: warning: unused typedef 'Arc' [-Wunused-local-typedef]
    typedef typename Digraph::Arc Arc;
                                  ^
../inst/lemon/connectivity.h:1561:35: warning: unused typedef 'ArcIt' [-Wunused-local-typedef]
    typedef typename Graph::ArcIt ArcIt;
                                  ^
../inst/lemon/connectivity.h:1608:35: warning: unused typedef 'ArcIt' [-Wunused-local-typedef]
    typedef typename Graph::ArcIt ArcIt;
                                  ^
../inst/lemon/connectivity.h:1606:34: warning: unused typedef 'Node' [-Wunused-local-typedef]
    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]
      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]
      typedef typename Digraph::Node Node;
                                     ^
../inst/lemon/kruskal.h:75:36: warning: unused typedef 'Node' [-Wunused-local-typedef]
      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 'IncEdgeIt' [-Wunused-local-typedef]
      TEMPLATE_GRAPH_TYPEDEFS(AuxGraph);
      ^
../inst/lemon/core.h:157:37: note: expanded from macro 'TEMPLATE_GRAPH_TYPEDEFS'
  typedef typename Graph::IncEdgeIt IncEdgeIt;                          \
                                    ^
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'
  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 'IntNodeMap' [-Wunused-local-typedef]
../inst/lemon/core.h:154:3: note: expanded from macro 'TEMPLATE_GRAPH_TYPEDEFS'
  TEMPLATE_DIGRAPH_TYPEDEFS(Graph);                                     \
  ^
../inst/lemon/core.h:122:51: note: expanded from macro 'TEMPLATE_DIGRAPH_TYPEDEFS'
  typedef typename Digraph::template NodeMap<int> 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 'BoolNodeMap' [-Wunused-local-typedef]
../inst/lemon/core.h:154:3: note: expanded from macro 'TEMPLATE_GRAPH_TYPEDEFS'
  TEMPLATE_DIGRAPH_TYPEDEFS(Graph);                                     \
  ^
../inst/lemon/core.h:121:52: note: expanded from macro 'TEMPLATE_DIGRAPH_TYPEDEFS'
  typedef typename Digraph::template NodeMap<bool> 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 'Edge' [-Wunused-local-typedef]
../inst/lemon/core.h:155:32: note: expanded from macro 'TEMPLATE_GRAPH_TYPEDEFS'
  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 'DoubleArcMap' [-Wunused-local-typedef]
../inst/lemon/core.h:154:3: note: expanded from macro 'TEMPLATE_GRAPH_TYPEDEFS'
  TEMPLATE_DIGRAPH_TYPEDEFS(Graph);                                     \
  ^
../inst/lemon/core.h:126:53: note: expanded from macro 'TEMPLATE_DIGRAPH_TYPEDEFS'
  typedef typename Digraph::template ArcMap<double> 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 'DoubleEdgeMap' [-Wunused-local-typedef]
../inst/lemon/core.h:160:52: note: expanded from macro 'TEMPLATE_GRAPH_TYPEDEFS'
  typedef typename Graph::template EdgeMap<double> 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 'IntArcMap' [-Wunused-local-typedef]
../inst/lemon/core.h:154:3: note: expanded from macro 'TEMPLATE_GRAPH_TYPEDEFS'
  TEMPLATE_DIGRAPH_TYPEDEFS(Graph);                                     \
  ^
../inst/lemon/core.h:125:50: note: expanded from macro 'TEMPLATE_DIGRAPH_TYPEDEFS'
  typedef typename Digraph::template ArcMap<int> 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'
  TEMPLATE_DIGRAPH_TYPEDEFS(Graph);                                     \
  ^
../inst/lemon/core.h:119:37: note: expanded from macro 'TEMPLATE_DIGRAPH_TYPEDEFS'
  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 'IntEdgeMap' [-Wunused-local-typedef]
../inst/lemon/core.h:159:49: note: expanded from macro 'TEMPLATE_GRAPH_TYPEDEFS'
  typedef typename Graph::template EdgeMap<int> 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'
  TEMPLATE_DIGRAPH_TYPEDEFS(Graph);                                     \
  ^
../inst/lemon/core.h:124:51: note: expanded from macro 'TEMPLATE_DIGRAPH_TYPEDEFS'
  typedef typename Digraph::template ArcMap<bool> 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 'BoolEdgeMap' [-Wunused-local-typedef]
../inst/lemon/core.h:158:50: note: expanded from macro 'TEMPLATE_GRAPH_TYPEDEFS'
  typedef typename Graph::template EdgeMap<bool> 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 'DoubleNodeMap' [-Wunused-local-typedef]
../inst/lemon/core.h:154:3: note: expanded from macro 'TEMPLATE_GRAPH_TYPEDEFS'
  TEMPLATE_DIGRAPH_TYPEDEFS(Graph);                                     \
  ^
../inst/lemon/core.h:123:54: note: expanded from macro 'TEMPLATE_DIGRAPH_TYPEDEFS'
  typedef typename Digraph::template NodeMap<double> DoubleNodeMap;     \
                                                     ^
24 warnings generated.
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I../inst -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.3/Rcpp/include' -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c RcppExports.cpp -o RcppExports.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I../inst -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.3/Rcpp/include' -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c base.cpp -o base.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I../inst -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.3/Rcpp/include' -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c random.cpp -o random.o
clang++ -arch arm64 -std=gnu++17 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/arm64/lib -o rlemon.so RInterfaces.o RcppExports.o base.o random.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Volumes/Builds/packages/big-sur-arm64/results/4.3/rlemon.Rcheck/00LOCK-rlemon/00new/rlemon/libs
** generating debug symbols (dSYM)
** 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
* DONE (rlemon)