* installing to library ‘/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages’
* installing *source* package ‘gmGeostats’ ...
** package ‘gmGeostats’ 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/RtmpFER6vw/R.INSTALLf643f6e9b9952/gmGeostats/src'
gcc-13 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3  -fopenmp -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -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 -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -Wl,-O1 -o gmGeostats.so gmGeostats.o -lgfortran -lm -lquadmath -fopenmp -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -lR
make[1]: Leaving directory '/tmp/RtmpFER6vw/R.INSTALLf643f6e9b9952/gmGeostats/src'
make[1]: Entering directory '/tmp/RtmpFER6vw/R.INSTALLf643f6e9b9952/gmGeostats/src'
make[1]: Leaving directory '/tmp/RtmpFER6vw/R.INSTALLf643f6e9b9952/gmGeostats/src'
installing to /home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/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)