* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’ * installing *source* package ‘satdad’ ... ** package ‘satdad’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘g++-14 (Debian 14.2.0-8) 14.2.0’ make[1]: Entering directory '/tmp/RtmpWU2faJ/R.INSTALL30edae137b3509/satdad/src' g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/BH/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c RcppExports.cpp -o RcppExports.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/BH/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c satdad_functions_cpp.cpp -o satdad_functions_cpp.o satdad_functions_cpp.cpp: In function ‘std::vector<std::vector<double> > generate_asy_sub_cpp(const unsigned int&, const std::vector<std::vector<int, std::allocator<int> > >&)’: satdad_functions_cpp.cpp:117:31: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::vector<int, std::allocator<int> > >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 117 | for (int j=0;j<sub.size(); j++){ | ~^~~~~~~~~~~ satdad_functions_cpp.cpp: In function ‘std::vector<int, std::allocator<int> > find_missing_indices_cpp(int, std::vector<std::vector<int, std::allocator<int> > >)’: satdad_functions_cpp.cpp:134:27: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::vector<int, std::allocator<int> > >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 134 | for (int i = 0; i < sub.size(); ++i) | ~~^~~~~~~~~~~~ satdad_functions_cpp.cpp:136:35: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int, std::allocator<int> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 136 | for (int j = 0; j < sub[i].size(); ++j) | ~~^~~~~~~~~~~~~~~ satdad_functions_cpp.cpp: In function ‘Rcpp::NumericMatrix algo21_numMat_cpp(int, int, double)’: satdad_functions_cpp.cpp:172:32: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 172 | for(unsigned int k=0; k<n ; ++k){ | ~^~ satdad_functions_cpp.cpp: In function ‘Rcpp::NumericVector max_vectNum_evd(Rcpp::NumericVector, Rcpp::NumericVector)’: satdad_functions_cpp.cpp:188:32: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 188 | for(unsigned int k=0; k<n ; ++k){ | ~^~ satdad_functions_cpp.cpp: In function ‘double norm_subsetb_cpp(Rcpp::NumericVector, int, std::vector<int, std::allocator<int> >, double, std::vector<double>)’: satdad_functions_cpp.cpp:229:32: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 229 | for(unsigned int j=0; j<db ; ++j){ | ~^~~ satdad_functions_cpp.cpp: In function ‘Rcpp::NumericMatrix invers_m(Rcpp::NumericMatrix)’: satdad_functions_cpp.cpp:274:32: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 274 | for(unsigned int k=0; k<v.nrow(); ++k){ | ~^~~~~~~~~ satdad_functions_cpp.cpp: In function ‘Rcpp::NumericMatrix inversmar_m(Rcpp::NumericMatrix, Rcpp::NumericVector)’: satdad_functions_cpp.cpp:292:32: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 292 | for(unsigned int k=0; k<v.nrow(); ++k){ | ~^~~~~~~~~ satdad_functions_cpp.cpp: In function ‘Rcpp::NumericMatrix inversmarm_m(Rcpp::NumericMatrix, Rcpp::NumericMatrix)’: satdad_functions_cpp.cpp:312:32: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 312 | for(unsigned int k=0; k<v.nrow(); ++k){ | ~^~~~~~~~~ satdad_functions_cpp.cpp: In function ‘std::vector<double> ratio_diff_pmevlogm_cpp(Rcpp::NumericMatrix, int, std::vector<std::vector<int, std::allocator<int> > >, std::vector<double>, std::vector<std::vector<double> >)’: satdad_functions_cpp.cpp:420:48: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 420 | for(unsigned int j=0; j<v.nrow(); ++j){ | ~^~~~~~~~~ satdad_functions_cpp.cpp: In function ‘std::vector<double> ratio_diff_pmevlogm_marv_cpp(Rcpp::NumericMatrix, int, std::vector<std::vector<int, std::allocator<int> > >, std::vector<double>, std::vector<std::vector<double> >, Rcpp::NumericVector)’: satdad_functions_cpp.cpp:458:48: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 458 | for(unsigned int j=0; j<v.nrow(); ++j){ | ~^~~~~~~~~ satdad_functions_cpp.cpp: In function ‘std::vector<double> ratio_diff_pmevlogm_marm_cpp(Rcpp::NumericMatrix, int, std::vector<std::vector<int, std::allocator<int> > >, std::vector<double>, std::vector<std::vector<double> >, Rcpp::NumericMatrix)’: satdad_functions_cpp.cpp:497:48: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 497 | for(unsigned int j=0; j<v.nrow(); ++j){ | ~^~~~~~~~~ satdad_functions_cpp.cpp: In function ‘Rcpp::NumericVector ellmevlogm_cpp(Rcpp::NumericMatrix, int, std::vector<std::vector<int, std::allocator<int> > >, std::vector<double>, std::vector<std::vector<double> >)’: satdad_functions_cpp.cpp:511:32: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 511 | for(unsigned int i=0; i<m ; ++i){ | ~^~ satdad_functions_cpp.cpp: In function ‘Rcpp::NumericVector subs(Rcpp::NumericVector, int, double)’: satdad_functions_cpp.cpp:539:32: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 539 | for(unsigned int j=0; j<d; ++j){ | ~^~ satdad_functions_cpp.cpp:540:21: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 540 | if(j==(i-1)){Ui[j]=u; | ~^~~~~~~ satdad_functions_cpp.cpp: In function ‘Rcpp::NumericVector substit(Rcpp::NumericVector, Rcpp::NumericVector, Rcpp::IntegerVector)’: satdad_functions_cpp.cpp:550:32: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 550 | for(unsigned int j=0; j<l; ++j){ | ~^~ satdad_functions_cpp.cpp: In function ‘Rcpp::NumericVector EllEmp(double, const arma::mat&, const arma::mat&)’: satdad_functions_cpp.cpp:707:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const std::size_t’ {aka ‘const long unsigned int’} [-Wsign-compare] 707 | } else if(tmpjx < n) { | ~~~~~~^~~ g++-14 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -Wl,-O1 -o satdad.so RcppExports.o satdad_functions_cpp.o -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lR make[1]: Leaving directory '/tmp/RtmpWU2faJ/R.INSTALL30edae137b3509/satdad/src' make[1]: Entering directory '/tmp/RtmpWU2faJ/R.INSTALL30edae137b3509/satdad/src' make[1]: Leaving directory '/tmp/RtmpWU2faJ/R.INSTALL30edae137b3509/satdad/src' installing to /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/00LOCK-satdad/00new/satdad/libs ** R ** data *** moving datasets to lazyload DB ** 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 (satdad)