* installing *source* package ‘stochQN’ ...
** package ‘stochQN’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc-14 (GCC) 14.0.1 20240503 (prerelease)’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/stochQN/src'
gcc-14 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -D_FOR_R -DUSE_FC_LEN_T -I"../inst/include"  -I/usr/local/include   -fopenmp -fvisibility=hidden -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 Rwrapper.c -o Rwrapper.o
gcc-14 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -D_FOR_R -DUSE_FC_LEN_T -I"../inst/include"  -I/usr/local/include   -fopenmp -fvisibility=hidden -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 stochqn.c -o stochqn.o
stochqn.c:308:1: warning: 'visibility' attribute ignored on non-class types [-Wattributes]
  308 | {
      | ^
stochqn.c:350:1: warning: 'visibility' attribute ignored on non-class types [-Wattributes]
  350 | {
      | ^
stochqn.c:473:1: warning: 'visibility' attribute ignored on non-class types [-Wattributes]
  473 | {
      | ^
stochqn.c:492:1: warning: 'visibility' attribute ignored on non-class types [-Wattributes]
  492 | {
      | ^
stochqn.c:518:1: warning: 'visibility' attribute ignored on non-class types [-Wattributes]
  518 | {
      | ^
stochqn.c: In function 'check_inf_nan':
stochqn.c:255:41: warning: 'cancel for' inside 'nowait' for construct [-Wopenmp]
  255 |                                 #pragma omp cancel for
      |                                         ^~~
stochqn.c:260:41: warning: 'cancel for' inside 'nowait' for construct [-Wopenmp]
  260 |                                 #pragma omp cancel for
      |                                         ^~~
gcc-14 -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/gcc14/lib64 -L/usr/local/lib64 -o stochQN.so Rwrapper.o stochqn.o -fopenmp -L/data/gannet/ripley/R/R-devel/lib -lRblas -lgfortran -lm -lquadmath
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/stochQN/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/stochQN/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/stochQN/src'
installing to /data/gannet/ripley/R/packages/tests-devel/stochQN.Rcheck/00LOCK-stochQN/00new/stochQN/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** 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 (stochQN)