* installing to library ‘/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages’
* installing *source* package ‘latentcor’ ...
** this is package ‘latentcor’ version ‘2.0.1’
** package ‘latentcor’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc-14 (Debian 14.3.0-10) 14.3.0’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpOkb1AW/R.INSTALL1c3d9b56aeb2ba/latentcor/src'
gcc-14 -std=gnu23 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c ipol.c -o ipol.o
ipol.c: In function ‘R_evalmlip’:
ipol.c:169: warning: ignoring ‘#pragma omp parallel’ [-Wunknown-pragmas]
169 | #pragma omp parallel for num_threads(threads) schedule(static) if (numvec > 1 && threads > 1)
ipol.c:142:7: warning: unused variable ‘threads’ [-Wunused-variable]
142 | int threads = INTEGER(AS_INTEGER(Rthreads))[0];
| ^~~~~~~
ipol.c: In function ‘R_sqdiffs’:
ipol.c:186: warning: ignoring ‘#pragma omp parallel’ [-Wunknown-pragmas]
186 | #pragma omp parallel for num_threads(threads) schedule(static) if (c1 > 1)
ipol.c:182:7: warning: unused variable ‘threads’ [-Wunused-variable]
182 | int threads = INTEGER(AS_INTEGER(Sthreads))[0];
| ^~~~~~~
ipol.c: In function ‘R_phifunc’:
ipol.c:224: warning: ignoring ‘#pragma omp parallel’ [-Wunknown-pragmas]
224 | #pragma omp parallel for num_threads(threads) schedule(static) if(threads > 1)
ipol.c:229: warning: ignoring ‘#pragma omp parallel’ [-Wunknown-pragmas]
229 | #pragma omp parallel for num_threads(threads) schedule(static) if(threads > 1)
ipol.c:236: warning: ignoring ‘#pragma omp parallel’ [-Wunknown-pragmas]
236 | #pragma omp parallel for num_threads(threads) schedule(static) if(threads > 1)
ipol.c:210:7: warning: unused variable ‘threads’ [-Wunused-variable]
210 | int threads = INTEGER(AS_INTEGER(Sthreads))[0];
| ^~~~~~~
gcc-14 -std=gnu23 -shared -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -Wl,-O1 -o latentcor.so ipol.o -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpOkb1AW/R.INSTALL1c3d9b56aeb2ba/latentcor/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpOkb1AW/R.INSTALL1c3d9b56aeb2ba/latentcor/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpOkb1AW/R.INSTALL1c3d9b56aeb2ba/latentcor/src'
installing to /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/00LOCK-latentcor/00new/latentcor/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
converting help for package ‘latentcor’
finding HTML links ... done
evaluation html
gen_data html
get_types html
interpolant html
interpolation html
ipol html
latentcor html
Rd warning: latentcor.Rd:55: missing link ‘nearPD’
Rd warning: latentcor.Rd:57: missing link ‘nearPD’
mlappx.real html
r_ml_wrapper html
** 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 (latentcor)