* installing *source* package ‘FIT’ ... ** package ‘FIT’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘g++-13 (GCC) 13.2.0’ using C++11 make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/FIT/src' g++-13 -std=gnu++11 -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/RcppEigen/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++-13 -std=gnu++11 -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/RcppEigen/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 train.cpp -o train.o In file included from train.cpp:15: prep.h: In function 'std::unique_ptr > prep::compEs_(bool, const std::vector&, const Rcpp::IntegerVector&, const grid::Grid&, const grid::Grid&, const std::vector&, const std::vector&, int, int)': prep.h:159:27: warning: comparison of integer expressions of different signedness: 'std::vector::size_type' {aka 'long unsigned int'} and 'R_xlen_t' {aka 'long int'} [-Wsign-compare] 159 | if (times_pickup.size() != times_of_day.size()) | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ In file included from train.cpp:17: optim.h: In function 'std::unique_ptr > optim::inputVars(std::size_t, std::size_t, Rcpp::NumericVector, Rcpp::CharacterVector, Rcpp::DataFrame, Rcpp::DataFrame, int, int)': optim.h:27:16: warning: comparison of integer expressions of different signedness: 'std::size_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare] 27 | if (nsamples != attribute_data.nrows()) | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ g++-13 -std=gnu++11 -shared -L/usr/local/gcc13/lib64 -L/usr/local/lib64 -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -o FIT.so RcppExports.o train.o make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/FIT/src' make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/FIT/src' make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/FIT/src' installing to /data/gannet/ripley/R/packages/tests-devel/FIT.Rcheck/00LOCK-FIT/00new/FIT/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 (FIT)