* installing *source* package 'mapscanner' ...
** package 'mapscanner' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 13.3.0'
make[1]: Entering directory '/d/temp/2025_10_21_12_46_10_10564/Rtmp6lFGT8/R.INSTALL403015e7670d/mapscanner/src'
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.3/include" -DNDEBUG -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.3/include" -DNDEBUG -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 boundary-trace.cpp -o boundary-trace.o
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.3/include" -DNDEBUG -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 components.cpp -o components.o
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.3/include" -DNDEBUG -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 concaveman.cpp -o concaveman.o
In file included from concaveman.cpp:1:
concaveman.h: In function 'std::array<T, 2> findCandidate(const rtree<T, 2, MAX_CHILDREN, std::array<T, 2> >&, const std::array<T, 2>&, const std::array<T, 2>&, const std::array<T, 2>&, const std::array<T, 2>&, T, const rtree<T, 2, MAX_CHILDREN, typename CircularElement<Node<T> >::ptr_type>&, bool&)':
concaveman.h:694:38: warning: typedef 'circ_elem_type' locally defined but not used [-Wunused-local-typedefs]
694 | typedef CircularElement<Node<T>> circ_elem_type;
| ^~~~~~~~~~~~~~
concaveman.cpp: In function 'Rcpp::DataFrame rcpp_concaveman(Rcpp::DataFrame, Rcpp::NumericVector, double, double)':
concaveman.cpp:16:24: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long long unsigned int'} [-Wsign-compare]
16 | for (auto i = 0; i < num_points; i++) {
| ~~^~~~~~~~~~~~
concaveman.cpp:27:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::array<double, 2> >::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
27 | for (int i = 0; i < concave_points.size (); i++)
| ~~^~~~~~~~~~~~~~~~~~~~~~~~
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.3/include" -DNDEBUG -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 edge-thin.cpp -o edge-thin.o
g++ -std=gnu++17 -shared -s -static-libgcc -o mapscanner.dll tmp.def RcppExports.o boundary-trace.o components.o concaveman.o edge-thin.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.3/bin/x64 -lR
make[1]: Leaving directory '/d/temp/2025_10_21_12_46_10_10564/Rtmp6lFGT8/R.INSTALL403015e7670d/mapscanner/src'
make[1]: Entering directory '/d/temp/2025_10_21_12_46_10_10564/Rtmp6lFGT8/R.INSTALL403015e7670d/mapscanner/src'
make[1]: Leaving directory '/d/temp/2025_10_21_12_46_10_10564/Rtmp6lFGT8/R.INSTALL403015e7670d/mapscanner/src'
installing to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-mapscanner/00new/mapscanner/libs/x64
** R
** 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
** 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 'mapscanner' as mapscanner_0.1.1.zip
* DONE (mapscanner)