* installing to library ‘/home/hornik/tmp/R.check/r-devel-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-23) 13.2.0’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpAVkiWl/R.INSTALL24993772009ae1/latentcor/src'
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-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-devel-gcc/Work/build/lib -Wl,-O1 -o latentcor.so ipol.o -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpAVkiWl/R.INSTALL24993772009ae1/latentcor/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpAVkiWl/R.INSTALL24993772009ae1/latentcor/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpAVkiWl/R.INSTALL24993772009ae1/latentcor/src'
installing to /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/00LOCK-latentcor/00new/latentcor/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
* creating tarball
packaged installation of ‘latentcor’ as ‘latentcor_2.0.1_R_x86_64-pc-linux-gnu.tar.gz’
* DONE (latentcor)