downloading reverse dependencies ... downloading SFSI_1.4.1.tar.gz ... ok installing dependencies ‘BGLR’, ‘tensorEVD’ begin installing package ‘tensorEVD’ begin installing package ‘BGLR’ * installing *source* package ‘tensorEVD’ ... ** using staged installation ** libs using C compiler: ‘gcc-14 (Debian 14.2.0-3) 14.2.0’ make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpKjzj3l/R.INSTALL36e5e99fe0ee1/tensorEVD/src' gcc-14 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -I. -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c c_sum.c -o c_sum.o gcc-14 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -I. -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c c_tensor_evd.c -o c_tensor_evd.o gcc-14 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -I. -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c c_hadamard.c -o c_hadamard.o gcc-14 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -I. -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c init.c -o init.o gcc-14 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -I. -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c utils.c -o utils.o gcc-14 -shared -L/home/hornik/tmp/R-d-gcc-14/lib -Wl,-O1 -o tensorEVD.so c_sum.o c_tensor_evd.o c_hadamard.o init.o utils.o -llapack -L/home/hornik/tmp/R-d-gcc-14/lib -lRblas -lgfortran -lm -lquadmath -L/home/hornik/tmp/R-d-gcc-14/lib -lR make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpKjzj3l/R.INSTALL36e5e99fe0ee1/tensorEVD/src' installing to /home/hornik/tmp/CRAN_recheck/Library/00LOCK-tensorEVD/00new/tensorEVD/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 (tensorEVD) * installing *source* package ‘BGLR’ ... ** package ‘BGLR’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: ‘gcc-14 (Debian 14.2.0-3) 14.2.0’ make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpiqIq6O/R.INSTALL36e5e723b6b7c0/BGLR/src' gcc-14 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -I. -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c util_sample.c -o util_sample.o gcc-14 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -I. -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c util_plink.c -o util_plink.o util_plink.c: In function ‘read_string’: util_plink.c:39:25: warning: pointer ‘buffer’ may be used after ‘realloc’ [-Wuse-after-free] 39 | free(buffer); | ^~~~~~~~~~~~ util_plink.c:36:43: note: call to ‘realloc’ here 36 | char *tmp = (char *) realloc(buffer, buf_size); | ^~~~~~~~~~~~~~~~~~~~~~~~~ util_plink.c: In function ‘read_ped_’: util_plink.c:190:23: warning: ‘Line_copy’ may be used uninitialized [-Wmaybe-uninitialized] 190 | token=strtok(Line_copy,"\t "); | ^~~~~~~~~~~~~~~~~~~~~~~ util_plink.c:105:15: note: ‘Line_copy’ was declared here 105 | char *Line_copy; | ^~~~~~~~~ util_plink.c:263:17: warning: ‘Line’ may be used uninitialized [-Wmaybe-uninitialized] 263 | free(Line); | ^~~~~~~~~~ util_plink.c:104:15: note: ‘Line’ was declared here 104 | char *Line; | ^~~~ util_plink.c:229:51: warning: ‘tmp’ may be used uninitialized [-Wmaybe-uninitialized] 229 | if(tmp=='0' && token[0]=='0') | ^ util_plink.c:114:14: note: ‘tmp’ was declared here 114 | char tmp; | ^~~ gcc-14 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -I. -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c util_sample_cross.c -o util_sample_cross.o gcc-14 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -I. -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c sampler_multitrait.c -o sampler_multitrait.o gcc-14 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -I. -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c init.c -o init.o gcc-14 -shared -L/home/hornik/tmp/R-d-gcc-14/lib -Wl,-O1 -o BGLR.so util_sample.o util_plink.o util_sample_cross.o sampler_multitrait.o init.o -llapack -L/home/hornik/tmp/R-d-gcc-14/lib -lRblas -lgfortran -lm -lquadmath -L/home/hornik/tmp/R-d-gcc-14/lib -lR make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpiqIq6O/R.INSTALL36e5e723b6b7c0/BGLR/src' installing to /home/hornik/tmp/CRAN_recheck/Library/00LOCK-BGLR/00new/BGLR/libs ** R ** data ** 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 (BGLR) checking tensorEVD_0.1.4.tar.gz ... checking SFSI_1.4.1.tar.gz ... Depends: Package: tensorEVD Depends: R (>= 3.6.0) Timings: user system elapsed tensorEVD 36.955 4.751 43.648 Results: Check status summary: OK Source packages 1 Reverse depends 1 Check results summary: tensorEVD ... OK rdepends_SFSI ... OK Warning in normalizePath(dir) : path[1]="/home/hornik/tmp/CRAN": No such file or directory Calls: -> normalizePath Warning in normalizePath(dir) : path[1]="/home/hornik/tmp/CRAN": No such file or directory Calls: -> R_check_outdirs -> normalizePath