* installing *source* package 'rlemon' ...
** package 'rlemon' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 13.2.0'
make[1]: Entering directory '/d/temp/RtmpuI0jvU/R.INSTALL1d5a851e65b4d/rlemon/src'
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -I../inst -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c RInterfaces.cpp -o RInterfaces.o
In file included from D:/rtools44/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/13.2.0/include/c++/x86_64-w64-mingw32.static.posix/bits/c++allocator.h:33,
                 from D:/rtools44/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/13.2.0/include/c++/bits/allocator.h:46,
                 from D:/rtools44/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/13.2.0/include/c++/bits/alloc_traits.h:39,
                 from D:/rtools44/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/13.2.0/include/c++/ext/alloc_traits.h:34,
                 from D:/rtools44/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/13.2.0/include/c++/bits/hashtable_policy.h:39,
                 from D:/rtools44/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/13.2.0/include/c++/bits/hashtable.h:35,
                 from D:/rtools44/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/13.2.0/include/c++/bits/unordered_map.h:33,
                 from D:/rtools44/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/13.2.0/include/c++/unordered_map:41,
                 from D:/RCompile/CRANpkg/lib/4.4/Rcpp/include/Rcpp/platform/compiler.h:153,
                 from D:/RCompile/CRANpkg/lib/4.4/Rcpp/include/Rcpp/r/headers.h:62,
                 from D:/RCompile/CRANpkg/lib/4.4/Rcpp/include/RcppCommon.h:30,
                 from D:/RCompile/CRANpkg/lib/4.4/Rcpp/include/Rcpp.h:27,
                 from approximation.h:1,
                 from RInterfaces.cpp:1:
In member function 'void std::__new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = lemon::SmartEdgeSetBase<lemon::ListGraph>::ArcT; _Args = {lemon::SmartEdgeSetBase<lemon::ListGraph>::ArcT}; _Tp = lemon::SmartEdgeSetBase<lemon::ListGraph>::ArcT]',
    inlined from 'static void std::allocator_traits<std::allocator<_Tp1> >::construct(allocator_type&, _Up*, _Args&& ...) [with _Up = lemon::SmartEdgeSetBase<lemon::ListGraph>::ArcT; _Args = {lemon::SmartEdgeSetBase<lemon::ListGraph>::ArcT}; _Tp = lemon::SmartEdgeSetBase<lemon::ListGraph>::ArcT]' at D:/rtools44/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/13.2.0/include/c++/bits/alloc_traits.h:537:17,
    inlined from 'std::vector<_Tp, _Alloc>::reference std::vector<_Tp, _Alloc>::emplace_back(_Args&& ...) [with _Args = {lemon::SmartEdgeSetBase<lemon::ListGraph>::ArcT}; _Tp = lemon::SmartEdgeSetBase<lemon::ListGraph>::ArcT; _Alloc = std::allocator<lemon::SmartEdgeSetBase<lemon::ListGraph>::ArcT>]' at D:/rtools44/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/13.2.0/include/c++/bits/vector.tcc:117:30,
    inlined from 'void std::vector<_Tp, _Alloc>::push_back(value_type&&) [with _Tp = lemon::SmartEdgeSetBase<lemon::ListGraph>::ArcT; _Alloc = std::allocator<lemon::SmartEdgeSetBase<lemon::ListGraph>::ArcT>]' at D:/rtools44/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/13.2.0/include/c++/bits/stl_vector.h:1296:21,
    inlined from 'lemon::SmartEdgeSetBase<GR>::Edge lemon::SmartEdgeSetBase<GR>::addEdge(const Node&, const Node&) [with GR = lemon::ListGraph]' at ../inst/lemon/edge_set.h:1144:21,
    inlined from 'lemon::EdgeSetExtender<Base>::Edge lemon::EdgeSetExtender<Base>::addEdge(const Node&, const Node&) [with Base = lemon::SmartEdgeSetBase<lemon::ListGraph>]' at ../inst/lemon/bits/edge_set_extender.h:588:34:
D:/rtools44/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/13.2.0/include/c++/bits/new_allocator.h:187:11: warning: '<anonymous>' may be used uninitialized [-Wmaybe-uninitialized]
  187 |         { ::new((void *)__p) _Up(std::forward<_Args>(__args)...); }
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../inst/lemon/planarity.h:36,
                 from planarity_embedding.h:1,
                 from RInterfaces.cpp:11:
