* installing *source* package ‘CrownScorchTLS’ ...
** this is package ‘CrownScorchTLS’ version ‘0.1.0’
** package ‘CrownScorchTLS’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++ (GCC) 15.1.1 20250521 (Red Hat 15.1.1-2)’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/CrownScorchTLS/src'
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/RcppEigen/include' -I'/data/gannet/ripley/R/test-dev/BH/include' -I/usr/local/include -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 -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/RcppEigen/include' -I'/data/gannet/ripley/R/test-dev/BH/include' -I/usr/local/include -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 -c methods.cpp -o methods.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/RcppEigen/include' -I'/data/gannet/ripley/R/test-dev/BH/include' -I/usr/local/include -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 -c r_interface.cpp -o r_interface.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/RcppEigen/include' -I'/data/gannet/ripley/R/test-dev/BH/include' -I/usr/local/include -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 -c utils.cpp -o utils.o
In file included from methods.h:4,
from methods.cpp:23:
In copy constructor ‘HoughCenters::HoughCenters(const HoughCenters&)’,
inlined from ‘void std::__new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = HoughCenters; _Args = {const HoughCenters&}; _Tp = HoughCenters]’ at /usr/include/c++/15/bits/new_allocator.h:191:4,
inlined from ‘static void std::allocator_traits<std::allocator<_Tp1> >::construct(allocator_type&, _Up*, _Args&& ...) [with _Up = HoughCenters; _Args = {const HoughCenters&}; _Tp = HoughCenters]’ at /usr/include/c++/15/bits/alloc_traits.h:674:17,
inlined from ‘void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = HoughCenters; _Alloc = std::allocator<HoughCenters>]’ at /usr/include/c++/15/bits/stl_vector.h:1421:30,
inlined from ‘std::vector<HoughCenters> getCenters(Raster*, double, double, unsigned int)’ at methods.cpp:304:28:
classes.h:178:7: warning: ‘g_cen.HoughCenters::main_circle’ may be used uninitialized [-Wmaybe-uninitialized]
178 | class HoughCenters{
| ^~~~~~~~~~~~
methods.cpp: In function ‘std::vector<HoughCenters> getCenters(Raster*, double, double, unsigned int)’:
methods.cpp:297:22: note: ‘g_cen’ declared here
297 | HoughCenters g_cen;
| ^~~~~
g++ -std=gnu++17 -shared -L/usr/local/lib64 -o CrownScorchTLS.so RcppExports.o methods.o r_interface.o utils.o
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/CrownScorchTLS/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/CrownScorchTLS/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/CrownScorchTLS/src'
installing to /data/gannet/ripley/R/packages/tests-devel/CrownScorchTLS.Rcheck/00LOCK-CrownScorchTLS/00new/CrownScorchTLS/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 (CrownScorchTLS)