* installing *source* package ‘mapscanner’ ... ** package ‘mapscanner’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘g++-14 (GCC) 14.2.0’ make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/mapscanner/src' g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DC99_INLINE_SEMANTICS=0 -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -DR_NO_REMAP -c RcppExports.cpp -o RcppExports.o g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DC99_INLINE_SEMANTICS=0 -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -DR_NO_REMAP -c boundary-trace.cpp -o boundary-trace.o g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DC99_INLINE_SEMANTICS=0 -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -DR_NO_REMAP -c components.cpp -o components.o g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DC99_INLINE_SEMANTICS=0 -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -DR_NO_REMAP -c concaveman.cpp -o concaveman.o g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DC99_INLINE_SEMANTICS=0 -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -DR_NO_REMAP -c edge-thin.cpp -o edge-thin.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 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 unsigned int'} [-Wsign-compare] 27 | for (int i = 0; i < concave_points.size (); i++) | ~~^~~~~~~~~~~~~~~~~~~~~~~~ g++-14 -std=gnu++17 -shared -L/usr/local/gcc14/lib64 -L/usr/local/lib64 -o mapscanner.so RcppExports.o boundary-trace.o components.o concaveman.o edge-thin.o make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/mapscanner/src' make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/mapscanner/src' make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/mapscanner/src' installing to /data/gannet/ripley/R/packages/tests-devel/mapscanner.Rcheck/00LOCK-mapscanner/00new/mapscanner/libs ** 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 ** 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 (mapscanner)