downloading reverse dependencies ... downloading diagL1_1.0.0.tar.gz ... ok installing dependencies ‘conquer’, ‘greekLetters’, ‘swirl’, ‘swirlify’ begin installing package ‘swirl’ begin installing package ‘conquer’ begin installing package ‘greekLetters’ * installing *source* package ‘greekLetters’ ... ** using staged installation ** R ** 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 ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (greekLetters) * installing *source* package ‘swirl’ ... ** package ‘swirl’ successfully unpacked and MD5 sums checked ** using staged installation ** R ** 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 ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (swirl) begin installing package ‘swirlify’ * installing *source* package ‘swirlify’ ... ** package ‘swirlify’ successfully unpacked and MD5 sums checked ** using staged installation ** R ** 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 ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (swirlify) * installing *source* package ‘conquer’ ... ** package ‘conquer’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘g++-14 (Debian 14.2.0-3) 14.2.0’ using C++17 make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmp9bCtlt/R.INSTALL315892639d0e0b/conquer/src' g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -c RcppExports.cpp -o RcppExports.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -c defFun.cpp -o defFun.o defFun.cpp: In function ‘void lossQr(const arma::mat&, const arma::vec&, const arma::vec&, double, int, arma::vec&, arma::vec&)’: defFun.cpp:33:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘arma::uword’ {aka ‘unsigned int’} [-Wsign-compare] 33 | for (int k = 0; k < res.size(); k++) { | ~~^~~~~~~~~~~~ defFun.cpp: In function ‘double lossL2(const arma::mat&, const arma::vec&, const arma::vec&, double, double)’: defFun.cpp:51:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘arma::uword’ {aka ‘unsigned int’} [-Wsign-compare] 51 | for (int i = 0; i < Y.size(); i++) { | ~~^~~~~~~~~~ defFun.cpp: In function ‘double updateL2(const arma::mat&, const arma::vec&, const arma::vec&, arma::vec&, double, double)’: defFun.cpp:62:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘arma::uword’ {aka ‘unsigned int’} [-Wsign-compare] 62 | for (int i = 0; i < Y.size(); i++) { | ~~^~~~~~~~~~ g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -c highdGauss.cpp -o highdGauss.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -c highdLogistic.cpp -o highdLogistic.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -c highdPara.cpp -o highdPara.o highdPara.cpp: In function ‘double lossParaHd(const arma::mat&, const arma::vec&, const arma::vec&, double, double, double, double)’: highdPara.cpp:11:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘arma::uword’ {aka ‘unsigned int’} [-Wsign-compare] 11 | for (int i = 0; i < res.size(); i++) { | ~~^~~~~~~~~~~~ highdPara.cpp: In function ‘double updateParaHd(const arma::mat&, const arma::vec&, const arma::vec&, arma::vec&, double, double, double, double, double)’: highdPara.cpp:24:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘arma::uword’ {aka ‘unsigned int’} [-Wsign-compare] 24 | for (int i = 0; i < res.size(); i++) { | ~~^~~~~~~~~~~~ g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -c highdTrian.cpp -o highdTrian.o highdTrian.cpp: In function ‘double lossTrianHd(const arma::mat&, const arma::vec&, const arma::vec&, double, double, double, double)’: highdTrian.cpp:11:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘arma::uword’ {aka ‘unsigned int’} [-Wsign-compare] 11 | for (int i = 0; i < res.size(); i++) { | ~~^~~~~~~~~~~~ highdTrian.cpp: In function ‘double updateTrianHd(const arma::mat&, const arma::vec&, const arma::vec&, arma::vec&, double, double, double, double, double)’: highdTrian.cpp:24:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘arma::uword’ {aka ‘unsigned int’} [-Wsign-compare] 24 | for (int i = 0; i < res.size(); i++) { | ~~^~~~~~~~~~~~ g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -c highdUnif.cpp -o highdUnif.o highdUnif.cpp: In function ‘double lossUnifHd(const arma::mat&, const arma::vec&, const arma::vec&, double, double, double)’: highdUnif.cpp:11:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘arma::uword’ {aka ‘unsigned int’} [-Wsign-compare] 11 | for (int i = 0; i < res.size(); i++) { | ~~^~~~~~~~~~~~ highdUnif.cpp: In function ‘double updateUnifHd(const arma::mat&, const arma::vec&, const arma::vec&, arma::vec&, double, double, double, double)’: highdUnif.cpp:24:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘arma::uword’ {aka ‘unsigned int’} [-Wsign-compare] 24 | for (int i = 0; i < res.size(); i++) { | ~~^~~~~~~~~~~~ g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -c lowd.cpp -o lowd.o g++-14 -std=gnu++17 -shared -L/home/hornik/tmp/R-d-gcc-14/lib -Wl,-O1 -o conquer.so RcppExports.o defFun.o highdGauss.o highdLogistic.o highdPara.o highdTrian.o highdUnif.o lowd.o -fopenmp -llapack -L/home/hornik/tmp/R-d-gcc-14/lib -lRblas -lgfortran -lm -lquadmath -L/home/hornik/tmp/R-d-gcc-14/lib -lR make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmp9bCtlt/R.INSTALL315892639d0e0b/conquer/src' installing to /home/hornik/tmp/CRAN_recheck/Library/00LOCK-conquer/00new/conquer/libs ** R ** 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 (conquer) checking greekLetters_1.0.4.tar.gz ... checking diagL1_1.0.0.tar.gz ... Depends: Package: greekLetters Depends: R (>= 3.6) Imports: stringr, stats, assertthat Timings: user system elapsed greekLetters 18.219 3.238 23.474 Results: Check status summary: NOTE OK Source packages 0 1 Reverse depends 1 0 Check results summary: greekLetters ... OK rdepends_diagL1 ... NOTE * checking Rd cross-references ... NOTE