downloading reverse dependencies ‘clusEvol’, ‘comato’, ‘hclusteasy’, ‘immunaut’, ‘mdsOpt’, ‘symbolicDA’, ‘ulrb’, ‘warehouseTools’, ‘WormTensor’, ‘FCPS’, ‘mlr’, ‘RelativeDistClust’ trying URL 'file:///data/Repositories/CRAN/src/contrib/clusEvol_1.0.1.tar.gz' trying URL 'file:///data/Repositories/CRAN/src/contrib/comato_1.1.tar.gz' trying URL 'file:///data/Repositories/CRAN/src/contrib/hclusteasy_0.1.0.tar.gz' trying URL 'file:///data/Repositories/CRAN/src/contrib/immunaut_1.0.2.tar.gz' trying URL 'file:///data/Repositories/CRAN/src/contrib/mdsOpt_0.7-7.tar.gz' trying URL 'file:///data/Repositories/CRAN/src/contrib/symbolicDA_0.7-2.tar.gz' trying URL 'file:///data/Repositories/CRAN/src/contrib/ulrb_0.1.8.tar.gz' trying URL 'file:///data/Repositories/CRAN/src/contrib/warehouseTools_0.1.4.tar.gz' trying URL 'file:///data/Repositories/CRAN/src/contrib/WormTensor_0.1.2.tar.gz' trying URL 'file:///data/Repositories/CRAN/src/contrib/FCPS_1.3.5.tar.gz' trying URL 'file:///data/Repositories/CRAN/src/contrib/mlr_2.19.3.tar.gz' trying URL 'file:///data/Repositories/CRAN/src/contrib/RelativeDistClust_0.1.0.tar.gz' installing dependencies ‘ADPclust’, ‘brnn’, ‘bst’, ‘care’, ‘cclust’, ‘CEC’, ‘clusterability’, ‘clusterSim’, ‘clustrd’, ‘clustvarsel’, ‘cmaes’, ‘crs’, ‘DatabionicSwarm’, ‘deepnet’, ‘densityClust’, ‘EMCluster’, ‘evtree’, ‘FDboost’, ‘frbs’, ‘FSelector’, ‘FSelectorRcpp’, ‘genie’, ‘HDclassif’, ‘irace’, ‘laGP’, ‘leiden’, ‘MCL’, ‘mldr’, ‘mRMRe’, ‘mstknnclust’, ‘NetworkToolbox’, ‘orclus’, ‘pamr’, ‘partitionComparison’, ‘PPCI’, ‘praznik’, ‘prclust’, ‘ProjectionBasedClustering’, ‘protoclust’, ‘rFerns’, ‘rotationForest’, ‘RRF’, ‘RSDA’, ‘rucrdtw’, ‘sda’, ‘sparcl’, ‘sparseLDA’, ‘Spectrum’, ‘stepPlr’, ‘survAUC’, ‘symbolicDA’, ‘tclust’, ‘usedist’, ‘VarSelLCM’ Warning: package ‘CEC’ is not available for this version of R A version of this package for your version of R might be available elsewhere, see the ideas at https://cran.r-project.org/doc/manuals/r-devel/R-admin.html#Installing-packages also installing the dependencies ‘quitefastmst’, ‘ggpolypath’, ‘genieclust’, ‘sparsepca’, ‘BMA’, ‘IsingFit’, ‘gamboostLSS’ begin installing package ‘quitefastmst’ begin installing package ‘ggpolypath’ begin installing package ‘sparsepca’ begin installing package ‘BMA’ begin installing package ‘IsingFit’ begin installing package ‘gamboostLSS’ begin installing package ‘usedist’ begin installing package ‘cclust’ begin installing package ‘MCL’ begin installing package ‘ADPclust’ begin installing package ‘DatabionicSwarm’ begin installing package ‘orclus’ begin installing package ‘EMCluster’ begin installing package ‘ProjectionBasedClustering’ begin installing package ‘densityClust’ begin installing package ‘mstknnclust’ begin installing package ‘tclust’ begin installing package ‘Spectrum’ begin installing package ‘protoclust’ begin installing package ‘PPCI’ begin installing package ‘clustrd’ begin installing package ‘prclust’ begin installing package ‘VarSelLCM’ begin installing package ‘sparcl’ begin installing package ‘HDclassif’ begin installing package ‘leiden’ begin installing package ‘partitionComparison’ begin installing package ‘brnn’ * installing *source* package ‘orclus’ ... ** this is package ‘orclus’ version ‘0.2-6’ ** package ‘orclus’ successfully unpacked and MD5 sums checked ** using staged installation ** 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 ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (orclus) begin installing package ‘bst’ * installing *source* package ‘usedist’ ... ** this is package ‘usedist’ version ‘0.4.0’ ** package ‘usedist’ successfully unpacked and MD5 sums checked ** using staged installation ** 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 ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (usedist) begin installing package ‘care’ * installing *source* package ‘mstknnclust’ ... ** this is package ‘mstknnclust’ version ‘0.3.2’ ** package ‘mstknnclust’ successfully unpacked and MD5 sums checked ** using staged installation ** R ** data ** 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 ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (mstknnclust) begin installing package ‘cmaes’ * installing *source* package ‘protoclust’ ... ** this is package ‘protoclust’ version ‘1.6.4’ ** package ‘protoclust’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: ‘gcc-15 (Debian 15.2.0-12) 15.2.0’ make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpFOV2qr/R.INSTALL33023a2114542b/protoclust/src' gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c hier.c -o hier.o hier.c: In function ‘hier’: hier.c:194:5: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation] 194 | for(j = 0; j < imerge; j++) | ^~~ hier.c:204:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’ 204 | ii = lt(imerge+1,imerge,n); | ^~ hier.c: In function ‘minimaxpoint’: hier.c:442:10: warning: ‘mm’ may be used uninitialized [-Wmaybe-uninitialized] 442 | return mm; | ^~ hier.c:428:7: note: ‘mm’ was declared here 428 | int mm; | ^~ hier.c: In function ‘findNN’: hier.c:346:29: warning: ‘nn’ may be used uninitialized [-Wmaybe-uninitialized] 346 | mincomplete = completelink(dmax, n, clusters[nn], nn, clusters[i], i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hier.c:328:7: note: ‘nn’ was declared here 328 | int nn; | ^~ hier.c: In function ‘hier’: hier.c:274:26: warning: ‘imerge’ may be used uninitialized [-Wmaybe-uninitialized] 274 | Cluster *cur = clusters[imerge]; | ^ hier.c:28:20: note: ‘imerge’ was declared here 28 | int i, j, k, ii, imerge, jmerge, reverse; | ^~~~~~ gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c protoclust_init.c -o protoclust_init.o gcc-15 -shared -L/home/hornik/tmp/R/lib -Wl,-O1 -o protoclust.so hier.o protoclust_init.o -L/home/hornik/tmp/R/lib -lR make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpFOV2qr/R.INSTALL33023a2114542b/protoclust/src' installing to /home/hornik/tmp/CRAN_recheck/Library/00LOCK-protoclust/00new/protoclust/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 (protoclust) begin installing package ‘crs’ * installing *source* package ‘ADPclust’ ... ** this is package ‘ADPclust’ version ‘0.7’ ** package ‘ADPclust’ successfully unpacked and MD5 sums checked ** using staged installation ** 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 ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (ADPclust) begin installing package ‘deepnet’ * installing *source* package ‘sparcl’ ... ** this is package ‘sparcl’ version ‘1.0.4’ ** package ‘sparcl’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using Fortran compiler: ‘GNU Fortran (Debian 15.2.0-12) 15.2.0’ make[1]: Entering directory '/home/hornik/tmp/scratch/RtmppzPQeM/R.INSTALL3302474032e81b/sparcl/src' gfortran-15 -fpic -g -O2 -Wall -pedantic -mtune=native -c distfun.f -o distfun.o distfun.f:13:5: 13 | 23005 continue | 1 Warning: Label 23005 at (1) defined but not used [-Wunused-label] distfun.f:15:5: 15 | 23003 continue | 1 Warning: Label 23003 at (1) defined but not used [-Wunused-label] distfun.f:17:5: 17 | 23001 continue | 1 Warning: Label 23001 at (1) defined but not used [-Wunused-label] gfortran-15 -fpic -g -O2 -Wall -pedantic -mtune=native -c multfun.f -o multfun.o multfun.f:13:5: 13 | 23005 continue | 1 Warning: Label 23005 at (1) defined but not used [-Wunused-label] multfun.f:15:5: 15 | 23003 continue | 1 Warning: Label 23003 at (1) defined but not used [-Wunused-label] multfun.f:17:5: 17 | 23001 continue | 1 Warning: Label 23001 at (1) defined but not used [-Wunused-label] gcc-15 -shared -L/home/hornik/tmp/R/lib -Wl,-O1 -o sparcl.so distfun.o multfun.o -lgfortran -lm -lquadmath -L/home/hornik/tmp/R/lib -lR make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmppzPQeM/R.INSTALL3302474032e81b/sparcl/src' installing to /home/hornik/tmp/CRAN_recheck/Library/00LOCK-sparcl/00new/sparcl/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 (sparcl) begin installing package ‘evtree’ * installing *source* package ‘cclust’ ... ** this is package ‘cclust’ version ‘0.6-26’ ** package ‘cclust’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: ‘gcc-15 (Debian 15.2.0-12) 15.2.0’ make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmp3nNpng/R.INSTALL3302057f697e72/cclust/src' gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c cclust.c -o cclust.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c count.c -o count.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c init.c -o init.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c median.c -o median.o gcc-15 -shared -L/home/hornik/tmp/R/lib -Wl,-O1 -o cclust.so cclust.o count.o init.o median.o -L/home/hornik/tmp/R/lib -lR make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmp3nNpng/R.INSTALL3302057f697e72/cclust/src' installing to /home/hornik/tmp/CRAN_recheck/Library/00LOCK-cclust/00new/cclust/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 (cclust) begin installing package ‘frbs’ * installing *source* package ‘care’ ... ** this is package ‘care’ version ‘1.1.11’ ** package ‘care’ successfully unpacked and MD5 sums checked ** using staged installation ** R ** data ** 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 (care) begin installing package ‘FSelector’ * installing *source* package ‘cmaes’ ... ** this is package ‘cmaes’ version ‘1.0-12’ ** package ‘cmaes’ 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 (cmaes) begin installing package ‘FSelectorRcpp’ * installing *source* package ‘brnn’ ... ** this is package ‘brnn’ version ‘0.9.4’ ** package ‘brnn’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: ‘gcc-15 (Debian 15.2.0-12) 15.2.0’ make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmp1M1h82/R.INSTALL330254219c8f87/brnn/src' gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fopenmp -I. -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c Lanczos.c -o Lanczos.o Lanczos.c: In function ‘extreme_eigenvalues’: Lanczos.c:191:5: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation] 191 | for (xx=0.0,zp=z,p0=zp+*n;zp= 0){// new tree with "treeNumber2" is accepted | ^~ container.cpp:1130:7: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 1130 | if(accept1 == 0) | ^~ container.cpp:1132:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 1132 | if( accept1 >= 0){// new tree with "treeNumber1" is accepted | ^~ g++-15 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c node.cpp -o node.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c tree.cpp -o tree.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c variable.cpp -o variable.o g++-15 -std=gnu++17 -shared -L/home/hornik/tmp/R/lib -Wl,-O1 -o evtree.so container.o node.o tree.o variable.o -L/home/hornik/tmp/R/lib -lR make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpYbrCLq/R.INSTALL33061e122b43c4/evtree/src' installing to /home/hornik/tmp/CRAN_recheck/Library/00LOCK-evtree/00new/evtree/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 (evtree) * installing *source* package ‘clusterability’ ... ** this is package ‘clusterability’ version ‘0.2.2.0’ ** package ‘clusterability’ successfully unpacked and MD5 sums checked ** using staged installation ** 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 ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (clusterability) * installing *source* package ‘stepPlr’ ... ** this is package ‘stepPlr’ version ‘0.93’ ** package ‘stepPlr’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: ‘gcc-15 (Debian 15.2.0-12) 15.2.0’ using Fortran compiler: ‘GNU Fortran (Debian 15.2.0-12) 15.2.0’ make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmp1EOw7q/R.INSTALL330bea45de1f1/stepPlr/src' gfortran-15 -fpic -g -O2 -Wall -pedantic -mtune=native -c cg_descent.f -o cg_descent.o cg_descent.f:527:3: 527 | 500 format (' absolute largest component of gradient: ', d10.4) | 1 Warning: Label 500 at (1) defined but not used [-Wunused-label] cg_descent.f:526:3: 526 | 430 format (' - your cost function has an error') | 1 Warning: Label 430 at (1) defined but not used [-Wunused-label] cg_descent.f:525:3: 525 | 420 format (' - parameter epsilon in cg_descent.parm is too small') | 1 Warning: Label 420 at (1) defined but not used [-Wunused-label] cg_descent.f:524:3: 524 | 410 format (' - your gradient routine has an error') | 1 Warning: Label 410 at (1) defined but not used [-Wunused-label] cg_descent.f:522:3: 522 | 400 format (' - your tolerance (grad_tol = ', d10.4, | 1 Warning: Label 400 at (1) defined but not used [-Wunused-label] cg_descent.f:521:3: 521 | 300 format (' Possible causes of this error message:') | 1 Warning: Label 300 at (1) defined but not used [-Wunused-label] cg_descent.f:520:3: 520 | 270 format (' Debugger is on, function value does not improve') | 1 Warning: Label 270 at (1) defined but not used [-Wunused-label] cg_descent.f:519:3: 519 | 260 format (' Line search fails') | 1 Warning: Label 260 at (1) defined but not used [-Wunused-label] cg_descent.f:518:3: 518 | 250 format (' Search direction not a descent direction') | 1 Warning: Label 250 at (1) defined but not used [-Wunused-label] cg_descent.f:517:3: 517 | 240 format (' Line search fails, too many secant steps') | 1 Warning: Label 240 at (1) defined but not used [-Wunused-label] cg_descent.f:516:3: 516 | 230 format (' Slope always negative in line search') | 1 Warning: Label 230 at (1) defined but not used [-Wunused-label] cg_descent.f:515:3: 515 | 220 format (' Total number of iterations exceed max allow:', i10) | 1 Warning: Label 220 at (1) defined but not used [-Wunused-label] cg_descent.f:514:3: 514 | 210 format (' Terminating since change in function value <= feps*|f|') | 1 Warning: Label 210 at (1) defined but not used [-Wunused-label] cg_descent.f:513:3: 513 | 200 format (' Convergence tolerance for gradient satisfied') | 1 Warning: Label 200 at (1) defined but not used [-Wunused-label] cg_descent.f:660:17: 660 | nrestart = n*restart_fac | 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] cg_descent.f:661:14: 661 | maxit = n*maxit_fac | 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] cg_descent.f:1194:35: 1194 | if ( QuadOK .and. (phi .le. fquad) ) then | ^ Warning: ‘fquad’ may be used uninitialized [-Wmaybe-uninitialized] cg_descent.f:1106:49: 1106 | & a0, da0, b0, db0, width, fquad, dphi0, | ^~~~~ note: ‘fquad’ was declared here cg_descent.f:974:35: 974 | if ( QuadOK .and. (phi .le. fquad) ) then | ^ Warning: ‘fquad’ may be used uninitialized [-Wmaybe-uninitialized] cg_descent.f:891:49: 891 | & a0, da0, b0, db0, width, fquad, dphi0, | ^~~~~ note: ‘fquad’ was declared here gfortran-15 -fpic -g -O2 -Wall -pedantic -mtune=native -c solveplr.f -o solveplr.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c stepPlr_init.c -o stepPlr_init.o gcc-15 -shared -L/home/hornik/tmp/R/lib -Wl,-O1 -o stepPlr.so cg_descent.o solveplr.o stepPlr_init.o -lgfortran -lm -lquadmath -L/home/hornik/tmp/R/lib -lR make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmp1EOw7q/R.INSTALL330bea45de1f1/stepPlr/src' installing to /home/hornik/tmp/CRAN_recheck/Library/00LOCK-stepPlr/00new/stepPlr/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 (stepPlr) * installing *source* package ‘RRF’ ... ** this is package ‘RRF’ version ‘1.9.4.1’ ** package ‘RRF’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: ‘gcc-15 (Debian 15.2.0-12) 15.2.0’ using Fortran compiler: ‘GNU Fortran (Debian 15.2.0-12) 15.2.0’ make[1]: Entering directory '/home/hornik/tmp/scratch/RtmprAbFTP/R.INSTALL330aac6c6d7ca/RRF/src' gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c RRF_init.c -o RRF_init.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c classTree.c -o classTree.o classTree.c: In function ‘predictClassTree’: classTree.c:454:47: warning: ‘cbestsplit’ may be used uninitialized [-Wmaybe-uninitialized] 454 | k = cbestsplit[(int) x[m + i * mdim] - 1 + k * maxcat] ? | ^ classTree.c:425:22: note: ‘cbestsplit’ was declared here 425 | int m, i, j, k, *cbestsplit; | ^~~~~~~~~~ gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c regTree.c -o regTree.o regTree.c: In function ‘predictRegTree’: regTree.c:335:31: warning: ‘cbestsplit’ may be used uninitialized [-Wmaybe-uninitialized] 335 | k = cbestsplit[(int) x[m + i * mdim] - 1 + k * maxcat] ? | ^ regTree.c:308:22: note: ‘cbestsplit’ was declared here 308 | int i, j, k, m, *cbestsplit; | ^~~~~~~~~~ gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c regrf.c -o regrf.o regrf.c: In function ‘regRF’: regrf.c:64:9: warning: variable ‘flagReg’ set but not used [-Wunused-but-set-variable] 64 | int flagReg;//new | ^~~~~~~ regrf.c:54:25: warning: variable ‘averrb’ set but not used [-Wunused-but-set-variable] 54 | double errts = 0.0, averrb, meanY, meanYts, varY, varYts, r, xrand, | ^~~~~~ regrf.c:219:25: warning: ‘ytree’ may be used uninitialized [-Wmaybe-uninitialized] 219 | predictRegTree(xts, ntest, mdim, lDaughter + idx, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 220 | rDaughter + idx, nodestatus + idx, ytree, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 221 | upper + idx, avnode + idx, | ~~~~~~~~~~~~~~~~~~~~~~~~~~ 222 | mbest + idx, treeSize[j], cat, *maxcat, nodexts); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ regrf.c:57:36: note: ‘ytree’ was declared here 57 | double *yb, *xtmp, *xb, *ytr, *ytree, *tgini; | ^~~~~ regrf.c:219:25: warning: ‘nodexts’ may be used uninitialized [-Wmaybe-uninitialized] 219 | predictRegTree(xts, ntest, mdim, lDaughter + idx, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 220 | rDaughter + idx, nodestatus + idx, ytree, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 221 | upper + idx, avnode + idx, | ~~~~~~~~~~~~~~~~~~~~~~~~~~ 222 | mbest + idx, treeSize[j], cat, *maxcat, nodexts); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ regrf.c:63:30: note: ‘nodexts’ was declared here 63 | int *in, *nind, *nodex, *nodexts; | ^~~~~~~ gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c rf.c -o rf.o rf.c: In function ‘classRF’: rf.c:110:10: warning: variable ‘tp’ set but not used [-Wunused-but-set-variable] 110 | *tp, *wr; | ^~ rf.c:92:15: warning: variable ‘nimp’ set but not used [-Wunused-but-set-variable] 92 | mimp, nimp, near, nuse, noutall, nrightall, nrightimpall, | ^~~~ rf.c:92:9: warning: variable ‘mimp’ set but not used [-Wunused-but-set-variable] 92 | mimp, nimp, near, nuse, noutall, nrightall, nrightimpall, | ^~~~ rf.c:437:13: warning: ‘oobpair’ may be used uninitialized [-Wmaybe-uninitialized] 437 | computeProximity(prox, oobprox, nodex, jin, oobpair, near); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rf.c:102:43: note: ‘oobpair’ was declared here 102 | *at, *a, *b, *mind, *nind, *jts, *oobpair; | ^~~~~~~ rf.c:385:25: warning: ‘nclts’ may be used uninitialized [-Wmaybe-uninitialized] 385 | TestSetError(countts, jts, clts, outclts, ntest, nclass, jb+1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 386 | errts + jb*(nclass+1), *labelts, nclts, cut); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rf.c:96:29: note: ‘nclts’ was declared here 96 | *nrightimp, *nout, *nclts, Ntree; | ^~~~~ gfortran-15 -fpic -g -O2 -Wall -pedantic -mtune=native -c rfsub.f -o rfsub.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c rfutils.c -o rfutils.o gcc-15 -shared -L/home/hornik/tmp/R/lib -Wl,-O1 -o RRF.so RRF_init.o classTree.o regTree.o regrf.o rf.o rfsub.o rfutils.o -lgfortran -lm -lquadmath -L/home/hornik/tmp/R/lib -lR make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmprAbFTP/R.INSTALL330aac6c6d7ca/RRF/src' installing to /home/hornik/tmp/CRAN_recheck/Library/00LOCK-RRF/00new/RRF/libs ** R ** data ** 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 (RRF) * installing *source* package ‘prclust’ ... ** this is package ‘prclust’ version ‘1.3’ ** package ‘prclust’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘g++-15 (Debian 15.2.0-12) 15.2.0’ make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpK7TLwG/R.INSTALL33024d334d009a/prclust/src' g++-15 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c ADMM_OrignialPRclust2.cpp -o ADMM_OrignialPRclust2.o ADMM_OrignialPRclust2.cpp: In function ‘double cal_S(Rcpp::NumericMatrix, Rcpp::NumericMatrix, Rcpp::NumericMatrix, double, double, double, int, int, int)’: ADMM_OrignialPRclust2.cpp:574:12: warning: ‘out’ may be used uninitialized [-Wmaybe-uninitialized] 574 | return out; | ^~~ ADMM_OrignialPRclust2.cpp:496:12: note: ‘out’ was declared here 496 | double out; | ^~~ g++-15 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/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 -shared -L/home/hornik/tmp/R/lib -Wl,-O1 -o prclust.so ADMM_OrignialPRclust2.o RcppExports.o -L/home/hornik/tmp/R/lib -lR make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpK7TLwG/R.INSTALL33024d334d009a/prclust/src' installing to /home/hornik/tmp/CRAN_recheck/Library/00LOCK-prclust/00new/prclust/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 (prclust) * installing *source* package ‘irace’ ... ** this is package ‘irace’ version ‘4.3’ ** package ‘irace’ successfully unpacked and MD5 sums checked ** using staged installation ** libs make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpPizjHV/R.INSTALL3307894a61779d/irace/src' gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c iracebin/irace.c -o iracebin/irace.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c iracebin/whereami.c -o iracebin/whereami.o gcc-15 -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native iracebin/irace.o iracebin/whereami.o -o iracebin/irace gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c iracebin/ablation.c -o iracebin/ablation.o gcc-15 -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native iracebin/ablation.o iracebin/whereami.o -o iracebin/ablation gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c dummy/target-runner-dummy.c -o dummy/target-runner-dummy.o gcc-15 -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native dummy/target-runner-dummy.o -o dummy/target-runner-dummy make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpPizjHV/R.INSTALL3307894a61779d/irace/src' installing via 'install.libs.R' to /home/hornik/tmp/CRAN_recheck/Library/00LOCK-irace/00new/irace ** 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 ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (irace) * installing *source* package ‘BMA’ ... ** this is package ‘BMA’ version ‘3.18.20’ ** package ‘BMA’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: ‘gcc-15 (Debian 15.2.0-12) 15.2.0’ using Fortran compiler: ‘GNU Fortran (Debian 15.2.0-12) 15.2.0’ make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmpho1QxS/R.INSTALL3301f95af95968/BMA/src' gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c BMA_init.c -o BMA_init.o gfortran-15 -fpic -g -O2 -Wall -pedantic -mtune=native -c fwleaps.f -o fwleaps.o gcc-15 -shared -L/home/hornik/tmp/R/lib -Wl,-O1 -o BMA.so BMA_init.o fwleaps.o -lgfortran -lm -lquadmath -L/home/hornik/tmp/R/lib -lR make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmpho1QxS/R.INSTALL3301f95af95968/BMA/src' installing to /home/hornik/tmp/CRAN_recheck/Library/00LOCK-BMA/00new/BMA/libs ** R ** data ** 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 (BMA) begin installing package ‘clustvarsel’ * installing *source* package ‘laGP’ ... ** this is package ‘laGP’ version ‘1.5-9’ ** package ‘laGP’ successfully unpacked and MD5 sums checked ** using staged installation ** libs make[1]: Entering directory '/home/hornik/tmp/scratch/RtmplWWIqd/R.INSTALL33078d3b8a50e2/laGP/src' /home/hornik/tmp/R/bin/R CMD SHLIB -o laGP.so *.c using C compiler: ‘gcc-15 (Debian 15.2.0-12) 15.2.0’ make[2]: Entering directory '/home/hornik/tmp/scratch/RtmplWWIqd/R.INSTALL33078d3b8a50e2/laGP/src' gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DRPRINT -fopenmp -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c covar.c -o covar.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DRPRINT -fopenmp -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c covar_sep.c -o covar_sep.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DRPRINT -fopenmp -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c davies.c -o davies.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DRPRINT -fopenmp -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c gamma.c -o gamma.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DRPRINT -fopenmp -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c gp.c -o gp.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DRPRINT -fopenmp -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c gp_sep.c -o gp_sep.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DRPRINT -fopenmp -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c ieci.c -o ieci.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DRPRINT -fopenmp -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c init.c -o init.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DRPRINT -fopenmp -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c laGP.c -o laGP.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DRPRINT -fopenmp -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c laGP_sep.c -o laGP_sep.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DRPRINT -fopenmp -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c linalg.c -o linalg.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DRPRINT -fopenmp -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c matrix.c -o matrix.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DRPRINT -fopenmp -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c order.c -o order.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DRPRINT -fopenmp -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c rbetter.c -o rbetter.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DRPRINT -fopenmp -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c rhelp.c -o rhelp.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DRPRINT -fopenmp -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c util.c -o util.o gcc-15 -shared -L/home/hornik/tmp/R/lib -Wl,-O1 -o laGP.so covar.o covar_sep.o davies.o gamma.o gp.o gp_sep.o ieci.o init.o laGP.o laGP_sep.o linalg.o matrix.o order.o rbetter.o rhelp.o util.o -llapack -L/home/hornik/tmp/R/lib -lRblas -lgfortran -lm -lquadmath -fopenmp -L/home/hornik/tmp/R/lib -lR make[2]: Leaving directory '/home/hornik/tmp/scratch/RtmplWWIqd/R.INSTALL33078d3b8a50e2/laGP/src' make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmplWWIqd/R.INSTALL33078d3b8a50e2/laGP/src' installing to /home/hornik/tmp/CRAN_recheck/Library/00LOCK-laGP/00new/laGP/libs ** R ** demo ** 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 (laGP) * installing *source* package ‘mRMRe’ ... ** this is package ‘mRMRe’ version ‘2.1.2.2’ ** package ‘mRMRe’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘g++-15 (Debian 15.2.0-12) 15.2.0’ make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpCwOvsN/R.INSTALL33084a2209e448/mRMRe/src' g++-15 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -c Data.cpp -o Data.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -c Filter.cpp -o Filter.o Filter.cpp: In member function ‘const void Filter::placeElements(unsigned int, unsigned int, unsigned int)’: Filter.cpp:198:27: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const unsigned int’ [-Wsign-compare] 198 | for (int j = 0; j < mFixedFeatureCount; ++j) | ~~^~~~~~~~~~~~~~~~~~~~ g++-15 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -c Math.cpp -o Math.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -c Matrix.cpp -o Matrix.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -c MutualInformationMatrix.cpp -o MutualInformationMatrix.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -c exports.cpp -o exports.o exports.cpp: In function ‘SEXPREC* export_concordance_index(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)’: exports.cpp:55:32: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 55 | for (unsigned int i = 0; i < INTEGER(sampleStratumCount)[0]; ++i) | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ exports.cpp: In function ‘SEXPREC* export_filters(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)’: exports.cpp:80:32: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 80 | for (unsigned int i = 0; i < LENGTH(childrenCountPerLevel); ++i) | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ exports.cpp:92:32: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 92 | for (unsigned int i = 0; i < LENGTH(targetFeatureIndices); ++i) | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ exports.cpp:105:36: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 105 | for (unsigned int k = 0; k < INTEGER(featureCount)[0]; ++k) | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ exports.cpp: In function ‘SEXPREC* export_filters_bootstrap(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)’: exports.cpp:153:32: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 153 | for (unsigned int i = 0; i < LENGTH(targetFeatureIndices); ++i) | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ exports.cpp:159:36: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 159 | for (unsigned int k = 0; k < INTEGER(featureCount)[0]; ++k) | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ exports.cpp:168:36: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 168 | for (unsigned int j = 0; j < LENGTH(targetFeatureIndices); ++j) | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++-15 -std=gnu++17 -shared -L/home/hornik/tmp/R/lib -Wl,-O1 -o mRMRe.so Data.o Filter.o Math.o Matrix.o MutualInformationMatrix.o exports.o -fopenmp -L/home/hornik/tmp/R/lib -lR make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpCwOvsN/R.INSTALL33084a2209e448/mRMRe/src' installing to /home/hornik/tmp/CRAN_recheck/Library/00LOCK-mRMRe/00new/mRMRe/libs ** R ** data ** 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 (mRMRe) * installing *source* package ‘survAUC’ ... ** this is package ‘survAUC’ version ‘1.4-0’ ** package ‘survAUC’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: ‘gcc-15 (Debian 15.2.0-12) 15.2.0’ make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpYKyWeM/R.INSTALL330c22500c9890/survAUC/src' gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c R_init_survAUC.c -o R_init_survAUC.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c survAUC_Cham_Diao.c -o survAUC_Cham_Diao.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c survAUC_HZ.c -o survAUC_HZ.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c survAUC_Hung_Chiang.c -o survAUC_Hung_Chiang.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c survAUC_SongZhou.c -o survAUC_SongZhou.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c survAUC_UNO.c -o survAUC_UNO.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c surv_measures.c -o surv_measures.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c utils.c -o utils.o gcc-15 -shared -L/home/hornik/tmp/R/lib -Wl,-O1 -o survAUC.so R_init_survAUC.o survAUC_Cham_Diao.o survAUC_HZ.o survAUC_Hung_Chiang.o survAUC_SongZhou.o survAUC_UNO.o surv_measures.o utils.o -llapack -L/home/hornik/tmp/R/lib -lRblas -lgfortran -lm -lquadmath -L/home/hornik/tmp/R/lib -lR make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpYKyWeM/R.INSTALL330c22500c9890/survAUC/src' installing to /home/hornik/tmp/CRAN_recheck/Library/00LOCK-survAUC/00new/survAUC/libs ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** 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 (survAUC) * installing *source* package ‘clusterSim’ ... ** this is package ‘clusterSim’ version ‘0.51-6’ ** using staged installation ** libs using C++ compiler: ‘g++-15 (Debian 15.2.0-12) 15.2.0’ make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpQHxCP4/R.INSTALL330ca722d29ed9/clusterSim/src' g++-15 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c clusterSim.cpp -o clusterSim.o g++-15 -std=gnu++17 -shared -L/home/hornik/tmp/R/lib -Wl,-O1 -o clusterSim.so clusterSim.o -L/home/hornik/tmp/R/lib -lR make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpQHxCP4/R.INSTALL330ca722d29ed9/clusterSim/src' installing to /home/hornik/tmp/CRAN_recheck/Library/00LOCK-clusterSim/00new/clusterSim/libs ** R ** data ** 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 (clusterSim) * installing *source* package ‘EMCluster’ ... ** this is package ‘EMCluster’ version ‘0.2-17’ ** package ‘EMCluster’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: ‘gcc-15 (Debian 15.2.0-12) 15.2.0’ make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpC6VmvH/R.INSTALL3302304e233987/EMCluster/src' gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c M_emcluster.c -o M_emcluster.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c M_emgroup.c -o M_emgroup.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c M_init_other.c -o M_init_other.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c RRand.c -o RRand.o RRand.c: In function ‘RRand’: RRand.c:11:41: warning: variable ‘Wallace’ set but not used [-Wunused-but-set-variable] 11 | double nij2sum, nidot2sum, ndotj2sum, Wallace; | ^~~~~~~ gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c R_M_emgroup.c -o R_M_emgroup.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c R_RRand.c -o R_RRand.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c R_dlmvnorm.c -o R_dlmvnorm.o R_dlmvnorm.c: In function ‘R_dlmvnorm’: R_dlmvnorm.c:224:14: warning: variable ‘C_p_LTsigma’ set but not used [-Wunused-but-set-variable] 224 | int *C_p, *C_p_LTsigma; | ^~~~~~~~~~~ gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c R_emcluster.c -o R_emcluster.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c R_estep.c -o R_estep.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c R_init_other_shortem.c -o R_init_other_shortem.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c R_init_svd.c -o R_init_svd.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c R_initials.c -o R_initials.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c R_mstep.c -o R_mstep.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c R_tool.c -o R_tool.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c chisqstat.c -o chisqstat.o chisqstat.c: In function ‘chisqstat’: chisqstat.c:37:7: warning: variable ‘i’ set but not used [-Wunused-but-set-variable] 37 | int i; | ^ gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c classify.c -o classify.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c dlmvnorm.c -o dlmvnorm.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c eigens.c -o eigens.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c emcluster.c -o emcluster.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c emgroup.c -o emgroup.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c findzero.c -o findzero.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c hc.c -o hc.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c hclass.c -o hclass.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c hclassify.c -o hclassify.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c init_other.c -o init_other.o init_other.c: In function ‘shortems’: init_other.c:105:7: warning: variable ‘i’ set but not used [-Wunused-but-set-variable] 105 | int i,iter,totiter=0; | ^ gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c init_svd.c -o init_svd.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c initials.c -o initials.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c inverse.c -o inverse.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c it_R_emptr.c -o it_R_emptr.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c it_R_init_EM.c -o it_R_init_EM.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c it_init_EM.c -o it_init_EM.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c kmeans.c -o kmeans.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c mat_vec.c -o mat_vec.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c mb_em_EM.c -o mb_em_EM.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c mb_init.c -o mb_init.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c mb_rand_EM.c -o mb_rand_EM.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c mb_randomEMinit.c -o mb_randomEMinit.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c mb_tool.c -o mb_tool.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c meandispersion.c -o meandispersion.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c order.c -o order.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c prcomp.c -o prcomp.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c quantile.c -o quantile.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c rand_EM.c -o rand_EM.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c sorted.c -o sorted.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c srswor.c -o srswor.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c ss_M_emcluster.c -o ss_M_emcluster.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c ss_M_rand_EM.c -o ss_M_rand_EM.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c ss_R_emcluster.c -o ss_R_emcluster.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c ss_R_initials.c -o ss_R_initials.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c ss_emcluster.c -o ss_emcluster.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c ss_init_other.c -o ss_init_other.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c ss_initials.c -o ss_initials.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c ss_labInit.c -o ss_labInit.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c ss_mb_em_EM.c -o ss_mb_em_EM.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c ss_mb_init.c -o ss_mb_init.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c ss_mb_rand_EM.c -o ss_mb_rand_EM.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c ss_mb_randomEMinit.c -o ss_mb_randomEMinit.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c ss_rand_EM.c -o ss_rand_EM.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c svd.c -o svd.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c unique.c -o unique.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c zzz.c -o zzz.o gcc-15 -shared -L/home/hornik/tmp/R/lib -Wl,-O1 -o EMCluster.so M_emcluster.o M_emgroup.o M_init_other.o RRand.o R_M_emgroup.o R_RRand.o R_dlmvnorm.o R_emcluster.o R_estep.o R_init_other_shortem.o R_init_svd.o R_initials.o R_mstep.o R_tool.o chisqstat.o classify.o dlmvnorm.o eigens.o emcluster.o emgroup.o findzero.o hc.o hclass.o hclassify.o init_other.o init_svd.o initials.o inverse.o it_R_emptr.o it_R_init_EM.o it_init_EM.o kmeans.o mat_vec.o mb_em_EM.o mb_init.o mb_rand_EM.o mb_randomEMinit.o mb_tool.o meandispersion.o order.o prcomp.o quantile.o rand_EM.o sorted.o srswor.o ss_M_emcluster.o ss_M_rand_EM.o ss_R_emcluster.o ss_R_initials.o ss_emcluster.o ss_init_other.o ss_initials.o ss_labInit.o ss_mb_em_EM.o ss_mb_init.o ss_mb_rand_EM.o ss_mb_randomEMinit.o ss_rand_EM.o svd.o unique.o zzz.o -llapack -L/home/hornik/tmp/R/lib -lRblas -lgfortran -lm -lquadmath -L/home/hornik/tmp/R/lib -lR make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpC6VmvH/R.INSTALL3302304e233987/EMCluster/src' installing to /home/hornik/tmp/CRAN_recheck/Library/00LOCK-EMCluster/00new/EMCluster/libs ** R ** data *** moving datasets to lazyload DB ** demo ** 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 (EMCluster) * installing *source* package ‘clustrd’ ... ** this is package ‘clustrd’ version ‘1.4.0’ ** package ‘clustrd’ successfully unpacked and MD5 sums checked ** using staged installation ** R ** data ** 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 (clustrd) * installing *source* package ‘NetworkToolbox’ ... ** this is package ‘NetworkToolbox’ version ‘1.4.4’ ** package ‘NetworkToolbox’ successfully unpacked and MD5 sums checked ** using staged installation ** 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 ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (NetworkToolbox) * installing *source* package ‘rucrdtw’ ... ** this is package ‘rucrdtw’ version ‘0.1.6’ ** package ‘rucrdtw’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘g++-15 (Debian 15.2.0-12) 15.2.0’ make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmp9mvjFX/R.INSTALL330b42161c9611/rucrdtw/src' g++-15 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/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/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c dtw_functions.cpp -o dtw_functions.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c ed_functions.cpp -o ed_functions.o g++-15 -std=gnu++17 -shared -L/home/hornik/tmp/R/lib -Wl,-O1 -o rucrdtw.so RcppExports.o dtw_functions.o ed_functions.o -L/home/hornik/tmp/R/lib -lR make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmp9mvjFX/R.INSTALL330b42161c9611/rucrdtw/src' installing to /home/hornik/tmp/CRAN_recheck/Library/00LOCK-rucrdtw/00new/rucrdtw/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 (rucrdtw) * installing *source* package ‘clustvarsel’ ... ** this is package ‘clustvarsel’ version ‘2.3.5’ ** package ‘clustvarsel’ 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 ** 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 (clustvarsel) * installing *source* package ‘FDboost’ ... ** this is package ‘FDboost’ version ‘1.1-3’ ** package ‘FDboost’ successfully unpacked and MD5 sums checked ** using staged installation ** R ** data ** 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 ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (FDboost) * installing *source* package ‘RSDA’ ... ** this is package ‘RSDA’ version ‘3.2.5’ ** package ‘RSDA’ successfully unpacked and MD5 sums checked ** using staged installation ** 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 ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (RSDA) begin installing package ‘symbolicDA’ * installing *source* package ‘symbolicDA’ ... ** this is package ‘symbolicDA’ version ‘0.7-2’ ** package ‘symbolicDA’ successfully unpacked and MD5 sums checked ** using staged installation ** R ** data ** 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 (symbolicDA) * installing *source* package ‘tclust’ ... ** this is package ‘tclust’ version ‘2.1-2’ ** package ‘tclust’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘g++-15 (Debian 15.2.0-12) 15.2.0’ make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpsTcyeO/R.INSTALL3302361c5bf92d/tclust/src' g++-15 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -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 -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -c RcppExports.cpp -o RcppExports.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -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 -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -c rlg.cpp -o rlg.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -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 -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -c tclust.cpp -o tclust.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -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 -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -c tkmeans.cpp -o tkmeans.o g++-15 -std=gnu++17 -shared -L/home/hornik/tmp/R/lib -Wl,-O1 -o tclust.so RcppExports.o rlg.o tclust.o tkmeans.o -fopenmp -llapack -L/home/hornik/tmp/R/lib -lRblas -lgfortran -lm -lquadmath -L/home/hornik/tmp/R/lib -lR make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpsTcyeO/R.INSTALL3302361c5bf92d/tclust/src' installing to /home/hornik/tmp/CRAN_recheck/Library/00LOCK-tclust/00new/tclust/libs ** R ** data ** 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 (tclust) * installing *source* package ‘FSelectorRcpp’ ... ** this is package ‘FSelectorRcpp’ version ‘0.3.13’ ** package ‘FSelectorRcpp’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: ‘gcc-15 (Debian 15.2.0-12) 15.2.0’ using C++ compiler: ‘g++-15 (Debian 15.2.0-12) 15.2.0’ make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmp2tVirk/R.INSTALL3307663a82ec00/FSelectorRcpp/src' g++-15 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -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/BH/include' -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include' -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/testthat/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -I../inst/include -fpic -g -O2 -Wall -pedantic -mtune=native -c RcppExports.cpp -o RcppExports.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -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/BH/include' -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include' -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/testthat/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -I../inst/include -fpic -g -O2 -Wall -pedantic -mtune=native -c cutOff.cpp -o cutOff.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -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/BH/include' -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include' -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/testthat/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -I../inst/include -fpic -g -O2 -Wall -pedantic -mtune=native -c discretize.cpp -o discretize.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -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/BH/include' -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include' -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/testthat/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -I../inst/include -fpic -g -O2 -Wall -pedantic -mtune=native -c discretizeControl.cpp -o discretizeControl.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -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/BH/include' -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include' -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/testthat/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -I../inst/include -fpic -g -O2 -Wall -pedantic -mtune=native -c information_gain.cpp -o information_gain.o gcc-15 -I"/home/hornik/tmp/R/include" -DNDEBUG -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/BH/include' -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include' -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/testthat/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c init.c -o init.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -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/BH/include' -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include' -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/testthat/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -I../inst/include -fpic -g -O2 -Wall -pedantic -mtune=native -c support.cpp -o support.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -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/BH/include' -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include' -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/testthat/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -I../inst/include -fpic -g -O2 -Wall -pedantic -mtune=native -c test-cpp.cpp -o test-cpp.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -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/BH/include' -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include' -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/testthat/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -I../inst/include -fpic -g -O2 -Wall -pedantic -mtune=native -c test-runner.cpp -o test-runner.o g++-15 -std=gnu++17 -shared -L/home/hornik/tmp/R/lib -Wl,-O1 -o FSelectorRcpp.so RcppExports.o cutOff.o discretize.o discretizeControl.o information_gain.o init.o support.o test-cpp.o test-runner.o -L/home/hornik/tmp/R/lib -lR make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmp2tVirk/R.INSTALL3307663a82ec00/FSelectorRcpp/src' installing to /home/hornik/tmp/CRAN_recheck/Library/00LOCK-FSelectorRcpp/00new/FSelectorRcpp/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 (FSelectorRcpp) * installing *source* package ‘ProjectionBasedClustering’ ... ** this is package ‘ProjectionBasedClustering’ version ‘1.2.2’ ** package ‘ProjectionBasedClustering’ successfully unpacked and MD5 sums checked ** using staged installation ** libs specified C++17 using C++ compiler: ‘g++-15 (Debian 15.2.0-12) 15.2.0’ using C++17 make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpWbZ7MN/R.INSTALL3302321604c259/ProjectionBasedClustering/src' g++-15 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -c DijkstraSSSP.cpp -o DijkstraSSSP.o DijkstraSSSP.cpp: In function ‘Rcpp::NumericVector DijkstraSSSP(Rcpp::NumericMatrix, Rcpp::NumericMatrix, int)’: DijkstraSSSP.cpp:38:3: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation] 38 | for(int i=0;i::run(double*, int, int, double*, int, double, double, int, int, int, int, bool, int, double, double, double*, bool, double) [with treeT = SplitTree; double (* dist_fn)(const DataPoint&, const DataPoint&) = euclidean_distance]’, inlined from ‘Rcpp::NumericMatrix opt_multicore_tnse_cpp(Rcpp::NumericMatrix, int, double, int, int, double, int, double, double, int, double, int)’ at tsne.cpp:653:23: tsne.cpp:186:17: warning: ‘error_rc_prev’ may be used uninitialized [-Wmaybe-uninitialized] 186 | if (error_rc < error_rc_prev && iter > auto_iter_buffer_ee) { | ^~ tsne.cpp: In function ‘Rcpp::NumericMatrix opt_multicore_tnse_cpp(Rcpp::NumericMatrix, int, double, int, int, double, int, double, double, int, double, int)’: tsne.cpp:159:12: note: ‘error_rc_prev’ was declared here 159 | double error_rc_prev; // to store previous iteration's error rate of change in auto_iter mode | ^~~~~~~~~~~~~ In member function ‘double TSNE::computeGradient(int*, int*, double*, double*, int, int, double*, double, bool) [with treeT = SplitTree; double (* dist_fn)(const DataPoint&, const DataPoint&) = euclidean_distance]’, inlined from ‘void TSNE::run(double*, int, int, double*, int, double, double, int, int, int, int, bool, int, double, double, double*, bool, double) [with treeT = SplitTree; double (* dist_fn)(const DataPoint&, const DataPoint&) = euclidean_distance]’ at tsne.cpp:180:39, inlined from ‘Rcpp::NumericMatrix opt_multicore_tnse_cpp(Rcpp::NumericMatrix, int, double, int, int, double, int, double, double, int, double, int)’ at tsne.cpp:653:23: tsne.cpp:271:13: warning: ‘need_eval_error_algo’ may be used uninitialized [-Wmaybe-uninitialized] 271 | #pragma omp parallel for reduction(+:P_i_sum,C) | ^~~ tsne.cpp: In function ‘Rcpp::NumericMatrix opt_multicore_tnse_cpp(Rcpp::NumericMatrix, int, double, int, int, double, int, double, double, int, double, int)’: tsne.cpp:169:14: note: ‘need_eval_error_algo’ was declared here 169 | bool need_eval_error_algo, need_eval_error_verbose = false; | ^~~~~~~~~~~~~~~~~~~~ In member function ‘void TSNE::run(double*, int, int, double*, int, double, double, int, int, int, int, bool, int, double, double, double*, bool, double) [with treeT = SplitTree; double (* dist_fn)(const DataPoint&, const DataPoint&) = euclidean_distance_squared]’, inlined from ‘Rcpp::NumericMatrix opt_multicore_tnse_cpp(Rcpp::NumericMatrix, int, double, int, int, double, int, double, double, int, double, int)’ at tsne.cpp:649:23: tsne.cpp:186:17: warning: ‘error_rc_prev’ may be used uninitialized [-Wmaybe-uninitialized] 186 | if (error_rc < error_rc_prev && iter > auto_iter_buffer_ee) { | ^~ tsne.cpp: In function ‘Rcpp::NumericMatrix opt_multicore_tnse_cpp(Rcpp::NumericMatrix, int, double, int, int, double, int, double, double, int, double, int)’: tsne.cpp:159:12: note: ‘error_rc_prev’ was declared here 159 | double error_rc_prev; // to store previous iteration's error rate of change in auto_iter mode | ^~~~~~~~~~~~~ In member function ‘double TSNE::computeGradient(int*, int*, double*, double*, int, int, double*, double, bool) [with treeT = SplitTree; double (* dist_fn)(const DataPoint&, const DataPoint&) = euclidean_distance_squared]’, inlined from ‘void TSNE::run(double*, int, int, double*, int, double, double, int, int, int, int, bool, int, double, double, double*, bool, double) [with treeT = SplitTree; double (* dist_fn)(const DataPoint&, const DataPoint&) = euclidean_distance_squared]’ at tsne.cpp:180:39, inlined from ‘Rcpp::NumericMatrix opt_multicore_tnse_cpp(Rcpp::NumericMatrix, int, double, int, int, double, int, double, double, int, double, int)’ at tsne.cpp:649:23: tsne.cpp:271:13: warning: ‘need_eval_error_algo’ may be used uninitialized [-Wmaybe-uninitialized] 271 | #pragma omp parallel for reduction(+:P_i_sum,C) | ^~~ tsne.cpp: In function ‘Rcpp::NumericMatrix opt_multicore_tnse_cpp(Rcpp::NumericMatrix, int, double, int, int, double, int, double, double, int, double, int)’: tsne.cpp:169:14: note: ‘need_eval_error_algo’ was declared here 169 | bool need_eval_error_algo, need_eval_error_verbose = false; | ^~~~~~~~~~~~~~~~~~~~ g++-15 -std=gnu++17 -shared -L/home/hornik/tmp/R/lib -Wl,-O1 -o ProjectionBasedClustering.so DijkstraSSSP.o NeRV.o RcppExports.o c_measure.o calculatedistancematrix.o conjugategradientopt.o conttrust.o datamatrix.o dataset.o distancematrix.o dynamicdouble.o euclidean.o euclideansquared.o exception.o goldensectionsearch.o inputprobentropy.o klmeasure.o klrank.o nervcostfunction.o nervoptstrat.o nervprobability.o randomdatagenerator.o rankmatrix.o recorder.o splittree.o tsne.o -llapack -L/home/hornik/tmp/R/lib -lRblas -lgfortran -lm -lquadmath -fopenmp -L/home/hornik/tmp/R/lib -lR make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpWbZ7MN/R.INSTALL3302321604c259/ProjectionBasedClustering/src' installing to /home/hornik/tmp/CRAN_recheck/Library/00LOCK-ProjectionBasedClustering/00new/ProjectionBasedClustering/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 (ProjectionBasedClustering) * installing *source* package ‘DatabionicSwarm’ ... ** this is package ‘DatabionicSwarm’ version ‘2.0.0’ ** package ‘DatabionicSwarm’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘g++-15 (Debian 15.2.0-12) 15.2.0’ make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpobA4DH/R.INSTALL33021c754dca2d/DatabionicSwarm/src' g++-15 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -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'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppParallel/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c Delta3DWeightsC.cpp -o Delta3DWeightsC.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -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'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppParallel/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c DijkstraSSSP.cpp -o DijkstraSSSP.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -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'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppParallel/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c PswarmRadiusParallel.cpp -o PswarmRadiusParallel.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -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'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppParallel/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c PswarmRadiusSequential.cpp -o PswarmRadiusSequential.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -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'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppParallel/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/include" -DNDEBUG -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'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppParallel/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c findPossiblePositionsCsingle.cpp -o findPossiblePositionsCsingle.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -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'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppParallel/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c rDistanceToroidCsingle.cpp -o rDistanceToroidCsingle.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -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'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppParallel/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c rcppPar_DistanceToroid.cpp -o rcppPar_DistanceToroid.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -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'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppParallel/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c sampleC.cpp -o sampleC.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -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'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppParallel/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c trainstepC.cpp -o trainstepC.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -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'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppParallel/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c trainstepC2.cpp -o trainstepC2.o g++-15 -std=gnu++17 -shared -L/home/hornik/tmp/R/lib -Wl,-O1 -o DatabionicSwarm.so Delta3DWeightsC.o DijkstraSSSP.o PswarmRadiusParallel.o PswarmRadiusSequential.o RcppExports.o findPossiblePositionsCsingle.o rDistanceToroidCsingle.o rcppPar_DistanceToroid.o sampleC.o trainstepC.o trainstepC2.o -llapack -L/home/hornik/tmp/R/lib -lRblas -lgfortran -lm -lquadmath -L/home/hornik/tmp/R/lib -lR make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpobA4DH/R.INSTALL33021c754dca2d/DatabionicSwarm/src' installing to /home/hornik/tmp/CRAN_recheck/Library/00LOCK-DatabionicSwarm/00new/DatabionicSwarm/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 (DatabionicSwarm) * installing *source* package ‘quitefastmst’ ... ** this is package ‘quitefastmst’ version ‘0.9.0’ ** package ‘quitefastmst’ successfully unpacked and MD5 sums checked ** using staged installation ** libs specified C++17 using C++ compiler: ‘g++-15 (Debian 15.2.0-12) 15.2.0’ using C++17 make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpI8IJXe/R.INSTALL3301e52874b263/quitefastmst/src' g++-15 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fopenmp -DQUITEFASTMST_R -Isrc/ -I../src/ -fpic -g -O2 -Wall -pedantic -mtune=native -c knn_euclid_brute.cpp -o knn_euclid_brute.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fopenmp -DQUITEFASTMST_R -Isrc/ -I../src/ -fpic -g -O2 -Wall -pedantic -mtune=native -c mst_euclid_brute.cpp -o mst_euclid_brute.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fopenmp -DQUITEFASTMST_R -Isrc/ -I../src/ -fpic -g -O2 -Wall -pedantic -mtune=native -c knn_euclid_kdtree.cpp -o knn_euclid_kdtree.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fopenmp -DQUITEFASTMST_R -Isrc/ -I../src/ -fpic -g -O2 -Wall -pedantic -mtune=native -c mst_euclid_kdtree.cpp -o mst_euclid_kdtree.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fopenmp -DQUITEFASTMST_R -Isrc/ -I../src/ -fpic -g -O2 -Wall -pedantic -mtune=native -c RcppFastmst.cpp -o RcppFastmst.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fopenmp -DQUITEFASTMST_R -Isrc/ -I../src/ -fpic -g -O2 -Wall -pedantic -mtune=native -c RcppExports.cpp -o RcppExports.o g++-15 -std=gnu++17 -shared -L/home/hornik/tmp/R/lib -Wl,-O1 -o quitefastmst.so knn_euclid_brute.o mst_euclid_brute.o knn_euclid_kdtree.o mst_euclid_kdtree.o RcppFastmst.o RcppExports.o -fopenmp -L/home/hornik/tmp/R/lib -lR make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpI8IJXe/R.INSTALL3301e52874b263/quitefastmst/src' installing to /home/hornik/tmp/CRAN_recheck/Library/00LOCK-quitefastmst/00new/quitefastmst/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 (quitefastmst) begin installing package ‘genieclust’ * installing *source* package ‘genieclust’ ... ** this is package ‘genieclust’ version ‘1.2.0’ ** package ‘genieclust’ successfully unpacked and MD5 sums checked ** using staged installation ** libs specified C++17 using C++ compiler: ‘g++-15 (Debian 15.2.0-12) 15.2.0’ using C++17 make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmpb0rljn/R.INSTALL3315f5a2e988c/genieclust/src' g++-15 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fopenmp -DGENIECLUST_R -Isrc/ -I../src/ -fpic -g -O2 -Wall -pedantic -mtune=native -c RcppExports.cpp -o RcppExports.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fopenmp -DGENIECLUST_R -Isrc/ -I../src/ -fpic -g -O2 -Wall -pedantic -mtune=native -c r_compare_partitions.cpp -o r_compare_partitions.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fopenmp -DGENIECLUST_R -Isrc/ -I../src/ -fpic -g -O2 -Wall -pedantic -mtune=native -c r_cvi.cpp -o r_cvi.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fopenmp -DGENIECLUST_R -Isrc/ -I../src/ -fpic -g -O2 -Wall -pedantic -mtune=native -c r_gclust.cpp -o r_gclust.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fopenmp -DGENIECLUST_R -Isrc/ -I../src/ -fpic -g -O2 -Wall -pedantic -mtune=native -c r_inequality.cpp -o r_inequality.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fopenmp -DGENIECLUST_R -Isrc/ -I../src/ -fpic -g -O2 -Wall -pedantic -mtune=native -c r_oldmst.cpp -o r_oldmst.o g++-15 -std=gnu++17 -shared -L/home/hornik/tmp/R/lib -Wl,-O1 -o genieclust.so RcppExports.o r_compare_partitions.o r_cvi.o r_gclust.o r_inequality.o r_oldmst.o -fopenmp -L/home/hornik/tmp/R/lib -lR make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmpb0rljn/R.INSTALL3315f5a2e988c/genieclust/src' installing to /home/hornik/tmp/CRAN_recheck/Library/00LOCK-genieclust/00new/genieclust/libs ** 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 ** 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 (genieclust) begin installing package ‘genie’ * installing *source* package ‘genie’ ... ** this is package ‘genie’ version ‘1.0.6’ ** package ‘genie’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘g++-15 (Debian 15.2.0-12) 15.2.0’ make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmp3rXjcc/R.INSTALL33168f67ca343c/genie/src' g++-15 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/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++-15 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -c disjoint_sets.cpp -o disjoint_sets.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -c hclust2_common.cpp -o hclust2_common.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -c hclust2_distance.cpp -o hclust2_distance.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -c hclust2_mstbased_gini.cpp -o hclust2_mstbased_gini.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -c hclust2_nnbased_single.cpp -o hclust2_nnbased_single.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -c hclust2_rcpp_gini.cpp -o hclust2_rcpp_gini.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -c hclust2_result.cpp -o hclust2_result.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -c hclust2_vptree_single.cpp -o hclust2_vptree_single.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -c init.cpp -o init.o g++-15 -std=gnu++17 -shared -L/home/hornik/tmp/R/lib -Wl,-O1 -o genie.so RcppExports.o disjoint_sets.o hclust2_common.o hclust2_distance.o hclust2_mstbased_gini.o hclust2_nnbased_single.o hclust2_rcpp_gini.o hclust2_result.o hclust2_vptree_single.o init.o -fopenmp -L/home/hornik/tmp/R/lib -lR make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmp3rXjcc/R.INSTALL33168f67ca343c/genie/src' installing to /home/hornik/tmp/CRAN_recheck/Library/00LOCK-genie/00new/genie/libs ** 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 ** 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 (genie) * installing *source* package ‘VarSelLCM’ ... ** this is package ‘VarSelLCM’ version ‘2.1.3.2’ ** package ‘VarSelLCM’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘g++-15 (Debian 15.2.0-12) 15.2.0’ make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpSvBcfW/R.INSTALL33024814464f3d/VarSelLCM/src' g++-15 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -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 -I../inst/include -DARMA_USE_CURRENT -fpic -g -O2 -Wall -pedantic -mtune=native -c Algorithm.cpp -o Algorithm.o Algorithm.cpp: In member function ‘void Algorithm::Run(Rcpp::S4*)’: Algorithm.cpp:29:24: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const arma::uword’ {aka ‘const unsigned int’} [-Wsign-compare] 29 | for (int ini=0; inim_whotakewhat[j][h].n_rows; i++) nkjh(m_zCandCurrent(data_p->m_whotakewhat[j][h](i)), h)+=data_p->m_w(data_p->m_whotakewhat[j][h](i)); | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ AlgorithmCategorical.cpp: In member function ‘double AlgorithmCategorical::IntegreOneVariableCategoricalDiscrim(const int&, const arma::colvec&)’: AlgorithmCategorical.cpp:37:20: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const arma::uword’ {aka ‘const unsigned int’} [-Wsign-compare] 37 | for (int i=0; im_whotakewhat[j][h].n_rows; i++) nkjh(z(data_p->m_whotakewhat[j][h](i)), h)+=data_p->m_w(data_p->m_whotakewhat[j][h](i)); | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++-15 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -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 -I../inst/include -DARMA_USE_CURRENT -fpic -g -O2 -Wall -pedantic -mtune=native -c AlgorithmContinuous.cpp -o AlgorithmContinuous.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -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 -I../inst/include -DARMA_USE_CURRENT -fpic -g -O2 -Wall -pedantic -mtune=native -c AlgorithmInteger.cpp -o AlgorithmInteger.o AlgorithmInteger.cpp: In member function ‘double AlgorithmInteger::IntegreOneVariable(const arma::vec&, const int&)’: AlgorithmInteger.cpp:24:20: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const arma::uword’ {aka ‘const unsigned int’} [-Wsign-compare] 24 | for (int i=0; i dlogPoisson(const arma::Col&, const arma::Col&, double)’: XEMInteger.cpp:6:18: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const arma::uword’ {aka ‘const unsigned int’} [-Wsign-compare] 6 | for (int i=0; i dlogPoissonbis(const arma::Col&, const arma::Col&, double)’: XEMMixed.cpp:11:18: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const arma::uword’ {aka ‘const unsigned int’} [-Wsign-compare] 11 | for (int i=0; i dlogPoissonter(const arma::Col&, const arma::Col&, double)’: XEMPen.cpp:11:18: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const arma::uword’ {aka ‘const unsigned int’} [-Wsign-compare] 11 | for (int i=0; i