* installing *source* package ‘latentcor’ ...
** package ‘latentcor’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc-13 (GCC) 13.2.0’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/latentcor/src'
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -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 -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -fpic -L/usr/local/gcc13/lib64 -L/usr/local/lib64 -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -o latentcor.so ipol.o
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/latentcor/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/latentcor/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/latentcor/src'
installing to /data/gannet/ripley/R/packages/tests-devel/latentcor.Rcheck/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
* DONE (latentcor)