../inst/lemon/edge_set.h: In member function 'lemon::EdgeSetExtender<Base>::Edge lemon::EdgeSetExtender<Base>::addEdge(const Node&, const Node&) [with Base = lemon::SmartEdgeSetBase<lemon::ListGraph>]':
../inst/lemon/edge_set.h:1144:22: note: '<anonymous>' declared here
 1144 |       arcs.push_back(ArcT());
      |                      ^~~~~~
In member function 'void std::__new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = lemon::SmartEdgeSetBase<lemon::ListGraph>::ArcT; _Args = {lemon::SmartEdgeSetBase<lemon::ListGraph>::ArcT}; _Tp = lemon::SmartEdgeSetBase<lemon::ListGraph>::ArcT]',
    inlined from 'static void std::allocator_traits<std::allocator<_Tp1> >::construct(allocator_type&, _Up*, _Args&& ...) [with _Up = lemon::SmartEdgeSetBase<lemon::ListGraph>::ArcT; _Args = {lemon::SmartEdgeSetBase<lemon::ListGraph>::ArcT}; _Tp = lemon::SmartEdgeSetBase<lemon::ListGraph>::ArcT]' at D:/rtools44/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/13.2.0/include/c++/bits/alloc_traits.h:537:17,
    inlined from 'std::vector<_Tp, _Alloc>::reference std::vector<_Tp, _Alloc>::emplace_back(_Args&& ...) [with _Args = {lemon::SmartEdgeSetBase<lemon::ListGraph>::ArcT}; _Tp = lemon::SmartEdgeSetBase<lemon::ListGraph>::ArcT; _Alloc = std::allocator<lemon::SmartEdgeSetBase<lemon::ListGraph>::ArcT>]' at D:/rtools44/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/13.2.0/include/c++/bits/vector.tcc:117:30,
    inlined from 'void std::vector<_Tp, _Alloc>::push_back(value_type&&) [with _Tp = lemon::SmartEdgeSetBase<lemon::ListGraph>::ArcT; _Alloc = std::allocator<lemon::SmartEdgeSetBase<lemon::ListGraph>::ArcT>]' at D:/rtools44/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/13.2.0/include/c++/bits/stl_vector.h:1296:21,
    inlined from 'lemon::SmartEdgeSetBase<GR>::Edge lemon::SmartEdgeSetBase<GR>::addEdge(const Node&, const Node&) [with GR = lemon::ListGraph]' at ../inst/lemon/edge_set.h:1145:21,
    inlined from 'lemon::EdgeSetExtender<Base>::Edge lemon::EdgeSetExtender<Base>::addEdge(const Node&, const Node&) [with Base = lemon::SmartEdgeSetBase<lemon::ListGraph>]' at ../inst/lemon/bits/edge_set_extender.h:588:34:
D:/rtools44/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/13.2.0/include/c++/bits/new_allocator.h:187:11: warning: '<anonymous>' may be used uninitialized [-Wmaybe-uninitialized]
  187 |         { ::new((void *)__p) _Up(std::forward<_Args>(__args)...); }
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../inst/lemon/edge_set.h: In member function 'lemon::EdgeSetExtender<Base>::Edge lemon::EdgeSetExtender<Base>::addEdge(const Node&, const Node&) [with Base = lemon::SmartEdgeSetBase<lemon::ListGraph>]':
../inst/lemon/edge_set.h:1145:22: note: '<anonymous>' declared here
 1145 |       arcs.push_back(ArcT());
      |                      ^~~~~~
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -I../inst -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -I../inst -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c base.cpp -o base.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -I../inst -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c random.cpp -o random.o
g++ -std=gnu++17 -shared -s -static-libgcc -o rlemon.dll tmp.def RInterfaces.o RcppExports.o base.o random.o -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.4.0/bin/x64 -lR
make[1]: Leaving directory '/d/temp/RtmpuI0jvU/R.INSTALL1d5a851e65b4d/rlemon/src'
make[1]: Entering directory '/d/temp/RtmpuI0jvU/R.INSTALL1d5a851e65b4d/rlemon/src'
make[1]: Leaving directory '/d/temp/RtmpuI0jvU/R.INSTALL1d5a851e65b4d/rlemon/src'
installing to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-rlemon/00new/rlemon/libs/x64
** 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
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* MD5 sums
packaged installation of 'rlemon' as rlemon_0.2.1.zip
* DONE (rlemon)