* installing *source* package ‘rcontroll’ ... ** package ‘rcontroll’ successfully unpacked and MD5 sums checked ** using staged installation configure: rcontroll: 0.1.0 checking whether we have a suitable tempdir... /tmp/RtmpYvG1Sd/working_dir checking for gsl-config... /usr/bin/gsl-config configure: creating ./config.status config.status: creating src/Makevars -------------------------------------------------- Configuration for rcontroll 0.1.0 gsl-flags: -I/usr/include gsl-libs: -lgsl -lgslcblas -lm -------------------------------------------------- ** libs using C++ compiler: ‘g++-13 (GCC) 13.2.0’ make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/rcontroll/src' g++-13 -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/RcppGSL/include' -I/usr/local/include -I/usr/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++-13 -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/RcppGSL/include' -I/usr/local/include -I/usr/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 troll_rcpp.cpp -o troll_rcpp.o troll_rcpp.cpp: In function 'std::string GetParameter(std::string&, std::vector >&, std::vector >&)': troll_rcpp.cpp:1169:25: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] 1169 | while(parameter_index < parameter_names.size() && parameter_names[parameter_index] != parameter_name) parameter_index++; | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ troll_rcpp.cpp:1171:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] 1171 | if(parameter_index < parameter_names.size()) parameter_value = parameter_values[parameter_index]; | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ troll_rcpp.cpp: In function 'void OutputCrownSliced(int, int, int, std::vector&)': troll_rcpp.cpp:3413:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 3413 | for(int i = 0; i < output_statistics.size();i++){ | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ In copy constructor 'Species::Species(const Species&)', inlined from 'void std::__new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = Species; _Args = {const Species&}; _Tp = Species]' at /usr/local/gcc13/include/c++/13.2.0/bits/new_allocator.h:187:4, inlined from 'static void std::allocator_traits >::construct(allocator_type&, _Up*, _Args&& ...) [with _Up = Species; _Args = {const Species&}; _Tp = Species]' at /usr/local/gcc13/include/c++/13.2.0/bits/alloc_traits.h:537:17, inlined from 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = Species; _Alloc = std::allocator]' at /usr/local/gcc13/include/c++/13.2.0/bits/stl_vector.h:1283:30, inlined from 'void ReadInputSpecies()' at troll_rcpp.cpp:4176:16: troll_rcpp.cpp:558:7: warning: 'species_dummy.Species::s_nbext' may be used uninitialized [-Wmaybe-uninitialized] 558 | class Species { | ^~~~~~~ troll_rcpp.cpp: In function 'void ReadInputSpecies()': troll_rcpp.cpp:4175:13: note: 'species_dummy' declared here 4175 | Species species_dummy; // !!!: currently, species at 0 is not initialized, for legacy reasons, maybe to change | ^~~~~~~~~~~~~ g++-13 -std=gnu++17 -shared -L/usr/local/gcc13/lib64 -L/usr/local/lib64 -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -o rcontroll.so RcppExports.o troll_rcpp.o -L/usr/local/gcc13/lib64 -L/usr/local/lib64 -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -lgsl -lgslcblas -lm make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/rcontroll/src' make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/rcontroll/src' make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/rcontroll/src' installing to /data/gannet/ripley/R/packages/tests-devel/rcontroll.Rcheck/00LOCK-rcontroll/00new/rcontroll/libs ** R ** data *** moving datasets to lazyload DB ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** 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 (rcontroll)