* installing *source* package ‘MCPModPack’ ... ** this is package ‘MCPModPack’ version ‘0.5’ ** package ‘MCPModPack’ 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/MCPModPack/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'/data/gannet/ripley/R/test-dev/RcppEigen/include' -I'/data/gannet/ripley/R/test-dev/RcppNumerical/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 -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'/data/gannet/ripley/R/test-dev/RcppEigen/include' -I'/data/gannet/ripley/R/test-dev/RcppNumerical/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 -DR_NO_REMAP -c mcpmodpack.cpp -o mcpmodpack.o mcpmodpack.cpp: In function 'Rcpp::List MCPModRunSimulations(const int&, const Rcpp::IntegerVector&, const Rcpp::NumericVector&, const Rcpp::NumericVector&, const double&, const int&, const Rcpp::List&, const Rcpp::NumericVector&, const Rcpp::List&, const Rcpp::List&, const double&, const double&, const int&, const int&)': mcpmodpack.cpp:2242:31: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<ModelParameters>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2242 | for (j = 0; j < model_parameters.size(); j++) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ g++-14 -std=gnu++17 -shared -L/usr/local/gcc14/lib64 -L/usr/local/lib64 -o MCPModPack.so RcppExports.o mcpmodpack.o make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/MCPModPack/src' make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/MCPModPack/src' make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/MCPModPack/src' installing to /data/gannet/ripley/R/packages/tests-devel/MCPModPack.Rcheck/00LOCK-MCPModPack/00new/MCPModPack/libs ** R ** data *** moving datasets to lazyload DB ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** 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 (MCPModPack)