* installing *source* package ‘gmGeostats’ ...
** package ‘gmGeostats’ 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/gmGeostats/src'
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -fopenmp -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 gmGeostats.c -o gmGeostats.o
gmGeostats.c: In function 'fbandGauss':
gmGeostats.c:222:57: warning: "/*" within comment [-Wcomment]
  222 |   /* omega = norm_rand()  * M_SQRT2 / range * M_SQRT_3; /* sqrt(3) needed to produce effective range*/
      |                                                          
gmGeostats.c: In function 'CMVTurningBands':
gmGeostats.c:478:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  478 |     for(i=0;i<n;i++)
      |     ^~~
gmGeostats.c:484:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  484 |       Z+=d*n;
      |       ^
gmGeostats.c:405:10: warning: unused variable 'phase' [-Wunused-variable]
  405 |   double phase; /* 20220424: removed ,amp; */
      |          ^~~~~
gmGeostats.c: In function 'CCondSim':
gmGeostats.c:537:11: warning: unused variable 'shift' [-Wunused-variable]
  537 |   int sim,shift;
      |           ^~~~~
gmGeostats.c:536:11: warning: unused variable 'k' [-Wunused-variable]
  536 |   int i,j,k; /* 20220424 removed: ,s,ss,ev,l; */
      |           ^
gmGeostats.c:536:9: warning: unused variable 'j' [-Wunused-variable]
  536 |   int i,j,k; /* 20220424 removed: ,s,ss,ev,l; */
      |         ^
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 gmGeostats.so gmGeostats.o -lgfortran -lm -lquadmath -fopenmp
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/gmGeostats/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/gmGeostats/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/gmGeostats/src'
installing to /data/gannet/ripley/R/packages/tests-devel/gmGeostats.Rcheck/00LOCK-gmGeostats/00new/gmGeostats/libs
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** 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 (gmGeostats)