downloading reverse dependencies ... downloading ETRep_1.2.1.tar.gz ... ok installing dependencies ‘onion’, ‘orientlib’, ‘rmarkdown’, ‘rotations’, ‘RSpincalc’ begin installing package ‘onion’ begin installing package ‘orientlib’ begin installing package ‘RSpincalc’ begin installing package ‘rotations’ begin installing package ‘rmarkdown’ * installing *source* package ‘RSpincalc’ ... ** this is package ‘RSpincalc’ version ‘1.0.2’ ** package ‘RSpincalc’ successfully unpacked and MD5 sums checked ** using staged installation ** R ** demo ** 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 (RSpincalc) * installing *source* package ‘orientlib’ ... ** this is package ‘orientlib’ version ‘0.10.5’ ** package ‘orientlib’ successfully unpacked and MD5 sums checked ** using staged installation ** R ** inst ** byte-compile and prepare package for lazy loading Creating a generic function from function ‘rotmatrix’ in package ‘orientlib’ Creating a generic function from function ‘rotvector’ in package ‘orientlib’ Creating a generic function from function ‘eulerzyx’ in package ‘orientlib’ Creating a generic function from function ‘quaternion’ in package ‘orientlib’ Creating a generic function from function ‘skewvector’ in package ‘orientlib’ Creating a generic function from function ‘skewmatrix’ in package ‘orientlib’ Creating a generic function from function ‘eulerzxz’ in package ‘orientlib’ ** 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 (orientlib) * installing *source* package ‘rmarkdown’ ... ** this is package ‘rmarkdown’ version ‘2.30’ ** package ‘rmarkdown’ successfully unpacked and MD5 sums checked ** using staged installation ** R ** 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 ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (rmarkdown) * installing *source* package ‘onion’ ... ** this is package ‘onion’ version ‘1.5-3’ ** package ‘onion’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: ‘gcc-15 (Debian 15.2.0-4) 15.2.0’ make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpWEIs65/R.INSTALL1f4154324a30e0/onion/src' gcc-15 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c onion.c -o onion.o gcc-15 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c onion_init.c -o onion_init.o gcc-15 -shared -L/home/hornik/tmp/R-d-gcc-15/lib -Wl,-O1 -o onion.so onion.o onion_init.o -L/home/hornik/tmp/R-d-gcc-15/lib -lR make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpWEIs65/R.INSTALL1f4154324a30e0/onion/src' installing to /home/hornik/tmp/CRAN_recheck/Library/00LOCK-onion/00new/onion/libs ** R ** data *** moving datasets to lazyload DB ** inst ** byte-compile and prepare package for lazy loading Creating a new generic function for ‘cprod’ in package ‘onion’ Creating a new generic function for ‘tcprod’ in package ‘onion’ Creating a new generic function for ‘ht’ in package ‘onion’ Creating a generic function for ‘zapsmall’ from package ‘base’ in package ‘onion’ Creating a generic function for ‘rownames’ from package ‘base’ in package ‘onion’ Creating a generic function for ‘colnames’ from package ‘base’ in package ‘onion’ Creating a generic function for ‘rownames<-’ from package ‘base’ in package ‘onion’ Creating a generic function for ‘colnames<-’ from package ‘base’ in package ‘onion’ ** 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 (onion) * installing *source* package ‘rotations’ ... ** this is package ‘rotations’ version ‘1.6.6’ ** using staged installation ** libs using C++ compiler: ‘g++-15 (Debian 15.2.0-4) 15.2.0’ make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpbFVJkB/R.INSTALL1f4152770e732e/rotations/src' g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -I../inst/include -I. -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c CppBayesFunctions.cpp -o CppBayesFunctions.o CppBayesFunctions.cpp: In function ‘Rcpp::List both_MCMC_CPP(const arma::mat&, arma::mat, double, double, double, int, int, int)’: CppBayesFunctions.cpp:509:29: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 509 | for (unsigned int i = 0;i < burnin;++i) | ~~^~~~~~~~ CppBayesFunctions.cpp:520:29: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 520 | for (unsigned int i = 1;i < B;++i) | ~~^~~ g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -I../inst/include -I. -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c FisherMethod.cpp -o FisherMethod.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -I../inst/include -I. -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c RcppExports.cpp -o RcppExports.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -I../inst/include -I. -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c ZhangMethod.cpp -o ZhangMethod.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -I../inst/include -I. -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c basics.cpp -o basics.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -I../inst/include -I. -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c estimators.cpp -o estimators.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -I../inst/include -I. -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c robustCpp.cpp -o robustCpp.o g++-15 -std=gnu++17 -shared -L/home/hornik/tmp/R-d-gcc-15/lib -Wl,-O1 -o rotations.so CppBayesFunctions.o FisherMethod.o RcppExports.o ZhangMethod.o basics.o estimators.o robustCpp.o -llapack -L/home/hornik/tmp/R-d-gcc-15/lib -lRblas -lgfortran -lm -lquadmath -L/home/hornik/tmp/R-d-gcc-15/lib -lR make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpbFVJkB/R.INSTALL1f4152770e732e/rotations/src' installing to /home/hornik/tmp/CRAN_recheck/Library/00LOCK-rotations/00new/rotations/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 (rotations) checking rotations_1.6.6.tar.gz ... checking ETRep_1.2.1.tar.gz ... Depends: Package: rotations Depends: R (>= 2.10) Imports: ggplot2, gridExtra, Rcpp LinkingTo: Rcpp, RcppArmadillo Timings: user system elapsed rotations 102.205 8.161 112.047 Results: Check status summary: OK Source packages 1 Reverse depends 1 Check results summary: rotations ... OK rdepends_ETRep ... OK