* installing to library ‘/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages’
* installing *source* package ‘latentcor’ ...
** package ‘latentcor’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc-13 (Debian 13.2.0-13) 13.2.0’
make[1]: Entering directory '/tmp/Rtmp4gW2CY/R.INSTALL38865d4c38aa90/latentcor/src'
gcc-13 -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-13 -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 '/tmp/Rtmp4gW2CY/R.INSTALL38865d4c38aa90/latentcor/src'
make[1]: Entering directory '/tmp/Rtmp4gW2CY/R.INSTALL38865d4c38aa90/latentcor/src'
make[1]: Leaving directory '/tmp/Rtmp4gW2CY/R.INSTALL38865d4c38aa90/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  
    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)